Shades of Heliotrope #B564FE
Tints of Heliotrope #B564FE
RGB
CMYK
RGB Variations
Color information
#B564FE (or 0xB564FE) is known color: Heliotrope. HEX triplet: B5, 64 and FE. RGB value is (181,100,254). Sum of RGB (Red+Green+Blue) = 181+100+254=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #B564FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564FE is #4A9B01. Grayscale: #8D8D8D. Windows color (decimal): -4889346 or 16671925. OLE color: 16671925.
HSL color Cylindrical-coordinate representation of color #B564FE: hue angle of 271.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B564FE is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 100 | 254 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.00 |
| HSL | 271.56º | 0.99% | 0.69% | - |
| HSV(B) | 271.56º | 0.61% | 1% | - |
| XYZ | 41.5 | 26.09 | 96.62 | - |
| YUV | 141.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 254 | 0.29 | 0.61 | 0 | 0.00 | 271.56 | 0.99 | 0.69 |
| Hex | B5 | 64 | FE | 1D | 3D | 0 | 0 | 110 | 63 | 45 |
| Octal | 265 | 144 | 376 | 35 | 75 | 0 | 0 | 420 | 143 | 105 |
| Binary | 10110101 | 1100100 | 11111110 | 11101 | 111101 | 0 | 0 | 100010000 | 1100011 | 1000101 |
Color Harmonies of #B564FE
Complementary color
Monochromatic Colors of #B564FE
Black with #B564FE
Text Example
Text Example
White with #B564FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564FE; }
p { color: rgb(181,100,254); }
H1.HeaderClassName
{
color: #B564FE;
}
.AnyTagClassName
{
color: #B564FE;
}
</style>
background-color css
<style>
a { background-color: #B564FE; }
a { background-color: rgb(181,100,254); }
div.DivClassName
{
background-color: #B564FE;
}
.BgClassName
{
background-color: #B564FE;
}
</style>
border-color css
<style>
span { border-color: #B564FE; }
span { border-color: rgb(181,100,254); }
td.TdClassName
{
border-color: #B564FE;
}
.TagClassName
{
border-color: #B564FE;
}
</style>