Shades of Heliotrope #B576FF
Tints of Heliotrope #B576FF
RGB
CMYK
RGB Variations
Color information
#B576FF (or 0xB576FF) is known color: Heliotrope. HEX triplet: B5, 76 and FF. RGB value is (181,118,255). Sum of RGB (Red+Green+Blue) = 181+118+255=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B576FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B576FF is #4A8900. Grayscale: #979797. Windows color (decimal): -4884737 or 16742069. OLE color: 16742069.
HSL color Cylindrical-coordinate representation of color #B576FF: hue angle of 267.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B576FF is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 118 | 255 | - |
| CMYK | 0.29 | 0.54 | 0 | 0 |
| HSL | 267.59º | 1% | 0.73% | - |
| HSV(B) | 267.59º | 0.54% | 1% | - |
| XYZ | 43.58 | 30 | 98.1 | - |
| YUV | 152.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 255 | 0.29 | 0.54 | 0 | 0 | 267.59 | 1 | 0.73 |
| Hex | B5 | 76 | FF | 1D | 36 | 0 | 0 | 10C | 64 | 49 |
| Octal | 265 | 166 | 377 | 35 | 66 | 0 | 0 | 414 | 144 | 111 |
| Binary | 10110101 | 1110110 | 11111111 | 11101 | 110110 | 0 | 0 | 100001100 | 1100100 | 1001001 |
Color Harmonies of #B576FF
Complementary color
Monochromatic Colors of #B576FF
Black with #B576FF
Text Example
Text Example
White with #B576FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B576FF; }
p { color: rgb(181,118,255); }
H1.HeaderClassName
{
color: #B576FF;
}
.AnyTagClassName
{
color: #B576FF;
}
</style>
background-color css
<style>
a { background-color: #B576FF; }
a { background-color: rgb(181,118,255); }
div.DivClassName
{
background-color: #B576FF;
}
.BgClassName
{
background-color: #B576FF;
}
</style>
border-color css
<style>
span { border-color: #B576FF; }
span { border-color: rgb(181,118,255); }
td.TdClassName
{
border-color: #B576FF;
}
.TagClassName
{
border-color: #B576FF;
}
</style>