Shades of Heliotrope #B56EFD
Tints of Heliotrope #B56EFD
RGB
CMYK
RGB Variations
Color information
#B56EFD (or 0xB56EFD) is known color: Heliotrope. HEX triplet: B5, 6E and FD. RGB value is (181,110,253). Sum of RGB (Red+Green+Blue) = 181+110+253=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #B56EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EFD is #4A9102. Grayscale: #939393. Windows color (decimal): -4886787 or 16608949. OLE color: 16608949.
HSL color Cylindrical-coordinate representation of color #B56EFD: hue angle of 269.79º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B56EFD is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 110 | 253 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.01 |
| HSL | 269.79º | 0.97% | 0.71% | - |
| HSV(B) | 269.79º | 0.57% | 0.99% | - |
| XYZ | 42.36 | 28.07 | 96.11 | - |
| YUV | 147.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 253 | 0.28 | 0.57 | 0 | 0.01 | 269.79 | 0.97 | 0.71 |
| Hex | B5 | 6E | FD | 1C | 39 | 0 | 1 | 10E | 61 | 47 |
| Octal | 265 | 156 | 375 | 34 | 71 | 0 | 1 | 416 | 141 | 107 |
| Binary | 10110101 | 1101110 | 11111101 | 11100 | 111001 | 0 | 1 | 100001110 | 1100001 | 1000111 |
Color Harmonies of #B56EFD
Complementary color
Monochromatic Colors of #B56EFD
Black with #B56EFD
Text Example
Text Example
White with #B56EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EFD; }
p { color: rgb(181,110,253); }
H1.HeaderClassName
{
color: #B56EFD;
}
.AnyTagClassName
{
color: #B56EFD;
}
</style>
background-color css
<style>
a { background-color: #B56EFD; }
a { background-color: rgb(181,110,253); }
div.DivClassName
{
background-color: #B56EFD;
}
.BgClassName
{
background-color: #B56EFD;
}
</style>
border-color css
<style>
span { border-color: #B56EFD; }
span { border-color: rgb(181,110,253); }
td.TdClassName
{
border-color: #B56EFD;
}
.TagClassName
{
border-color: #B56EFD;
}
</style>