Shades of Heliotrope #B666FE
Tints of Heliotrope #B666FE
RGB
CMYK
RGB Variations
Color information
#B666FE (or 0xB666FE) is known color: Heliotrope. HEX triplet: B6, 66 and FE. RGB value is (182,102,254). Sum of RGB (Red+Green+Blue) = 182+102+254=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #B666FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666FE is #499901. Grayscale: #8E8E8E. Windows color (decimal): -4823298 or 16672438. OLE color: 16672438.
HSL color Cylindrical-coordinate representation of color #B666FE: hue angle of 271.58º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B666FE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 102 | 254 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.00 |
| HSL | 271.58º | 0.99% | 0.7% | - |
| HSV(B) | 271.58º | 0.6% | 1% | - |
| XYZ | 41.93 | 26.6 | 96.69 | - |
| YUV | 143.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 254 | 0.28 | 0.60 | 0 | 0.00 | 271.58 | 0.99 | 0.7 |
| Hex | B6 | 66 | FE | 1C | 3C | 0 | 0 | 110 | 63 | 46 |
| Octal | 266 | 146 | 376 | 34 | 74 | 0 | 0 | 420 | 143 | 106 |
| Binary | 10110110 | 1100110 | 11111110 | 11100 | 111100 | 0 | 0 | 100010000 | 1100011 | 1000110 |
Color Harmonies of #B666FE
Complementary color
Monochromatic Colors of #B666FE
Black with #B666FE
Text Example
Text Example
White with #B666FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666FE; }
p { color: rgb(182,102,254); }
H1.HeaderClassName
{
color: #B666FE;
}
.AnyTagClassName
{
color: #B666FE;
}
</style>
background-color css
<style>
a { background-color: #B666FE; }
a { background-color: rgb(182,102,254); }
div.DivClassName
{
background-color: #B666FE;
}
.BgClassName
{
background-color: #B666FE;
}
</style>
border-color css
<style>
span { border-color: #B666FE; }
span { border-color: rgb(182,102,254); }
td.TdClassName
{
border-color: #B666FE;
}
.TagClassName
{
border-color: #B666FE;
}
</style>