Shades of Medium Orchid #BC59CB
Tints of Medium Orchid #BC59CB
RGB
CMYK
RGB Variations
Color information
#BC59CB (or 0xBC59CB) is known color: Medium Orchid. HEX triplet: BC, 59 and CB. RGB value is (188,89,203). Sum of RGB (Red+Green+Blue) = 188+89+203=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59CB is #43A634. Grayscale: #838383. Windows color (decimal): -4433461 or 13326780. OLE color: 13326780.
HSL color Cylindrical-coordinate representation of color #BC59CB: hue angle of 292.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC59CB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 89 | 203 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.20 |
| HSL | 292.11º | 0.52% | 0.57% | - |
| HSV(B) | 292.11º | 0.56% | 0.8% | - |
| XYZ | 35.09 | 22.15 | 58.93 | - |
| YUV | 131.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 203 | 0.07 | 0.56 | 0 | 0.20 | 292.11 | 0.52 | 0.57 |
| Hex | BC | 59 | CB | 7 | 38 | 0 | 14 | 124 | 34 | 39 |
| Octal | 274 | 131 | 313 | 7 | 70 | 0 | 24 | 444 | 64 | 71 |
| Binary | 10111100 | 1011001 | 11001011 | 111 | 111000 | 0 | 10100 | 100100100 | 110100 | 111001 |
Color Harmonies of #BC59CB
Complementary color
Monochromatic Colors of #BC59CB
Black with #BC59CB
Text Example
Text Example
White with #BC59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59CB; }
p { color: rgb(188,89,203); }
H1.HeaderClassName
{
color: #BC59CB;
}
.AnyTagClassName
{
color: #BC59CB;
}
</style>
background-color css
<style>
a { background-color: #BC59CB; }
a { background-color: rgb(188,89,203); }
div.DivClassName
{
background-color: #BC59CB;
}
.BgClassName
{
background-color: #BC59CB;
}
</style>
border-color css
<style>
span { border-color: #BC59CB; }
span { border-color: rgb(188,89,203); }
td.TdClassName
{
border-color: #BC59CB;
}
.TagClassName
{
border-color: #BC59CB;
}
</style>