Shades of Heliotrope #B96DF3
Tints of Heliotrope #B96DF3
RGB
CMYK
RGB Variations
Color information
#B96DF3 (or 0xB96DF3) is known color: Heliotrope. HEX triplet: B9, 6D and F3. RGB value is (185,109,243). Sum of RGB (Red+Green+Blue) = 185+109+243=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #B96DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96DF3 is #46920C. Grayscale: #929292. Windows color (decimal): -4624909 or 15953337. OLE color: 15953337.
HSL color Cylindrical-coordinate representation of color #B96DF3: hue angle of 274.03º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96DF3 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 109 | 243 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.05 |
| HSL | 274.03º | 0.85% | 0.69% | - |
| HSV(B) | 274.03º | 0.55% | 0.95% | - |
| XYZ | 41.65 | 27.72 | 87.95 | - |
| YUV | 147 | 182.18 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 109 | 243 | 0.24 | 0.55 | 0 | 0.05 | 274.03 | 0.85 | 0.69 |
| Hex | B9 | 6D | F3 | 18 | 37 | 0 | 5 | 112 | 55 | 45 |
| Octal | 271 | 155 | 363 | 30 | 67 | 0 | 5 | 422 | 125 | 105 |
| Binary | 10111001 | 1101101 | 11110011 | 11000 | 110111 | 0 | 101 | 100010010 | 1010101 | 1000101 |
Color Harmonies of #B96DF3
Complementary color
Monochromatic Colors of #B96DF3
Black with #B96DF3
Text Example
Text Example
White with #B96DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96DF3; }
p { color: rgb(185,109,243); }
H1.HeaderClassName
{
color: #B96DF3;
}
.AnyTagClassName
{
color: #B96DF3;
}
</style>
background-color css
<style>
a { background-color: #B96DF3; }
a { background-color: rgb(185,109,243); }
div.DivClassName
{
background-color: #B96DF3;
}
.BgClassName
{
background-color: #B96DF3;
}
</style>
border-color css
<style>
span { border-color: #B96DF3; }
span { border-color: rgb(185,109,243); }
td.TdClassName
{
border-color: #B96DF3;
}
.TagClassName
{
border-color: #B96DF3;
}
</style>