#BC59E9

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

Shades of Medium Orchid #BC59E9

Tints of Medium Orchid #BC59E9

Color information

#BC59E9 (or 0xBC59E9) is unknown color: approx Medium Orchid. HEX triplet: BC, 59 and E9. RGB value is (188,89,233). Sum of RGB (Red+Green+Blue) = 188+89+233=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 233 (91.41% from 255 or 45.69% from 510); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC59E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59E9 is #43A616. Grayscale: #868686. Windows color (decimal): -4433431 or 15292860. OLE color: 15292860.

HSL color Cylindrical-coordinate representation of color #BC59E9: hue angle of 281.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC59E9 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18889233-
CMYK0.190.6200.09
HSL281.25º76.6%63.14%-
HSV(B)281.25º61.8%91.37%-
XYZ39.0223.7279.61-
YUV135.02183.3165.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 89 (35.16% from 255) = 17.45%
BLUE value IS 233 (91.41% from 255) = 45.69%
R=36.86%
G=17.45%
B=45.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188892330.190.6200.09281.2576.663.14
HexBC59E9133E091194d3f
Octal274131351237601143111577
Binary1011110010110011110100110011111110010011000110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59E9; }

 p { color: rgb(188,89,233); }

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

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

 a { background-color: rgb(188,89,233); }

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

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

 span { border-color: rgb(188,89,233); }

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