Shades of Heliotrope #B871F7
Tints of Heliotrope #B871F7
RGB
CMYK
RGB Variations
Color information
#B871F7 (or 0xB871F7) is known color: Heliotrope. HEX triplet: B8, 71 and F7. RGB value is (184,113,247). Sum of RGB (Red+Green+Blue) = 184+113+247=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #B871F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871F7 is #478E08. Grayscale: #959595. Windows color (decimal): -4689417 or 16216504. OLE color: 16216504.
HSL color Cylindrical-coordinate representation of color #B871F7: hue angle of 271.79º degrees, saturation: 0.89, 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 #B871F7 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 113 | 247 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.03 |
| HSL | 271.79º | 0.89% | 0.71% | - |
| HSV(B) | 271.79º | 0.54% | 0.97% | - |
| XYZ | 42.46 | 28.72 | 91.3 | - |
| YUV | 149.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 247 | 0.26 | 0.54 | 0 | 0.03 | 271.79 | 0.89 | 0.71 |
| Hex | B8 | 71 | F7 | 1A | 36 | 0 | 3 | 110 | 59 | 47 |
| Octal | 270 | 161 | 367 | 32 | 66 | 0 | 3 | 420 | 131 | 107 |
| Binary | 10111000 | 1110001 | 11110111 | 11010 | 110110 | 0 | 11 | 100010000 | 1011001 | 1000111 |
Color Harmonies of #B871F7
Complementary color
Monochromatic Colors of #B871F7
Black with #B871F7
Text Example
Text Example
White with #B871F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871F7; }
p { color: rgb(184,113,247); }
H1.HeaderClassName
{
color: #B871F7;
}
.AnyTagClassName
{
color: #B871F7;
}
</style>
background-color css
<style>
a { background-color: #B871F7; }
a { background-color: rgb(184,113,247); }
div.DivClassName
{
background-color: #B871F7;
}
.BgClassName
{
background-color: #B871F7;
}
</style>
border-color css
<style>
span { border-color: #B871F7; }
span { border-color: rgb(184,113,247); }
td.TdClassName
{
border-color: #B871F7;
}
.TagClassName
{
border-color: #B871F7;
}
</style>