Shades of Heliotrope #B56FFB
Tints of Heliotrope #B56FFB
RGB
CMYK
RGB Variations
Color information
#B56FFB (or 0xB56FFB) is known color: Heliotrope. HEX triplet: B5, 6F and FB. RGB value is (181,111,251). Sum of RGB (Red+Green+Blue) = 181+111+251=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #B56FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FFB is #4A9004. Grayscale: #939393. Windows color (decimal): -4886533 or 16478133. OLE color: 16478133.
HSL color Cylindrical-coordinate representation of color #B56FFB: hue angle of 270º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56FFB is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 111 | 251 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.71% | - |
| HSV(B) | 270º | 0.56% | 0.98% | - |
| XYZ | 42.15 | 28.16 | 94.48 | - |
| YUV | 147.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 251 | 0.28 | 0.56 | 0 | 0.02 | 270 | 0.95 | 0.71 |
| Hex | B5 | 6F | FB | 1C | 38 | 0 | 2 | 10E | 5F | 47 |
| Octal | 265 | 157 | 373 | 34 | 70 | 0 | 2 | 416 | 137 | 107 |
| Binary | 10110101 | 1101111 | 11111011 | 11100 | 111000 | 0 | 10 | 100001110 | 1011111 | 1000111 |
Color Harmonies of #B56FFB
Complementary color
Monochromatic Colors of #B56FFB
Black with #B56FFB
Text Example
Text Example
White with #B56FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FFB; }
p { color: rgb(181,111,251); }
H1.HeaderClassName
{
color: #B56FFB;
}
.AnyTagClassName
{
color: #B56FFB;
}
</style>
background-color css
<style>
a { background-color: #B56FFB; }
a { background-color: rgb(181,111,251); }
div.DivClassName
{
background-color: #B56FFB;
}
.BgClassName
{
background-color: #B56FFB;
}
</style>
border-color css
<style>
span { border-color: #B56FFB; }
span { border-color: rgb(181,111,251); }
td.TdClassName
{
border-color: #B56FFB;
}
.TagClassName
{
border-color: #B56FFB;
}
</style>