Shades of Medium Orchid #BC59CE
Tints of Medium Orchid #BC59CE
RGB
CMYK
RGB Variations
Color information
#BC59CE (or 0xBC59CE) is known color: Medium Orchid. HEX triplet: BC, 59 and CE. RGB value is (188,89,206). Sum of RGB (Red+Green+Blue) = 188+89+206=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59CE is #43A631. Grayscale: #838383. Windows color (decimal): -4433458 or 13523388. OLE color: 13523388.
HSL color Cylindrical-coordinate representation of color #BC59CE: hue angle of 290.77º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC59CE is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 89 | 206 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.19 |
| HSL | 290.77º | 0.54% | 0.58% | - |
| HSV(B) | 290.77º | 0.57% | 0.81% | - |
| XYZ | 35.45 | 22.29 | 60.83 | - |
| YUV | 131.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 206 | 0.09 | 0.57 | 0 | 0.19 | 290.77 | 0.54 | 0.58 |
| Hex | BC | 59 | CE | 9 | 39 | 0 | 13 | 123 | 36 | 3A |
| Octal | 274 | 131 | 316 | 11 | 71 | 0 | 23 | 443 | 66 | 72 |
| Binary | 10111100 | 1011001 | 11001110 | 1001 | 111001 | 0 | 10011 | 100100011 | 110110 | 111010 |
Color Harmonies of #BC59CE
Complementary color
Monochromatic Colors of #BC59CE
Black with #BC59CE
Text Example
Text Example
White with #BC59CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59CE; }
p { color: rgb(188,89,206); }
H1.HeaderClassName
{
color: #BC59CE;
}
.AnyTagClassName
{
color: #BC59CE;
}
</style>
background-color css
<style>
a { background-color: #BC59CE; }
a { background-color: rgb(188,89,206); }
div.DivClassName
{
background-color: #BC59CE;
}
.BgClassName
{
background-color: #BC59CE;
}
</style>
border-color css
<style>
span { border-color: #BC59CE; }
span { border-color: rgb(188,89,206); }
td.TdClassName
{
border-color: #BC59CE;
}
.TagClassName
{
border-color: #BC59CE;
}
</style>