Shades of Medium Orchid #BD71CB
Tints of Medium Orchid #BD71CB
RGB
CMYK
RGB Variations
Color information
#BD71CB (or 0xBD71CB) is known color: Medium Orchid. HEX triplet: BD, 71 and CB. RGB value is (189,113,203). Sum of RGB (Red+Green+Blue) = 189+113+203=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD71CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71CB is #428E34. Grayscale: #919191. Windows color (decimal): -4361781 or 13332925. OLE color: 13332925.
HSL color Cylindrical-coordinate representation of color #BD71CB: hue angle of 290.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD71CB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 113 | 203 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.20 |
| HSL | 290.67º | 0.46% | 0.62% | - |
| HSV(B) | 290.67º | 0.44% | 0.8% | - |
| XYZ | 37.67 | 26.94 | 59.71 | - |
| YUV | 145.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 203 | 0.07 | 0.44 | 0 | 0.20 | 290.67 | 0.46 | 0.62 |
| Hex | BD | 71 | CB | 7 | 2C | 0 | 14 | 123 | 2E | 3E |
| Octal | 275 | 161 | 313 | 7 | 54 | 0 | 24 | 443 | 56 | 76 |
| Binary | 10111101 | 1110001 | 11001011 | 111 | 101100 | 0 | 10100 | 100100011 | 101110 | 111110 |
Color Harmonies of #BD71CB
Complementary color
Monochromatic Colors of #BD71CB
Black with #BD71CB
Text Example
Text Example
White with #BD71CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71CB; }
p { color: rgb(189,113,203); }
H1.HeaderClassName
{
color: #BD71CB;
}
.AnyTagClassName
{
color: #BD71CB;
}
</style>
background-color css
<style>
a { background-color: #BD71CB; }
a { background-color: rgb(189,113,203); }
div.DivClassName
{
background-color: #BD71CB;
}
.BgClassName
{
background-color: #BD71CB;
}
</style>
border-color css
<style>
span { border-color: #BD71CB; }
span { border-color: rgb(189,113,203); }
td.TdClassName
{
border-color: #BD71CB;
}
.TagClassName
{
border-color: #BD71CB;
}
</style>