Shades of Heliotrope #BD77ED
Tints of Heliotrope #BD77ED
RGB
CMYK
RGB Variations
Color information
#BD77ED (or 0xBD77ED) is known color: Heliotrope. HEX triplet: BD, 77 and ED. RGB value is (189,119,237). Sum of RGB (Red+Green+Blue) = 189+119+237=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77ED is #428812. Grayscale: #989898. Windows color (decimal): -4360211 or 15562685. OLE color: 15562685.
HSL color Cylindrical-coordinate representation of color #BD77ED: hue angle of 275.59º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD77ED is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 119 | 237 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.07 |
| HSL | 275.59º | 0.77% | 0.7% | - |
| HSV(B) | 275.59º | 0.5% | 0.93% | - |
| XYZ | 42.87 | 30.13 | 83.68 | - |
| YUV | 153.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 237 | 0.20 | 0.50 | 0 | 0.07 | 275.59 | 0.77 | 0.7 |
| Hex | BD | 77 | ED | 14 | 32 | 0 | 7 | 114 | 4D | 46 |
| Octal | 275 | 167 | 355 | 24 | 62 | 0 | 7 | 424 | 115 | 106 |
| Binary | 10111101 | 1110111 | 11101101 | 10100 | 110010 | 0 | 111 | 100010100 | 1001101 | 1000110 |
Color Harmonies of #BD77ED
Complementary color
Monochromatic Colors of #BD77ED
Black with #BD77ED
Text Example
Text Example
White with #BD77ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77ED; }
p { color: rgb(189,119,237); }
H1.HeaderClassName
{
color: #BD77ED;
}
.AnyTagClassName
{
color: #BD77ED;
}
</style>
background-color css
<style>
a { background-color: #BD77ED; }
a { background-color: rgb(189,119,237); }
div.DivClassName
{
background-color: #BD77ED;
}
.BgClassName
{
background-color: #BD77ED;
}
</style>
border-color css
<style>
span { border-color: #BD77ED; }
span { border-color: rgb(189,119,237); }
td.TdClassName
{
border-color: #BD77ED;
}
.TagClassName
{
border-color: #BD77ED;
}
</style>