Shades of Medium Orchid #BD77CB
Tints of Medium Orchid #BD77CB
RGB
CMYK
RGB Variations
Color information
#BD77CB (or 0xBD77CB) is known color: Medium Orchid. HEX triplet: BD, 77 and CB. RGB value is (189,119,203). Sum of RGB (Red+Green+Blue) = 189+119+203=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77CB is #428834. Grayscale: #959595. Windows color (decimal): -4360245 or 13334461. OLE color: 13334461.
HSL color Cylindrical-coordinate representation of color #BD77CB: hue angle of 290º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD77CB is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 119 | 203 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.20 |
| HSL | 290º | 0.45% | 0.63% | - |
| HSV(B) | 290º | 0.41% | 0.8% | - |
| XYZ | 38.36 | 28.32 | 59.95 | - |
| YUV | 149.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 203 | 0.07 | 0.41 | 0 | 0.20 | 290 | 0.45 | 0.63 |
| Hex | BD | 77 | CB | 7 | 29 | 0 | 14 | 122 | 2D | 3F |
| Octal | 275 | 167 | 313 | 7 | 51 | 0 | 24 | 442 | 55 | 77 |
| Binary | 10111101 | 1110111 | 11001011 | 111 | 101001 | 0 | 10100 | 100100010 | 101101 | 111111 |
Color Harmonies of #BD77CB
Complementary color
Monochromatic Colors of #BD77CB
Black with #BD77CB
Text Example
Text Example
White with #BD77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77CB; }
p { color: rgb(189,119,203); }
H1.HeaderClassName
{
color: #BD77CB;
}
.AnyTagClassName
{
color: #BD77CB;
}
</style>
background-color css
<style>
a { background-color: #BD77CB; }
a { background-color: rgb(189,119,203); }
div.DivClassName
{
background-color: #BD77CB;
}
.BgClassName
{
background-color: #BD77CB;
}
</style>
border-color css
<style>
span { border-color: #BD77CB; }
span { border-color: rgb(189,119,203); }
td.TdClassName
{
border-color: #BD77CB;
}
.TagClassName
{
border-color: #BD77CB;
}
</style>