Shades of Heliotrope #B97BFC
Tints of Heliotrope #B97BFC
RGB
CMYK
RGB Variations
Color information
#B97BFC (or 0xB97BFC) is known color: Heliotrope. HEX triplet: B9, 7B and FC. RGB value is (185,123,252). Sum of RGB (Red+Green+Blue) = 185+123+252=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #B97BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B97BFC is #468403. Grayscale: #9B9B9B. Windows color (decimal): -4621316 or 16546745. OLE color: 16546745.
HSL color Cylindrical-coordinate representation of color #B97BFC: hue angle of 268.84º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B97BFC is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 123 | 252 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.01 |
| HSL | 268.84º | 0.96% | 0.74% | - |
| HSV(B) | 268.84º | 0.51% | 0.99% | - |
| XYZ | 44.66 | 31.51 | 95.82 | - |
| YUV | 156.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 123 | 252 | 0.27 | 0.51 | 0 | 0.01 | 268.84 | 0.96 | 0.74 |
| Hex | B9 | 7B | FC | 1B | 33 | 0 | 1 | 10D | 60 | 4A |
| Octal | 271 | 173 | 374 | 33 | 63 | 0 | 1 | 415 | 140 | 112 |
| Binary | 10111001 | 1111011 | 11111100 | 11011 | 110011 | 0 | 1 | 100001101 | 1100000 | 1001010 |
Color Harmonies of #B97BFC
Complementary color
Monochromatic Colors of #B97BFC
Black with #B97BFC
Text Example
Text Example
White with #B97BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97BFC; }
p { color: rgb(185,123,252); }
H1.HeaderClassName
{
color: #B97BFC;
}
.AnyTagClassName
{
color: #B97BFC;
}
</style>
background-color css
<style>
a { background-color: #B97BFC; }
a { background-color: rgb(185,123,252); }
div.DivClassName
{
background-color: #B97BFC;
}
.BgClassName
{
background-color: #B97BFC;
}
</style>
border-color css
<style>
span { border-color: #B97BFC; }
span { border-color: rgb(185,123,252); }
td.TdClassName
{
border-color: #B97BFC;
}
.TagClassName
{
border-color: #B97BFC;
}
</style>