Shades of Heliotrope #B66FFF
Tints of Heliotrope #B66FFF
RGB
CMYK
RGB Variations
Color information
#B66FFF (or 0xB66FFF) is known color: Heliotrope. HEX triplet: B6, 6F and FF. RGB value is (182,111,255). Sum of RGB (Red+Green+Blue) = 182+111+255=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B66FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66FFF is #499000. Grayscale: #949494. Windows color (decimal): -4820993 or 16740278. OLE color: 16740278.
HSL color Cylindrical-coordinate representation of color #B66FFF: hue angle of 269.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B66FFF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 111 | 255 | - |
| CMYK | 0.29 | 0.56 | 0 | 0 |
| HSL | 269.58º | 1% | 0.72% | - |
| HSV(B) | 269.58º | 0.56% | 1% | - |
| XYZ | 43.03 | 28.53 | 97.85 | - |
| YUV | 148.65 | 188.02 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 255 | 0.29 | 0.56 | 0 | 0 | 269.58 | 1 | 0.72 |
| Hex | B6 | 6F | FF | 1D | 38 | 0 | 0 | 10E | 64 | 48 |
| Octal | 266 | 157 | 377 | 35 | 70 | 0 | 0 | 416 | 144 | 110 |
| Binary | 10110110 | 1101111 | 11111111 | 11101 | 111000 | 0 | 0 | 100001110 | 1100100 | 1001000 |
Color Harmonies of #B66FFF
Complementary color
Monochromatic Colors of #B66FFF
Black with #B66FFF
Text Example
Text Example
White with #B66FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FFF; }
p { color: rgb(182,111,255); }
H1.HeaderClassName
{
color: #B66FFF;
}
.AnyTagClassName
{
color: #B66FFF;
}
</style>
background-color css
<style>
a { background-color: #B66FFF; }
a { background-color: rgb(182,111,255); }
div.DivClassName
{
background-color: #B66FFF;
}
.BgClassName
{
background-color: #B66FFF;
}
</style>
border-color css
<style>
span { border-color: #B66FFF; }
span { border-color: rgb(182,111,255); }
td.TdClassName
{
border-color: #B66FFF;
}
.TagClassName
{
border-color: #B66FFF;
}
</style>