Shades of Medium Orchid #BD70CB
Tints of Medium Orchid #BD70CB
RGB
CMYK
RGB Variations
Color information
#BD70CB (or 0xBD70CB) is known color: Medium Orchid. HEX triplet: BD, 70 and CB. RGB value is (189,112,203). Sum of RGB (Red+Green+Blue) = 189+112+203=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70CB is #428F34. Grayscale: #919191. Windows color (decimal): -4362037 or 13332669. OLE color: 13332669.
HSL color Cylindrical-coordinate representation of color #BD70CB: hue angle of 290.77º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD70CB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 112 | 203 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.20 |
| HSL | 290.77º | 0.47% | 0.62% | - |
| HSV(B) | 290.77º | 0.45% | 0.8% | - |
| XYZ | 37.56 | 26.72 | 59.68 | - |
| YUV | 145.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 203 | 0.07 | 0.45 | 0 | 0.20 | 290.77 | 0.47 | 0.62 |
| Hex | BD | 70 | CB | 7 | 2D | 0 | 14 | 123 | 2F | 3E |
| Octal | 275 | 160 | 313 | 7 | 55 | 0 | 24 | 443 | 57 | 76 |
| Binary | 10111101 | 1110000 | 11001011 | 111 | 101101 | 0 | 10100 | 100100011 | 101111 | 111110 |
Color Harmonies of #BD70CB
Complementary color
Monochromatic Colors of #BD70CB
Black with #BD70CB
Text Example
Text Example
White with #BD70CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70CB; }
p { color: rgb(189,112,203); }
H1.HeaderClassName
{
color: #BD70CB;
}
.AnyTagClassName
{
color: #BD70CB;
}
</style>
background-color css
<style>
a { background-color: #BD70CB; }
a { background-color: rgb(189,112,203); }
div.DivClassName
{
background-color: #BD70CB;
}
.BgClassName
{
background-color: #BD70CB;
}
</style>
border-color css
<style>
span { border-color: #BD70CB; }
span { border-color: rgb(189,112,203); }
td.TdClassName
{
border-color: #BD70CB;
}
.TagClassName
{
border-color: #BD70CB;
}
</style>