Shades of Heliotrope #B871FF
Tints of Heliotrope #B871FF
RGB
CMYK
RGB Variations
Color information
#B871FF (or 0xB871FF) is known color: Heliotrope. HEX triplet: B8, 71 and FF. RGB value is (184,113,255). Sum of RGB (Red+Green+Blue) = 184+113+255=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B871FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871FF is #478E00. Grayscale: #959595. Windows color (decimal): -4689409 or 16740792. OLE color: 16740792.
HSL color Cylindrical-coordinate representation of color #B871FF: hue angle of 270º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B871FF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 113 | 255 | - |
| CMYK | 0.28 | 0.56 | 0 | 0 |
| HSL | 270º | 1% | 0.72% | - |
| HSV(B) | 270º | 0.56% | 1% | - |
| XYZ | 43.72 | 29.22 | 97.94 | - |
| YUV | 150.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 113 | 255 | 0.28 | 0.56 | 0 | 0 | 270 | 1 | 0.72 |
| Hex | B8 | 71 | FF | 1C | 38 | 0 | 0 | 10E | 64 | 48 |
| Octal | 270 | 161 | 377 | 34 | 70 | 0 | 0 | 416 | 144 | 110 |
| Binary | 10111000 | 1110001 | 11111111 | 11100 | 111000 | 0 | 0 | 100001110 | 1100100 | 1001000 |
Color Harmonies of #B871FF
Complementary color
Monochromatic Colors of #B871FF
Black with #B871FF
Text Example
Text Example
White with #B871FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B871FF; }
p { color: rgb(184,113,255); }
H1.HeaderClassName
{
color: #B871FF;
}
.AnyTagClassName
{
color: #B871FF;
}
</style>
background-color css
<style>
a { background-color: #B871FF; }
a { background-color: rgb(184,113,255); }
div.DivClassName
{
background-color: #B871FF;
}
.BgClassName
{
background-color: #B871FF;
}
</style>
border-color css
<style>
span { border-color: #B871FF; }
span { border-color: rgb(184,113,255); }
td.TdClassName
{
border-color: #B871FF;
}
.TagClassName
{
border-color: #B871FF;
}
</style>