Shades of Medium Orchid #BD71CF
Tints of Medium Orchid #BD71CF
RGB
CMYK
RGB Variations
Color information
#BD71CF (or 0xBD71CF) is known color: Medium Orchid. HEX triplet: BD, 71 and CF. RGB value is (189,113,207). Sum of RGB (Red+Green+Blue) = 189+113+207=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71CF is #428E30. Grayscale: #929292. Windows color (decimal): -4361777 or 13595069. OLE color: 13595069.
HSL color Cylindrical-coordinate representation of color #BD71CF: hue angle of 288.51º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD71CF is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 113 | 207 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.19 |
| HSL | 288.51º | 0.49% | 0.63% | - |
| HSV(B) | 288.51º | 0.45% | 0.81% | - |
| XYZ | 38.15 | 27.13 | 62.26 | - |
| YUV | 146.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 207 | 0.09 | 0.45 | 0 | 0.19 | 288.51 | 0.49 | 0.63 |
| Hex | BD | 71 | CF | 9 | 2D | 0 | 13 | 121 | 31 | 3F |
| Octal | 275 | 161 | 317 | 11 | 55 | 0 | 23 | 441 | 61 | 77 |
| Binary | 10111101 | 1110001 | 11001111 | 1001 | 101101 | 0 | 10011 | 100100001 | 110001 | 111111 |
Color Harmonies of #BD71CF
Complementary color
Monochromatic Colors of #BD71CF
Black with #BD71CF
Text Example
Text Example
White with #BD71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71CF; }
p { color: rgb(189,113,207); }
H1.HeaderClassName
{
color: #BD71CF;
}
.AnyTagClassName
{
color: #BD71CF;
}
</style>
background-color css
<style>
a { background-color: #BD71CF; }
a { background-color: rgb(189,113,207); }
div.DivClassName
{
background-color: #BD71CF;
}
.BgClassName
{
background-color: #BD71CF;
}
</style>
border-color css
<style>
span { border-color: #BD71CF; }
span { border-color: rgb(189,113,207); }
td.TdClassName
{
border-color: #BD71CF;
}
.TagClassName
{
border-color: #BD71CF;
}
</style>