Shades of Heliotrope #B570FA
Tints of Heliotrope #B570FA
RGB
CMYK
RGB Variations
Color information
#B570FA (or 0xB570FA) is known color: Heliotrope. HEX triplet: B5, 70 and FA. RGB value is (181,112,250). Sum of RGB (Red+Green+Blue) = 181+112+250=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #B570FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570FA is #4A8F05. Grayscale: #939393. Windows color (decimal): -4886278 or 16412853. OLE color: 16412853.
HSL color Cylindrical-coordinate representation of color #B570FA: hue angle of 270º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B570FA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 112 | 250 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.71% | - |
| HSV(B) | 270º | 0.55% | 0.98% | - |
| XYZ | 42.11 | 28.31 | 93.69 | - |
| YUV | 148.36 | 185.36 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 250 | 0.28 | 0.55 | 0 | 0.02 | 270 | 0.93 | 0.71 |
| Hex | B5 | 70 | FA | 1C | 37 | 0 | 2 | 10E | 5D | 47 |
| Octal | 265 | 160 | 372 | 34 | 67 | 0 | 2 | 416 | 135 | 107 |
| Binary | 10110101 | 1110000 | 11111010 | 11100 | 110111 | 0 | 10 | 100001110 | 1011101 | 1000111 |
Color Harmonies of #B570FA
Complementary color
Monochromatic Colors of #B570FA
Black with #B570FA
Text Example
Text Example
White with #B570FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570FA; }
p { color: rgb(181,112,250); }
H1.HeaderClassName
{
color: #B570FA;
}
.AnyTagClassName
{
color: #B570FA;
}
</style>
background-color css
<style>
a { background-color: #B570FA; }
a { background-color: rgb(181,112,250); }
div.DivClassName
{
background-color: #B570FA;
}
.BgClassName
{
background-color: #B570FA;
}
</style>
border-color css
<style>
span { border-color: #B570FA; }
span { border-color: rgb(181,112,250); }
td.TdClassName
{
border-color: #B570FA;
}
.TagClassName
{
border-color: #B570FA;
}
</style>