Shades of Heliotrope #B981FE
Tints of Heliotrope #B981FE
RGB
CMYK
RGB Variations
Color information
#B981FE (or 0xB981FE) is known color: Heliotrope. HEX triplet: B9, 81 and FE. RGB value is (185,129,254). Sum of RGB (Red+Green+Blue) = 185+129+254=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #B981FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981FE is #467E01. Grayscale: #9F9F9F. Windows color (decimal): -4619778 or 16679353. OLE color: 16679353.
HSL color Cylindrical-coordinate representation of color #B981FE: hue angle of 266.88º 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 #B981FE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 129 | 254 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.00 |
| HSL | 266.88º | 0.98% | 0.75% | - |
| HSV(B) | 266.88º | 0.49% | 1% | - |
| XYZ | 45.75 | 33.17 | 97.76 | - |
| YUV | 159.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 254 | 0.27 | 0.49 | 0 | 0.00 | 266.88 | 0.98 | 0.75 |
| Hex | B9 | 81 | FE | 1B | 31 | 0 | 0 | 10B | 62 | 4B |
| Octal | 271 | 201 | 376 | 33 | 61 | 0 | 0 | 413 | 142 | 113 |
| Binary | 10111001 | 10000001 | 11111110 | 11011 | 110001 | 0 | 0 | 100001011 | 1100010 | 1001011 |
Color Harmonies of #B981FE
Complementary color
Monochromatic Colors of #B981FE
Black with #B981FE
Text Example
Text Example
White with #B981FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981FE; }
p { color: rgb(185,129,254); }
H1.HeaderClassName
{
color: #B981FE;
}
.AnyTagClassName
{
color: #B981FE;
}
</style>
background-color css
<style>
a { background-color: #B981FE; }
a { background-color: rgb(185,129,254); }
div.DivClassName
{
background-color: #B981FE;
}
.BgClassName
{
background-color: #B981FE;
}
</style>
border-color css
<style>
span { border-color: #B981FE; }
span { border-color: rgb(185,129,254); }
td.TdClassName
{
border-color: #B981FE;
}
.TagClassName
{
border-color: #B981FE;
}
</style>