Shades of Heliotrope #BD78EC
Tints of Heliotrope #BD78EC
RGB
CMYK
RGB Variations
Color information
#BD78EC (or 0xBD78EC) is known color: Heliotrope. HEX triplet: BD, 78 and EC. RGB value is (189,120,236). Sum of RGB (Red+Green+Blue) = 189+120+236=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78EC is #428713. Grayscale: #999999. Windows color (decimal): -4359956 or 15497405. OLE color: 15497405.
HSL color Cylindrical-coordinate representation of color #BD78EC: hue angle of 275.69º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD78EC is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 120 | 236 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.07 |
| HSL | 275.69º | 0.75% | 0.7% | - |
| HSV(B) | 275.69º | 0.49% | 0.93% | - |
| XYZ | 42.84 | 30.31 | 82.95 | - |
| YUV | 153.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 236 | 0.20 | 0.49 | 0 | 0.07 | 275.69 | 0.75 | 0.7 |
| Hex | BD | 78 | EC | 14 | 31 | 0 | 7 | 114 | 4B | 46 |
| Octal | 275 | 170 | 354 | 24 | 61 | 0 | 7 | 424 | 113 | 106 |
| Binary | 10111101 | 1111000 | 11101100 | 10100 | 110001 | 0 | 111 | 100010100 | 1001011 | 1000110 |
Color Harmonies of #BD78EC
Complementary color
Monochromatic Colors of #BD78EC
Black with #BD78EC
Text Example
Text Example
White with #BD78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78EC; }
p { color: rgb(189,120,236); }
H1.HeaderClassName
{
color: #BD78EC;
}
.AnyTagClassName
{
color: #BD78EC;
}
</style>
background-color css
<style>
a { background-color: #BD78EC; }
a { background-color: rgb(189,120,236); }
div.DivClassName
{
background-color: #BD78EC;
}
.BgClassName
{
background-color: #BD78EC;
}
</style>
border-color css
<style>
span { border-color: #BD78EC; }
span { border-color: rgb(189,120,236); }
td.TdClassName
{
border-color: #BD78EC;
}
.TagClassName
{
border-color: #BD78EC;
}
</style>