#BE57FC

Color #BE57FC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE57FC

Tints of Medium Orchid #BE57FC

Color information

#BE57FC (or 0xBE57FC) is unknown color: approx Medium Orchid. HEX triplet: BE, 57 and FC. RGB value is (190,87,252). Sum of RGB (Red+Green+Blue) = 190+87+252=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE57FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE57FC is #41A803. Grayscale: #888888. Windows color (decimal): -4302852 or 16537534. OLE color: 16537534.

HSL color Cylindrical-coordinate representation of color #BE57FC: hue angle of 277.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE57FC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19087252-
CMYK0.250.6500.01
HSL277.45º96.49%66.47%-
HSV(B)277.45º65.48%98.82%-
XYZ42.2124.7994.66-
YUV136.61193.12166.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 87 (34.38% from 255) = 16.45%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=35.92%
G=16.45%
B=47.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190872520.250.6500.01277.4596.4966.47
HexBE57FC1941011156042
Octal2761273743110101425140102
Binary101111101010111111111001100110000010110001010111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE57FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE57FC; }

 p { color: rgb(190,87,252); }

 H1.HeaderClassName
 {
   color: #BE57FC;
 }
 .AnyTagClassName
 {
   color: #BE57FC;
 }
</style>
background-color css

<style>
 a { background-color: #BE57FC; }

 a { background-color: rgb(190,87,252); }

 div.DivClassName
 {
   background-color: #BE57FC;
 }
 .BgClassName
 {
   background-color: #BE57FC;
 }
</style>
border-color css

<style>
 span { border-color: #BE57FC; }

 span { border-color: rgb(190,87,252); }

 td.TdClassName
 {
   border-color: #BE57FC;
 }
 .TagClassName
 {
   border-color: #BE57FC;
 }
</style>