Shades of Heliotrope #B56BFF
Tints of Heliotrope #B56BFF
RGB
CMYK
RGB Variations
Color information
#B56BFF (or 0xB56BFF) is known color: Heliotrope. HEX triplet: B5, 6B and FF. RGB value is (181,107,255). Sum of RGB (Red+Green+Blue) = 181+107+255=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B56BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BFF is #4A9400. Grayscale: #919191. Windows color (decimal): -4887553 or 16739253. OLE color: 16739253.
HSL color Cylindrical-coordinate representation of color #B56BFF: hue angle of 270º 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 #B56BFF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 107 | 255 | - |
| CMYK | 0.29 | 0.58 | 0 | 0 |
| HSL | 270º | 1% | 0.71% | - |
| HSV(B) | 270º | 0.58% | 1% | - |
| XYZ | 42.36 | 27.56 | 97.69 | - |
| YUV | 146 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 255 | 0.29 | 0.58 | 0 | 0 | 270 | 1 | 0.71 |
| Hex | B5 | 6B | FF | 1D | 3A | 0 | 0 | 10E | 64 | 47 |
| Octal | 265 | 153 | 377 | 35 | 72 | 0 | 0 | 416 | 144 | 107 |
| Binary | 10110101 | 1101011 | 11111111 | 11101 | 111010 | 0 | 0 | 100001110 | 1100100 | 1000111 |
Color Harmonies of #B56BFF
Complementary color
Monochromatic Colors of #B56BFF
Black with #B56BFF
Text Example
Text Example
White with #B56BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BFF; }
p { color: rgb(181,107,255); }
H1.HeaderClassName
{
color: #B56BFF;
}
.AnyTagClassName
{
color: #B56BFF;
}
</style>
background-color css
<style>
a { background-color: #B56BFF; }
a { background-color: rgb(181,107,255); }
div.DivClassName
{
background-color: #B56BFF;
}
.BgClassName
{
background-color: #B56BFF;
}
</style>
border-color css
<style>
span { border-color: #B56BFF; }
span { border-color: rgb(181,107,255); }
td.TdClassName
{
border-color: #B56BFF;
}
.TagClassName
{
border-color: #B56BFF;
}
</style>