Shades of Heliotrope #B971F9
Tints of Heliotrope #B971F9
RGB
CMYK
RGB Variations
Color information
#B971F9 (or 0xB971F9) is known color: Heliotrope. HEX triplet: B9, 71 and F9. RGB value is (185,113,249). Sum of RGB (Red+Green+Blue) = 185+113+249=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #B971F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971F9 is #468E06. Grayscale: #959595. Windows color (decimal): -4623879 or 16347577. OLE color: 16347577.
HSL color Cylindrical-coordinate representation of color #B971F9: hue angle of 271.76º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B971F9 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 113 | 249 | - |
CMYK | 0.26 | 0.55 | 0 | 0.02 |
HSL | 271.76º | 0.92% | 0.71% | - |
HSV(B) | 271.76º | 0.55% | 0.98% | - |
XYZ | 43.01 | 28.96 | 92.95 | - |
YUV | 150.03 | 183.85 | 152.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 113 | 249 | 0.26 | 0.55 | 0 | 0.02 | 271.76 | 0.92 | 0.71 |
Hex | B9 | 71 | F9 | 1A | 37 | 0 | 2 | 110 | 5C | 47 |
Octal | 271 | 161 | 371 | 32 | 67 | 0 | 2 | 420 | 134 | 107 |
Binary | 10111001 | 1110001 | 11111001 | 11010 | 110111 | 0 | 10 | 100010000 | 1011100 | 1000111 |
Color Harmonies of #B971F9
Complementary color
Monochromatic Colors of #B971F9
Black with #B971F9
Text Example
Text Example
White with #B971F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971F9; }
p { color: rgb(185,113,249); }
H1.HeaderClassName
{
color: #B971F9;
}
.AnyTagClassName
{
color: #B971F9;
}
</style>
background-color css
<style>
a { background-color: #B971F9; }
a { background-color: rgb(185,113,249); }
div.DivClassName
{
background-color: #B971F9;
}
.BgClassName
{
background-color: #B971F9;
}
</style>
border-color css
<style>
span { border-color: #B971F9; }
span { border-color: rgb(185,113,249); }
td.TdClassName
{
border-color: #B971F9;
}
.TagClassName
{
border-color: #B971F9;
}
</style>