Shades of Heliotrope #B96BFA
Tints of Heliotrope #B96BFA
RGB
CMYK
RGB Variations
Color information
#B96BFA (or 0xB96BFA) is known color: Heliotrope. HEX triplet: B9, 6B and FA. RGB value is (185,107,250). Sum of RGB (Red+Green+Blue) = 185+107+250=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #B96BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96BFA is #469405. Grayscale: #929292. Windows color (decimal): -4625414 or 16411577. OLE color: 16411577.
HSL color Cylindrical-coordinate representation of color #B96BFA: hue angle of 272.73º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B96BFA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 107 | 250 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.02 |
| HSL | 272.73º | 0.93% | 0.7% | - |
| HSV(B) | 272.73º | 0.57% | 0.98% | - |
| XYZ | 42.52 | 27.73 | 93.55 | - |
| YUV | 146.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 250 | 0.26 | 0.57 | 0 | 0.02 | 272.73 | 0.93 | 0.7 |
| Hex | B9 | 6B | FA | 1A | 39 | 0 | 2 | 111 | 5D | 46 |
| Octal | 271 | 153 | 372 | 32 | 71 | 0 | 2 | 421 | 135 | 106 |
| Binary | 10111001 | 1101011 | 11111010 | 11010 | 111001 | 0 | 10 | 100010001 | 1011101 | 1000110 |
Color Harmonies of #B96BFA
Complementary color
Monochromatic Colors of #B96BFA
Black with #B96BFA
Text Example
Text Example
White with #B96BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96BFA; }
p { color: rgb(185,107,250); }
H1.HeaderClassName
{
color: #B96BFA;
}
.AnyTagClassName
{
color: #B96BFA;
}
</style>
background-color css
<style>
a { background-color: #B96BFA; }
a { background-color: rgb(185,107,250); }
div.DivClassName
{
background-color: #B96BFA;
}
.BgClassName
{
background-color: #B96BFA;
}
</style>
border-color css
<style>
span { border-color: #B96BFA; }
span { border-color: rgb(185,107,250); }
td.TdClassName
{
border-color: #B96BFA;
}
.TagClassName
{
border-color: #B96BFA;
}
</style>