Shades of Heliotrope #B87AFB
Tints of Heliotrope #B87AFB
RGB
CMYK
RGB Variations
Color information
#B87AFB (or 0xB87AFB) is known color: Heliotrope. HEX triplet: B8, 7A and FB. RGB value is (184,122,251). Sum of RGB (Red+Green+Blue) = 184+122+251=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #B87AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87AFB is #478504. Grayscale: #9A9A9A. Windows color (decimal): -4687109 or 16480952. OLE color: 16480952.
HSL color Cylindrical-coordinate representation of color #B87AFB: hue angle of 268.84º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B87AFB is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 122 | 251 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.02 |
| HSL | 268.84º | 0.94% | 0.73% | - |
| HSV(B) | 268.84º | 0.51% | 0.98% | - |
| XYZ | 44.14 | 31.07 | 94.94 | - |
| YUV | 155.24 | 182.04 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 251 | 0.27 | 0.51 | 0 | 0.02 | 268.84 | 0.94 | 0.73 |
| Hex | B8 | 7A | FB | 1B | 33 | 0 | 2 | 10D | 5E | 49 |
| Octal | 270 | 172 | 373 | 33 | 63 | 0 | 2 | 415 | 136 | 111 |
| Binary | 10111000 | 1111010 | 11111011 | 11011 | 110011 | 0 | 10 | 100001101 | 1011110 | 1001001 |
Color Harmonies of #B87AFB
Complementary color
Monochromatic Colors of #B87AFB
Black with #B87AFB
Text Example
Text Example
White with #B87AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AFB; }
p { color: rgb(184,122,251); }
H1.HeaderClassName
{
color: #B87AFB;
}
.AnyTagClassName
{
color: #B87AFB;
}
</style>
background-color css
<style>
a { background-color: #B87AFB; }
a { background-color: rgb(184,122,251); }
div.DivClassName
{
background-color: #B87AFB;
}
.BgClassName
{
background-color: #B87AFB;
}
</style>
border-color css
<style>
span { border-color: #B87AFB; }
span { border-color: rgb(184,122,251); }
td.TdClassName
{
border-color: #B87AFB;
}
.TagClassName
{
border-color: #B87AFB;
}
</style>