Shades of Medium Orchid #BD59CB
Tints of Medium Orchid #BD59CB
RGB
CMYK
RGB Variations
Color information
#BD59CB (or 0xBD59CB) is known color: Medium Orchid. HEX triplet: BD, 59 and CB. RGB value is (189,89,203). Sum of RGB (Red+Green+Blue) = 189+89+203=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD59CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD59CB is #42A634. Grayscale: #838383. Windows color (decimal): -4367925 or 13326781. OLE color: 13326781.
HSL color Cylindrical-coordinate representation of color #BD59CB: hue angle of 292.63º 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 #BD59CB is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 89 | 203 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.20 |
| HSL | 292.63º | 0.52% | 0.57% | - |
| HSV(B) | 292.63º | 0.56% | 0.8% | - |
| XYZ | 35.34 | 22.28 | 58.94 | - |
| YUV | 131.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 203 | 0.07 | 0.56 | 0 | 0.20 | 292.63 | 0.52 | 0.57 |
| Hex | BD | 59 | CB | 7 | 38 | 0 | 14 | 125 | 34 | 39 |
| Octal | 275 | 131 | 313 | 7 | 70 | 0 | 24 | 445 | 64 | 71 |
| Binary | 10111101 | 1011001 | 11001011 | 111 | 111000 | 0 | 10100 | 100100101 | 110100 | 111001 |
Color Harmonies of #BD59CB
Complementary color
Monochromatic Colors of #BD59CB
Black with #BD59CB
Text Example
Text Example
White with #BD59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD59CB; }
p { color: rgb(189,89,203); }
H1.HeaderClassName
{
color: #BD59CB;
}
.AnyTagClassName
{
color: #BD59CB;
}
</style>
background-color css
<style>
a { background-color: #BD59CB; }
a { background-color: rgb(189,89,203); }
div.DivClassName
{
background-color: #BD59CB;
}
.BgClassName
{
background-color: #BD59CB;
}
</style>
border-color css
<style>
span { border-color: #BD59CB; }
span { border-color: rgb(189,89,203); }
td.TdClassName
{
border-color: #BD59CB;
}
.TagClassName
{
border-color: #BD59CB;
}
</style>