Shades of Heliotrope #B87AFC
Tints of Heliotrope #B87AFC
RGB
CMYK
RGB Variations
Color information
#B87AFC (or 0xB87AFC) is known color: Heliotrope. HEX triplet: B8, 7A and FC. RGB value is (184,122,252). Sum of RGB (Red+Green+Blue) = 184+122+252=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #B87AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B87AFC is #478503. Grayscale: #9A9A9A. Windows color (decimal): -4687108 or 16546488. OLE color: 16546488.
HSL color Cylindrical-coordinate representation of color #B87AFC: hue angle of 268.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B87AFC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 122 | 252 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.01 |
| HSL | 268.62º | 0.96% | 0.73% | - |
| HSV(B) | 268.62º | 0.52% | 0.99% | - |
| XYZ | 44.3 | 31.14 | 95.77 | - |
| YUV | 155.36 | 182.54 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 252 | 0.27 | 0.52 | 0 | 0.01 | 268.62 | 0.96 | 0.73 |
| Hex | B8 | 7A | FC | 1B | 34 | 0 | 1 | 10D | 60 | 49 |
| Octal | 270 | 172 | 374 | 33 | 64 | 0 | 1 | 415 | 140 | 111 |
| Binary | 10111000 | 1111010 | 11111100 | 11011 | 110100 | 0 | 1 | 100001101 | 1100000 | 1001001 |
Color Harmonies of #B87AFC
Complementary color
Monochromatic Colors of #B87AFC
Black with #B87AFC
Text Example
Text Example
White with #B87AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87AFC; }
p { color: rgb(184,122,252); }
H1.HeaderClassName
{
color: #B87AFC;
}
.AnyTagClassName
{
color: #B87AFC;
}
</style>
background-color css
<style>
a { background-color: #B87AFC; }
a { background-color: rgb(184,122,252); }
div.DivClassName
{
background-color: #B87AFC;
}
.BgClassName
{
background-color: #B87AFC;
}
</style>
border-color css
<style>
span { border-color: #B87AFC; }
span { border-color: rgb(184,122,252); }
td.TdClassName
{
border-color: #B87AFC;
}
.TagClassName
{
border-color: #B87AFC;
}
</style>