Shades of Heliotrope #B574FC
Tints of Heliotrope #B574FC
RGB
CMYK
RGB Variations
Color information
#B574FC (or 0xB574FC) is known color: Heliotrope. HEX triplet: B5, 74 and FC. RGB value is (181,116,252). Sum of RGB (Red+Green+Blue) = 181+116+252=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #B574FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574FC is #4A8B03. Grayscale: #969696. Windows color (decimal): -4885252 or 16544949. OLE color: 16544949.
HSL color Cylindrical-coordinate representation of color #B574FC: hue angle of 268.68º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B574FC is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 116 | 252 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.01 |
| HSL | 268.68º | 0.96% | 0.72% | - |
| HSV(B) | 268.68º | 0.54% | 0.99% | - |
| XYZ | 42.87 | 29.34 | 95.5 | - |
| YUV | 150.94 | 185.03 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 252 | 0.28 | 0.54 | 0 | 0.01 | 268.68 | 0.96 | 0.72 |
| Hex | B5 | 74 | FC | 1C | 36 | 0 | 1 | 10D | 60 | 48 |
| Octal | 265 | 164 | 374 | 34 | 66 | 0 | 1 | 415 | 140 | 110 |
| Binary | 10110101 | 1110100 | 11111100 | 11100 | 110110 | 0 | 1 | 100001101 | 1100000 | 1001000 |
Color Harmonies of #B574FC
Complementary color
Monochromatic Colors of #B574FC
Black with #B574FC
Text Example
Text Example
White with #B574FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574FC; }
p { color: rgb(181,116,252); }
H1.HeaderClassName
{
color: #B574FC;
}
.AnyTagClassName
{
color: #B574FC;
}
</style>
background-color css
<style>
a { background-color: #B574FC; }
a { background-color: rgb(181,116,252); }
div.DivClassName
{
background-color: #B574FC;
}
.BgClassName
{
background-color: #B574FC;
}
</style>
border-color css
<style>
span { border-color: #B574FC; }
span { border-color: rgb(181,116,252); }
td.TdClassName
{
border-color: #B574FC;
}
.TagClassName
{
border-color: #B574FC;
}
</style>