Shades of Heliotrope #B572FE
Tints of Heliotrope #B572FE
RGB
CMYK
RGB Variations
Color information
#B572FE (or 0xB572FE) is known color: Heliotrope. HEX triplet: B5, 72 and FE. RGB value is (181,114,254). Sum of RGB (Red+Green+Blue) = 181+114+254=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B572FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572FE is #4A8D01. Grayscale: #959595. Windows color (decimal): -4885762 or 16675509. OLE color: 16675509.
HSL color Cylindrical-coordinate representation of color #B572FE: hue angle of 268.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B572FE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 114 | 254 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.00 |
| HSL | 268.71º | 0.99% | 0.72% | - |
| HSV(B) | 268.71º | 0.55% | 1% | - |
| XYZ | 42.96 | 29.01 | 97.1 | - |
| YUV | 149.99 | 186.7 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 114 | 254 | 0.29 | 0.55 | 0 | 0.00 | 268.71 | 0.99 | 0.72 |
| Hex | B5 | 72 | FE | 1D | 37 | 0 | 0 | 10D | 63 | 48 |
| Octal | 265 | 162 | 376 | 35 | 67 | 0 | 0 | 415 | 143 | 110 |
| Binary | 10110101 | 1110010 | 11111110 | 11101 | 110111 | 0 | 0 | 100001101 | 1100011 | 1001000 |
Color Harmonies of #B572FE
Complementary color
Monochromatic Colors of #B572FE
Black with #B572FE
Text Example
Text Example
White with #B572FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B572FE; }
p { color: rgb(181,114,254); }
H1.HeaderClassName
{
color: #B572FE;
}
.AnyTagClassName
{
color: #B572FE;
}
</style>
background-color css
<style>
a { background-color: #B572FE; }
a { background-color: rgb(181,114,254); }
div.DivClassName
{
background-color: #B572FE;
}
.BgClassName
{
background-color: #B572FE;
}
</style>
border-color css
<style>
span { border-color: #B572FE; }
span { border-color: rgb(181,114,254); }
td.TdClassName
{
border-color: #B572FE;
}
.TagClassName
{
border-color: #B572FE;
}
</style>