#BC5EEF

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

Shades of Medium Orchid #BC5EEF

Tints of Medium Orchid #BC5EEF

Color information

#BC5EEF (or 0xBC5EEF) is unknown color: approx Medium Orchid. HEX triplet: BC, 5E and EF. RGB value is (188,94,239). Sum of RGB (Red+Green+Blue) = 188+94+239=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC5EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EEF is #43A110. Grayscale: #8A8A8A. Windows color (decimal): -4432145 or 15687356. OLE color: 15687356.

HSL color Cylindrical-coordinate representation of color #BC5EEF: hue angle of 278.9º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5EEF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18894239-
CMYK0.210.6100.06
HSL278.9º81.92%65.29%-
HSV(B)278.9º60.67%93.73%-
XYZ40.3224.9384.35-
YUV138.64184.64163.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=36.08%
G=18.04%
B=45.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal188942390.210.6100.06278.981.9265.29
HexBC5EEF153D061175241
Octal274136357257506427122101
Binary1011110010111101110111110101111101011010001011110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5EEF; }

 p { color: rgb(188,94,239); }

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

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

 a { background-color: rgb(188,94,239); }

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

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

 span { border-color: rgb(188,94,239); }

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