Shades of Heliotrope #BD6EFF
Tints of Heliotrope #BD6EFF
RGB
CMYK
RGB Variations
Color information
#BD6EFF (or 0xBD6EFF) is known color: Heliotrope. HEX triplet: BD, 6E and FF. RGB value is (189,110,255). Sum of RGB (Red+Green+Blue) = 189+110+255=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EFF is #429100. Grayscale: #959595. Windows color (decimal): -4362497 or 16740029. OLE color: 16740029.
HSL color Cylindrical-coordinate representation of color #BD6EFF: hue angle of 272.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6EFF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 110 | 255 | - |
| CMYK | 0.26 | 0.57 | 0 | 0 |
| HSL | 272.69º | 1% | 0.72% | - |
| HSV(B) | 272.69º | 0.57% | 1% | - |
| XYZ | 44.61 | 29.19 | 97.89 | - |
| YUV | 150.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 255 | 0.26 | 0.57 | 0 | 0 | 272.69 | 1 | 0.72 |
| Hex | BD | 6E | FF | 1A | 39 | 0 | 0 | 111 | 64 | 48 |
| Octal | 275 | 156 | 377 | 32 | 71 | 0 | 0 | 421 | 144 | 110 |
| Binary | 10111101 | 1101110 | 11111111 | 11010 | 111001 | 0 | 0 | 100010001 | 1100100 | 1001000 |
Color Harmonies of #BD6EFF
Complementary color
Monochromatic Colors of #BD6EFF
Black with #BD6EFF
Text Example
Text Example
White with #BD6EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EFF; }
p { color: rgb(189,110,255); }
H1.HeaderClassName
{
color: #BD6EFF;
}
.AnyTagClassName
{
color: #BD6EFF;
}
</style>
background-color css
<style>
a { background-color: #BD6EFF; }
a { background-color: rgb(189,110,255); }
div.DivClassName
{
background-color: #BD6EFF;
}
.BgClassName
{
background-color: #BD6EFF;
}
</style>
border-color css
<style>
span { border-color: #BD6EFF; }
span { border-color: rgb(189,110,255); }
td.TdClassName
{
border-color: #BD6EFF;
}
.TagClassName
{
border-color: #BD6EFF;
}
</style>