Shades of Heliotrope #B668FE
Tints of Heliotrope #B668FE
RGB
CMYK
RGB Variations
Color information
#B668FE (or 0xB668FE) is known color: Heliotrope. HEX triplet: B6, 68 and FE. RGB value is (182,104,254). Sum of RGB (Red+Green+Blue) = 182+104+254=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #B668FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B668FE is #499701. Grayscale: #8F8F8F. Windows color (decimal): -4822786 or 16672950. OLE color: 16672950.
HSL color Cylindrical-coordinate representation of color #B668FE: hue angle of 271.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B668FE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 104 | 254 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.00 |
| HSL | 271.2º | 0.99% | 0.7% | - |
| HSV(B) | 271.2º | 0.59% | 1% | - |
| XYZ | 42.13 | 27 | 96.76 | - |
| YUV | 144.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 104 | 254 | 0.28 | 0.59 | 0 | 0.00 | 271.2 | 0.99 | 0.7 |
| Hex | B6 | 68 | FE | 1C | 3B | 0 | 0 | 10F | 63 | 46 |
| Octal | 266 | 150 | 376 | 34 | 73 | 0 | 0 | 417 | 143 | 106 |
| Binary | 10110110 | 1101000 | 11111110 | 11100 | 111011 | 0 | 0 | 100001111 | 1100011 | 1000110 |
Color Harmonies of #B668FE
Complementary color
Monochromatic Colors of #B668FE
Black with #B668FE
Text Example
Text Example
White with #B668FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B668FE; }
p { color: rgb(182,104,254); }
H1.HeaderClassName
{
color: #B668FE;
}
.AnyTagClassName
{
color: #B668FE;
}
</style>
background-color css
<style>
a { background-color: #B668FE; }
a { background-color: rgb(182,104,254); }
div.DivClassName
{
background-color: #B668FE;
}
.BgClassName
{
background-color: #B668FE;
}
</style>
border-color css
<style>
span { border-color: #B668FE; }
span { border-color: rgb(182,104,254); }
td.TdClassName
{
border-color: #B668FE;
}
.TagClassName
{
border-color: #B668FE;
}
</style>