Shades of Heliotrope #B971FA
Tints of Heliotrope #B971FA
RGB
CMYK
RGB Variations
Color information
#B971FA (or 0xB971FA) is known color: Heliotrope. HEX triplet: B9, 71 and FA. RGB value is (185,113,250). Sum of RGB (Red+Green+Blue) = 185+113+250=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 113 (44.53% from 255 or 20.62% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #B971FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971FA is #468E05. Grayscale: #959595. Windows color (decimal): -4623878 or 16413113. OLE color: 16413113.
HSL color Cylindrical-coordinate representation of color #B971FA: hue angle of 271.53º degrees, saturation: 0.93, 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 #B971FA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 113 | 250 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.02 |
| HSL | 271.53º | 0.93% | 0.71% | - |
| HSV(B) | 271.53º | 0.55% | 0.98% | - |
| XYZ | 43.17 | 29.03 | 93.77 | - |
| YUV | 150.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 250 | 0.26 | 0.55 | 0 | 0.02 | 271.53 | 0.93 | 0.71 |
| Hex | B9 | 71 | FA | 1A | 37 | 0 | 2 | 110 | 5D | 47 |
| Octal | 271 | 161 | 372 | 32 | 67 | 0 | 2 | 420 | 135 | 107 |
| Binary | 10111001 | 1110001 | 11111010 | 11010 | 110111 | 0 | 10 | 100010000 | 1011101 | 1000111 |
Color Harmonies of #B971FA
Complementary color
Monochromatic Colors of #B971FA
Black with #B971FA
Text Example
Text Example
White with #B971FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971FA; }
p { color: rgb(185,113,250); }
H1.HeaderClassName
{
color: #B971FA;
}
.AnyTagClassName
{
color: #B971FA;
}
</style>
background-color css
<style>
a { background-color: #B971FA; }
a { background-color: rgb(185,113,250); }
div.DivClassName
{
background-color: #B971FA;
}
.BgClassName
{
background-color: #B971FA;
}
</style>
border-color css
<style>
span { border-color: #B971FA; }
span { border-color: rgb(185,113,250); }
td.TdClassName
{
border-color: #B971FA;
}
.TagClassName
{
border-color: #B971FA;
}
</style>