Shades of Heliotrope #B560FF
Tints of Heliotrope #B560FF
RGB
CMYK
RGB Variations
Color information
#B560FF (or 0xB560FF) is known color: Heliotrope. HEX triplet: B5, 60 and FF. RGB value is (181,96,255). Sum of RGB (Red+Green+Blue) = 181+96+255=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B560FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560FF is #4A9F00. Grayscale: #8A8A8A. Windows color (decimal): -4890369 or 16736437. OLE color: 16736437.
HSL color Cylindrical-coordinate representation of color #B560FF: hue angle of 272.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B560FF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 96 | 255 | - |
| CMYK | 0.29 | 0.62 | 0 | 0 |
| HSL | 272.08º | 1% | 0.69% | - |
| HSV(B) | 272.08º | 0.62% | 1% | - |
| XYZ | 41.29 | 25.41 | 97.34 | - |
| YUV | 139.54 | 193.16 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 255 | 0.29 | 0.62 | 0 | 0 | 272.08 | 1 | 0.69 |
| Hex | B5 | 60 | FF | 1D | 3E | 0 | 0 | 110 | 64 | 45 |
| Octal | 265 | 140 | 377 | 35 | 76 | 0 | 0 | 420 | 144 | 105 |
| Binary | 10110101 | 1100000 | 11111111 | 11101 | 111110 | 0 | 0 | 100010000 | 1100100 | 1000101 |
Color Harmonies of #B560FF
Complementary color
Monochromatic Colors of #B560FF
Black with #B560FF
Text Example
Text Example
White with #B560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560FF; }
p { color: rgb(181,96,255); }
H1.HeaderClassName
{
color: #B560FF;
}
.AnyTagClassName
{
color: #B560FF;
}
</style>
background-color css
<style>
a { background-color: #B560FF; }
a { background-color: rgb(181,96,255); }
div.DivClassName
{
background-color: #B560FF;
}
.BgClassName
{
background-color: #B560FF;
}
</style>
border-color css
<style>
span { border-color: #B560FF; }
span { border-color: rgb(181,96,255); }
td.TdClassName
{
border-color: #B560FF;
}
.TagClassName
{
border-color: #B560FF;
}
</style>