Shades of Heliotrope #B568FA
Tints of Heliotrope #B568FA
RGB
CMYK
RGB Variations
Color information
#B568FA (or 0xB568FA) is known color: Heliotrope. HEX triplet: B5, 68 and FA. RGB value is (181,104,250). Sum of RGB (Red+Green+Blue) = 181+104+250=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B568FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568FA is #4A9705. Grayscale: #8F8F8F. Windows color (decimal): -4888326 or 16410805. OLE color: 16410805.
HSL color Cylindrical-coordinate representation of color #B568FA: hue angle of 271.64º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B568FA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 104 | 250 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.02 |
| HSL | 271.64º | 0.94% | 0.69% | - |
| HSV(B) | 271.64º | 0.58% | 0.98% | - |
| XYZ | 41.26 | 26.63 | 93.41 | - |
| YUV | 143.67 | 188.01 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 250 | 0.28 | 0.58 | 0 | 0.02 | 271.64 | 0.94 | 0.69 |
| Hex | B5 | 68 | FA | 1C | 3A | 0 | 2 | 110 | 5E | 45 |
| Octal | 265 | 150 | 372 | 34 | 72 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110101 | 1101000 | 11111010 | 11100 | 111010 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B568FA
Complementary color
Monochromatic Colors of #B568FA
Black with #B568FA
Text Example
Text Example
White with #B568FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568FA; }
p { color: rgb(181,104,250); }
H1.HeaderClassName
{
color: #B568FA;
}
.AnyTagClassName
{
color: #B568FA;
}
</style>
background-color css
<style>
a { background-color: #B568FA; }
a { background-color: rgb(181,104,250); }
div.DivClassName
{
background-color: #B568FA;
}
.BgClassName
{
background-color: #B568FA;
}
</style>
border-color css
<style>
span { border-color: #B568FA; }
span { border-color: rgb(181,104,250); }
td.TdClassName
{
border-color: #B568FA;
}
.TagClassName
{
border-color: #B568FA;
}
</style>