Shades of Heliotrope #BD76EA
Tints of Heliotrope #BD76EA
RGB
CMYK
RGB Variations
Color information
#BD76EA (or 0xBD76EA) is known color: Heliotrope. HEX triplet: BD, 76 and EA. RGB value is (189,118,234). Sum of RGB (Red+Green+Blue) = 189+118+234=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76EA is #428915. Grayscale: #989898. Windows color (decimal): -4360470 or 15365821. OLE color: 15365821.
HSL color Cylindrical-coordinate representation of color #BD76EA: hue angle of 276.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD76EA is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 118 | 234 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.08 |
| HSL | 276.72º | 0.73% | 0.69% | - |
| HSV(B) | 276.72º | 0.5% | 0.92% | - |
| XYZ | 42.32 | 29.72 | 81.35 | - |
| YUV | 152.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 234 | 0.19 | 0.50 | 0 | 0.08 | 276.72 | 0.73 | 0.69 |
| Hex | BD | 76 | EA | 13 | 32 | 0 | 8 | 115 | 49 | 45 |
| Octal | 275 | 166 | 352 | 23 | 62 | 0 | 10 | 425 | 111 | 105 |
| Binary | 10111101 | 1110110 | 11101010 | 10011 | 110010 | 0 | 1000 | 100010101 | 1001001 | 1000101 |
Color Harmonies of #BD76EA
Complementary color
Monochromatic Colors of #BD76EA
Black with #BD76EA
Text Example
Text Example
White with #BD76EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76EA; }
p { color: rgb(189,118,234); }
H1.HeaderClassName
{
color: #BD76EA;
}
.AnyTagClassName
{
color: #BD76EA;
}
</style>
background-color css
<style>
a { background-color: #BD76EA; }
a { background-color: rgb(189,118,234); }
div.DivClassName
{
background-color: #BD76EA;
}
.BgClassName
{
background-color: #BD76EA;
}
</style>
border-color css
<style>
span { border-color: #BD76EA; }
span { border-color: rgb(189,118,234); }
td.TdClassName
{
border-color: #BD76EA;
}
.TagClassName
{
border-color: #BD76EA;
}
</style>