Shades of Heliotrope #B881FF
Tints of Heliotrope #B881FF
RGB
CMYK
RGB Variations
Color information
#B881FF (or 0xB881FF) is known color: Heliotrope. HEX triplet: B8, 81 and FF. RGB value is (184,129,255). Sum of RGB (Red+Green+Blue) = 184+129+255=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B881FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881FF is #477E00. Grayscale: #9F9F9F. Windows color (decimal): -4685313 or 16744888. OLE color: 16744888.
HSL color Cylindrical-coordinate representation of color #B881FF: hue angle of 266.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B881FF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 129 | 255 | - |
| CMYK | 0.28 | 0.49 | 0 | 0 |
| HSL | 266.19º | 1% | 0.75% | - |
| HSV(B) | 266.19º | 0.49% | 1% | - |
| XYZ | 45.67 | 33.11 | 98.59 | - |
| YUV | 159.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 255 | 0.28 | 0.49 | 0 | 0 | 266.19 | 1 | 0.75 |
| Hex | B8 | 81 | FF | 1C | 31 | 0 | 0 | 10A | 64 | 4B |
| Octal | 270 | 201 | 377 | 34 | 61 | 0 | 0 | 412 | 144 | 113 |
| Binary | 10111000 | 10000001 | 11111111 | 11100 | 110001 | 0 | 0 | 100001010 | 1100100 | 1001011 |
Color Harmonies of #B881FF
Complementary color
Monochromatic Colors of #B881FF
Black with #B881FF
Text Example
Text Example
White with #B881FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881FF; }
p { color: rgb(184,129,255); }
H1.HeaderClassName
{
color: #B881FF;
}
.AnyTagClassName
{
color: #B881FF;
}
</style>
background-color css
<style>
a { background-color: #B881FF; }
a { background-color: rgb(184,129,255); }
div.DivClassName
{
background-color: #B881FF;
}
.BgClassName
{
background-color: #B881FF;
}
</style>
border-color css
<style>
span { border-color: #B881FF; }
span { border-color: rgb(184,129,255); }
td.TdClassName
{
border-color: #B881FF;
}
.TagClassName
{
border-color: #B881FF;
}
</style>