Shades of Heliotrope #B575FE
Tints of Heliotrope #B575FE
RGB
CMYK
RGB Variations
Color information
#B575FE (or 0xB575FE) is known color: Heliotrope. HEX triplet: B5, 75 and FE. RGB value is (181,117,254). Sum of RGB (Red+Green+Blue) = 181+117+254=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #B575FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575FE is #4A8A01. Grayscale: #979797. Windows color (decimal): -4884994 or 16676277. OLE color: 16676277.
HSL color Cylindrical-coordinate representation of color #B575FE: hue angle of 268.03º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B575FE is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 117 | 254 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.00 |
| HSL | 268.03º | 0.99% | 0.73% | - |
| HSV(B) | 268.03º | 0.54% | 1% | - |
| XYZ | 43.31 | 29.7 | 97.22 | - |
| YUV | 151.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 254 | 0.29 | 0.54 | 0 | 0.00 | 268.03 | 0.99 | 0.73 |
| Hex | B5 | 75 | FE | 1D | 36 | 0 | 0 | 10C | 63 | 49 |
| Octal | 265 | 165 | 376 | 35 | 66 | 0 | 0 | 414 | 143 | 111 |
| Binary | 10110101 | 1110101 | 11111110 | 11101 | 110110 | 0 | 0 | 100001100 | 1100011 | 1001001 |
Color Harmonies of #B575FE
Complementary color
Monochromatic Colors of #B575FE
Black with #B575FE
Text Example
Text Example
White with #B575FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575FE; }
p { color: rgb(181,117,254); }
H1.HeaderClassName
{
color: #B575FE;
}
.AnyTagClassName
{
color: #B575FE;
}
</style>
background-color css
<style>
a { background-color: #B575FE; }
a { background-color: rgb(181,117,254); }
div.DivClassName
{
background-color: #B575FE;
}
.BgClassName
{
background-color: #B575FE;
}
</style>
border-color css
<style>
span { border-color: #B575FE; }
span { border-color: rgb(181,117,254); }
td.TdClassName
{
border-color: #B575FE;
}
.TagClassName
{
border-color: #B575FE;
}
</style>