Shades of Heliotrope #B56AFF
Tints of Heliotrope #B56AFF
RGB
CMYK
RGB Variations
Color information
#B56AFF (or 0xB56AFF) is known color: Heliotrope. HEX triplet: B5, 6A and FF. RGB value is (181,106,255). Sum of RGB (Red+Green+Blue) = 181+106+255=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #B56AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AFF is #4A9500. Grayscale: #909090. Windows color (decimal): -4887809 or 16738997. OLE color: 16738997.
HSL color Cylindrical-coordinate representation of color #B56AFF: hue angle of 270.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B56AFF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 106 | 255 | - |
| CMYK | 0.29 | 0.58 | 0 | 0 |
| HSL | 270.2º | 1% | 0.71% | - |
| HSV(B) | 270.2º | 0.58% | 1% | - |
| XYZ | 42.26 | 27.35 | 97.66 | - |
| YUV | 145.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 255 | 0.29 | 0.58 | 0 | 0 | 270.2 | 1 | 0.71 |
| Hex | B5 | 6A | FF | 1D | 3A | 0 | 0 | 10E | 64 | 47 |
| Octal | 265 | 152 | 377 | 35 | 72 | 0 | 0 | 416 | 144 | 107 |
| Binary | 10110101 | 1101010 | 11111111 | 11101 | 111010 | 0 | 0 | 100001110 | 1100100 | 1000111 |
Color Harmonies of #B56AFF
Complementary color
Monochromatic Colors of #B56AFF
Black with #B56AFF
Text Example
Text Example
White with #B56AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56AFF; }
p { color: rgb(181,106,255); }
H1.HeaderClassName
{
color: #B56AFF;
}
.AnyTagClassName
{
color: #B56AFF;
}
</style>
background-color css
<style>
a { background-color: #B56AFF; }
a { background-color: rgb(181,106,255); }
div.DivClassName
{
background-color: #B56AFF;
}
.BgClassName
{
background-color: #B56AFF;
}
</style>
border-color css
<style>
span { border-color: #B56AFF; }
span { border-color: rgb(181,106,255); }
td.TdClassName
{
border-color: #B56AFF;
}
.TagClassName
{
border-color: #B56AFF;
}
</style>