Shades of Medium Orchid #BD71E9
Tints of Medium Orchid #BD71E9
RGB
CMYK
RGB Variations
Color information
#BD71E9 (or 0xBD71E9) is known color: Medium Orchid. HEX triplet: BD, 71 and E9. RGB value is (189,113,233). Sum of RGB (Red+Green+Blue) = 189+113+233=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71E9 is #428E16. Grayscale: #959595. Windows color (decimal): -4361751 or 15299005. OLE color: 15299005.
HSL color Cylindrical-coordinate representation of color #BD71E9: hue angle of 278º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD71E9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 113 | 233 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 278º | 0.73% | 0.68% | - |
| HSV(B) | 278º | 0.52% | 0.91% | - |
| XYZ | 41.6 | 28.51 | 80.4 | - |
| YUV | 149.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 233 | 0.19 | 0.52 | 0 | 0.09 | 278 | 0.73 | 0.68 |
| Hex | BD | 71 | E9 | 13 | 34 | 0 | 9 | 116 | 49 | 44 |
| Octal | 275 | 161 | 351 | 23 | 64 | 0 | 11 | 426 | 111 | 104 |
| Binary | 10111101 | 1110001 | 11101001 | 10011 | 110100 | 0 | 1001 | 100010110 | 1001001 | 1000100 |
Color Harmonies of #BD71E9
Complementary color
Monochromatic Colors of #BD71E9
Black with #BD71E9
Text Example
Text Example
White with #BD71E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71E9; }
p { color: rgb(189,113,233); }
H1.HeaderClassName
{
color: #BD71E9;
}
.AnyTagClassName
{
color: #BD71E9;
}
</style>
background-color css
<style>
a { background-color: #BD71E9; }
a { background-color: rgb(189,113,233); }
div.DivClassName
{
background-color: #BD71E9;
}
.BgClassName
{
background-color: #BD71E9;
}
</style>
border-color css
<style>
span { border-color: #BD71E9; }
span { border-color: rgb(189,113,233); }
td.TdClassName
{
border-color: #BD71E9;
}
.TagClassName
{
border-color: #BD71E9;
}
</style>