Shades of Heliotrope #B981FF
Tints of Heliotrope #B981FF
RGB
CMYK
RGB Variations
Color information
#B981FF (or 0xB981FF) is known color: Heliotrope. HEX triplet: B9, 81 and FF. RGB value is (185,129,255). Sum of RGB (Red+Green+Blue) = 185+129+255=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #B981FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B981FF is #467E00. Grayscale: #9F9F9F. Windows color (decimal): -4619777 or 16744889. OLE color: 16744889.
HSL color Cylindrical-coordinate representation of color #B981FF: hue angle of 266.67º 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 #B981FF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 129 | 255 | - |
| CMYK | 0.27 | 0.49 | 0 | 0 |
| HSL | 266.67º | 1% | 0.75% | - |
| HSV(B) | 266.67º | 0.49% | 1% | - |
| XYZ | 45.91 | 33.23 | 98.6 | - |
| YUV | 160.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 255 | 0.27 | 0.49 | 0 | 0 | 266.67 | 1 | 0.75 |
| Hex | B9 | 81 | FF | 1B | 31 | 0 | 0 | 10B | 64 | 4B |
| Octal | 271 | 201 | 377 | 33 | 61 | 0 | 0 | 413 | 144 | 113 |
| Binary | 10111001 | 10000001 | 11111111 | 11011 | 110001 | 0 | 0 | 100001011 | 1100100 | 1001011 |
Color Harmonies of #B981FF
Complementary color
Monochromatic Colors of #B981FF
Black with #B981FF
Text Example
Text Example
White with #B981FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B981FF; }
p { color: rgb(185,129,255); }
H1.HeaderClassName
{
color: #B981FF;
}
.AnyTagClassName
{
color: #B981FF;
}
</style>
background-color css
<style>
a { background-color: #B981FF; }
a { background-color: rgb(185,129,255); }
div.DivClassName
{
background-color: #B981FF;
}
.BgClassName
{
background-color: #B981FF;
}
</style>
border-color css
<style>
span { border-color: #B981FF; }
span { border-color: rgb(185,129,255); }
td.TdClassName
{
border-color: #B981FF;
}
.TagClassName
{
border-color: #B981FF;
}
</style>