Shades of Heliotrope #B578FF
Tints of Heliotrope #B578FF
RGB
CMYK
RGB Variations
Color information
#B578FF (or 0xB578FF) is known color: Heliotrope. HEX triplet: B5, 78 and FF. RGB value is (181,120,255). Sum of RGB (Red+Green+Blue) = 181+120+255=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #B578FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B578FF is #4A8700. Grayscale: #999999. Windows color (decimal): -4884225 or 16742581. OLE color: 16742581.
HSL color Cylindrical-coordinate representation of color #B578FF: hue angle of 267.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B578FF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 120 | 255 | - |
| CMYK | 0.29 | 0.53 | 0 | 0 |
| HSL | 267.11º | 1% | 0.74% | - |
| HSV(B) | 267.11º | 0.53% | 1% | - |
| XYZ | 43.82 | 30.48 | 98.18 | - |
| YUV | 153.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 255 | 0.29 | 0.53 | 0 | 0 | 267.11 | 1 | 0.74 |
| Hex | B5 | 78 | FF | 1D | 35 | 0 | 0 | 10B | 64 | 4A |
| Octal | 265 | 170 | 377 | 35 | 65 | 0 | 0 | 413 | 144 | 112 |
| Binary | 10110101 | 1111000 | 11111111 | 11101 | 110101 | 0 | 0 | 100001011 | 1100100 | 1001010 |
Color Harmonies of #B578FF
Complementary color
Monochromatic Colors of #B578FF
Black with #B578FF
Text Example
Text Example
White with #B578FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B578FF; }
p { color: rgb(181,120,255); }
H1.HeaderClassName
{
color: #B578FF;
}
.AnyTagClassName
{
color: #B578FF;
}
</style>
background-color css
<style>
a { background-color: #B578FF; }
a { background-color: rgb(181,120,255); }
div.DivClassName
{
background-color: #B578FF;
}
.BgClassName
{
background-color: #B578FF;
}
</style>
border-color css
<style>
span { border-color: #B578FF; }
span { border-color: rgb(181,120,255); }
td.TdClassName
{
border-color: #B578FF;
}
.TagClassName
{
border-color: #B578FF;
}
</style>