Shades of Heliotrope #B566FE
Tints of Heliotrope #B566FE
RGB
CMYK
RGB Variations
Color information
#B566FE (or 0xB566FE) is known color: Heliotrope. HEX triplet: B5, 66 and FE. RGB value is (181,102,254). Sum of RGB (Red+Green+Blue) = 181+102+254=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B566FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B566FE is #4A9901. Grayscale: #8E8E8E. Windows color (decimal): -4888834 or 16672437. OLE color: 16672437.
HSL color Cylindrical-coordinate representation of color #B566FE: hue angle of 271.18º 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 #B566FE is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 102 | 254 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.00 |
| HSL | 271.18º | 0.99% | 0.7% | - |
| HSV(B) | 271.18º | 0.6% | 1% | - |
| XYZ | 41.7 | 26.48 | 96.68 | - |
| YUV | 142.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 254 | 0.29 | 0.60 | 0 | 0.00 | 271.18 | 0.99 | 0.7 |
| Hex | B5 | 66 | FE | 1D | 3C | 0 | 0 | 10F | 63 | 46 |
| Octal | 265 | 146 | 376 | 35 | 74 | 0 | 0 | 417 | 143 | 106 |
| Binary | 10110101 | 1100110 | 11111110 | 11101 | 111100 | 0 | 0 | 100001111 | 1100011 | 1000110 |
Color Harmonies of #B566FE
Complementary color
Monochromatic Colors of #B566FE
Black with #B566FE
Text Example
Text Example
White with #B566FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566FE; }
p { color: rgb(181,102,254); }
H1.HeaderClassName
{
color: #B566FE;
}
.AnyTagClassName
{
color: #B566FE;
}
</style>
background-color css
<style>
a { background-color: #B566FE; }
a { background-color: rgb(181,102,254); }
div.DivClassName
{
background-color: #B566FE;
}
.BgClassName
{
background-color: #B566FE;
}
</style>
border-color css
<style>
span { border-color: #B566FE; }
span { border-color: rgb(181,102,254); }
td.TdClassName
{
border-color: #B566FE;
}
.TagClassName
{
border-color: #B566FE;
}
</style>