Shades of Heliotrope #B66EFF
Tints of Heliotrope #B66EFF
RGB
CMYK
RGB Variations
Color information
#B66EFF (or 0xB66EFF) is known color: Heliotrope. HEX triplet: B6, 6E and FF. RGB value is (182,110,255). Sum of RGB (Red+Green+Blue) = 182+110+255=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #B66EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66EFF is #499100. Grayscale: #939393. Windows color (decimal): -4821249 or 16740022. OLE color: 16740022.
HSL color Cylindrical-coordinate representation of color #B66EFF: hue angle of 269.79º 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 #B66EFF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 110 | 255 | - |
| CMYK | 0.29 | 0.57 | 0 | 0 |
| HSL | 269.79º | 1% | 0.72% | - |
| HSV(B) | 269.79º | 0.57% | 1% | - |
| XYZ | 42.92 | 28.32 | 97.81 | - |
| YUV | 148.06 | 188.35 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 255 | 0.29 | 0.57 | 0 | 0 | 269.79 | 1 | 0.72 |
| Hex | B6 | 6E | FF | 1D | 39 | 0 | 0 | 10E | 64 | 48 |
| Octal | 266 | 156 | 377 | 35 | 71 | 0 | 0 | 416 | 144 | 110 |
| Binary | 10110110 | 1101110 | 11111111 | 11101 | 111001 | 0 | 0 | 100001110 | 1100100 | 1001000 |
Color Harmonies of #B66EFF
Complementary color
Monochromatic Colors of #B66EFF
Black with #B66EFF
Text Example
Text Example
White with #B66EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66EFF; }
p { color: rgb(182,110,255); }
H1.HeaderClassName
{
color: #B66EFF;
}
.AnyTagClassName
{
color: #B66EFF;
}
</style>
background-color css
<style>
a { background-color: #B66EFF; }
a { background-color: rgb(182,110,255); }
div.DivClassName
{
background-color: #B66EFF;
}
.BgClassName
{
background-color: #B66EFF;
}
</style>
border-color css
<style>
span { border-color: #B66EFF; }
span { border-color: rgb(182,110,255); }
td.TdClassName
{
border-color: #B66EFF;
}
.TagClassName
{
border-color: #B66EFF;
}
</style>