Shades of Heliotrope #BD76EC
Tints of Heliotrope #BD76EC
RGB
CMYK
RGB Variations
Color information
#BD76EC (or 0xBD76EC) is known color: Heliotrope. HEX triplet: BD, 76 and EC. RGB value is (189,118,236). Sum of RGB (Red+Green+Blue) = 189+118+236=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76EC is #428913. Grayscale: #989898. Windows color (decimal): -4360468 or 15496893. OLE color: 15496893.
HSL color Cylindrical-coordinate representation of color #BD76EC: hue angle of 276.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD76EC is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 118 | 236 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.07 |
| HSL | 276.1º | 0.76% | 0.69% | - |
| HSV(B) | 276.1º | 0.5% | 0.93% | - |
| XYZ | 42.61 | 29.83 | 82.87 | - |
| YUV | 152.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 236 | 0.20 | 0.5 | 0 | 0.07 | 276.1 | 0.76 | 0.69 |
| Hex | BD | 76 | EC | 14 | 32 | 0 | 7 | 114 | 4C | 45 |
| Octal | 275 | 166 | 354 | 24 | 62 | 0 | 7 | 424 | 114 | 105 |
| Binary | 10111101 | 1110110 | 11101100 | 10100 | 110010 | 0 | 111 | 100010100 | 1001100 | 1000101 |
Color Harmonies of #BD76EC
Complementary color
Monochromatic Colors of #BD76EC
Black with #BD76EC
Text Example
Text Example
White with #BD76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76EC; }
p { color: rgb(189,118,236); }
H1.HeaderClassName
{
color: #BD76EC;
}
.AnyTagClassName
{
color: #BD76EC;
}
</style>
background-color css
<style>
a { background-color: #BD76EC; }
a { background-color: rgb(189,118,236); }
div.DivClassName
{
background-color: #BD76EC;
}
.BgClassName
{
background-color: #BD76EC;
}
</style>
border-color css
<style>
span { border-color: #BD76EC; }
span { border-color: rgb(189,118,236); }
td.TdClassName
{
border-color: #BD76EC;
}
.TagClassName
{
border-color: #BD76EC;
}
</style>