Shades of Heliotrope #B984FF
Tints of Heliotrope #B984FF
RGB
CMYK
RGB Variations
Color information
#B984FF (or 0xB984FF) is known color: Heliotrope. HEX triplet: B9, 84 and FF. RGB value is (185,132,255). Sum of RGB (Red+Green+Blue) = 185+132+255=572 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.34% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #B984FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B984FF is #467B00. Grayscale: #A1A1A1. Windows color (decimal): -4619009 or 16745657. OLE color: 16745657.
HSL color Cylindrical-coordinate representation of color #B984FF: hue angle of 265.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B984FF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 132 | 255 | - |
| CMYK | 0.27 | 0.48 | 0 | 0 |
| HSL | 265.85º | 1% | 0.76% | - |
| HSV(B) | 265.85º | 0.48% | 1% | - |
| XYZ | 46.31 | 34.04 | 98.74 | - |
| YUV | 161.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 255 | 0.27 | 0.48 | 0 | 0 | 265.85 | 1 | 0.76 |
| Hex | B9 | 84 | FF | 1B | 30 | 0 | 0 | 10A | 64 | 4C |
| Octal | 271 | 204 | 377 | 33 | 60 | 0 | 0 | 412 | 144 | 114 |
| Binary | 10111001 | 10000100 | 11111111 | 11011 | 110000 | 0 | 0 | 100001010 | 1100100 | 1001100 |
Color Harmonies of #B984FF
Complementary color
Monochromatic Colors of #B984FF
Black with #B984FF
Text Example
Text Example
White with #B984FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B984FF; }
p { color: rgb(185,132,255); }
H1.HeaderClassName
{
color: #B984FF;
}
.AnyTagClassName
{
color: #B984FF;
}
</style>
background-color css
<style>
a { background-color: #B984FF; }
a { background-color: rgb(185,132,255); }
div.DivClassName
{
background-color: #B984FF;
}
.BgClassName
{
background-color: #B984FF;
}
</style>
border-color css
<style>
span { border-color: #B984FF; }
span { border-color: rgb(185,132,255); }
td.TdClassName
{
border-color: #B984FF;
}
.TagClassName
{
border-color: #B984FF;
}
</style>