Shades of Medium Orchid #BD70E9
Tints of Medium Orchid #BD70E9
RGB
CMYK
RGB Variations
Color information
#BD70E9 (or 0xBD70E9) is known color: Medium Orchid. HEX triplet: BD, 70 and E9. RGB value is (189,112,233). Sum of RGB (Red+Green+Blue) = 189+112+233=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD70E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70E9 is #428F16. Grayscale: #949494. Windows color (decimal): -4362007 or 15298749. OLE color: 15298749.
HSL color Cylindrical-coordinate representation of color #BD70E9: hue angle of 278.18º 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 #BD70E9 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 112 | 233 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.09 |
| HSL | 278.18º | 0.73% | 0.68% | - |
| HSV(B) | 278.18º | 0.52% | 0.91% | - |
| XYZ | 41.49 | 28.29 | 80.36 | - |
| YUV | 148.82 | 175.51 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 233 | 0.19 | 0.52 | 0 | 0.09 | 278.18 | 0.73 | 0.68 |
| Hex | BD | 70 | E9 | 13 | 34 | 0 | 9 | 116 | 49 | 44 |
| Octal | 275 | 160 | 351 | 23 | 64 | 0 | 11 | 426 | 111 | 104 |
| Binary | 10111101 | 1110000 | 11101001 | 10011 | 110100 | 0 | 1001 | 100010110 | 1001001 | 1000100 |
Color Harmonies of #BD70E9
Complementary color
Monochromatic Colors of #BD70E9
Black with #BD70E9
Text Example
Text Example
White with #BD70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70E9; }
p { color: rgb(189,112,233); }
H1.HeaderClassName
{
color: #BD70E9;
}
.AnyTagClassName
{
color: #BD70E9;
}
</style>
background-color css
<style>
a { background-color: #BD70E9; }
a { background-color: rgb(189,112,233); }
div.DivClassName
{
background-color: #BD70E9;
}
.BgClassName
{
background-color: #BD70E9;
}
</style>
border-color css
<style>
span { border-color: #BD70E9; }
span { border-color: rgb(189,112,233); }
td.TdClassName
{
border-color: #BD70E9;
}
.TagClassName
{
border-color: #BD70E9;
}
</style>