Shades of Heliotrope #B881FE
Tints of Heliotrope #B881FE
RGB
CMYK
RGB Variations
Color information
#B881FE (or 0xB881FE) is known color: Heliotrope. HEX triplet: B8, 81 and FE. RGB value is (184,129,254). Sum of RGB (Red+Green+Blue) = 184+129+254=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #B881FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881FE is #477E01. Grayscale: #9F9F9F. Windows color (decimal): -4685314 or 16679352. OLE color: 16679352.
HSL color Cylindrical-coordinate representation of color #B881FE: hue angle of 266.4º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B881FE is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 129 | 254 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.00 |
| HSL | 266.4º | 0.98% | 0.75% | - |
| HSV(B) | 266.4º | 0.49% | 1% | - |
| XYZ | 45.51 | 33.05 | 97.75 | - |
| YUV | 159.7 | 181.22 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 254 | 0.28 | 0.49 | 0 | 0.00 | 266.4 | 0.98 | 0.75 |
| Hex | B8 | 81 | FE | 1C | 31 | 0 | 0 | 10A | 62 | 4B |
| Octal | 270 | 201 | 376 | 34 | 61 | 0 | 0 | 412 | 142 | 113 |
| Binary | 10111000 | 10000001 | 11111110 | 11100 | 110001 | 0 | 0 | 100001010 | 1100010 | 1001011 |
Color Harmonies of #B881FE
Complementary color
Monochromatic Colors of #B881FE
Black with #B881FE
Text Example
Text Example
White with #B881FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881FE; }
p { color: rgb(184,129,254); }
H1.HeaderClassName
{
color: #B881FE;
}
.AnyTagClassName
{
color: #B881FE;
}
</style>
background-color css
<style>
a { background-color: #B881FE; }
a { background-color: rgb(184,129,254); }
div.DivClassName
{
background-color: #B881FE;
}
.BgClassName
{
background-color: #B881FE;
}
</style>
border-color css
<style>
span { border-color: #B881FE; }
span { border-color: rgb(184,129,254); }
td.TdClassName
{
border-color: #B881FE;
}
.TagClassName
{
border-color: #B881FE;
}
</style>