Shades of Heliotrope #B971F8
Tints of Heliotrope #B971F8
RGB
CMYK
RGB Variations
Color information
#B971F8 (or 0xB971F8) is known color: Heliotrope. HEX triplet: B9, 71 and F8. RGB value is (185,113,248). Sum of RGB (Red+Green+Blue) = 185+113+248=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 248 - color contains mainly: blue. Hex color #B971F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971F8 is #468E07. Grayscale: #959595. Windows color (decimal): -4623880 or 16282041. OLE color: 16282041.
HSL color Cylindrical-coordinate representation of color #B971F8: hue angle of 272º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B971F8 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 113 | 248 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.03 |
| HSL | 272º | 0.91% | 0.71% | - |
| HSV(B) | 272º | 0.54% | 0.97% | - |
| XYZ | 42.86 | 28.9 | 92.13 | - |
| YUV | 149.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 113 | 248 | 0.25 | 0.54 | 0 | 0.03 | 272 | 0.91 | 0.71 |
| Hex | B9 | 71 | F8 | 19 | 36 | 0 | 3 | 110 | 5B | 47 |
| Octal | 271 | 161 | 370 | 31 | 66 | 0 | 3 | 420 | 133 | 107 |
| Binary | 10111001 | 1110001 | 11111000 | 11001 | 110110 | 0 | 11 | 100010000 | 1011011 | 1000111 |
Color Harmonies of #B971F8
Complementary color
Monochromatic Colors of #B971F8
Black with #B971F8
Text Example
Text Example
White with #B971F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B971F8; }
p { color: rgb(185,113,248); }
H1.HeaderClassName
{
color: #B971F8;
}
.AnyTagClassName
{
color: #B971F8;
}
</style>
background-color css
<style>
a { background-color: #B971F8; }
a { background-color: rgb(185,113,248); }
div.DivClassName
{
background-color: #B971F8;
}
.BgClassName
{
background-color: #B971F8;
}
</style>
border-color css
<style>
span { border-color: #B971F8; }
span { border-color: rgb(185,113,248); }
td.TdClassName
{
border-color: #B971F8;
}
.TagClassName
{
border-color: #B971F8;
}
</style>