Shades of Heliotrope #BA84FE
Tints of Heliotrope #BA84FE
RGB
CMYK
RGB Variations
Color information
#BA84FE (or 0xBA84FE) is known color: Heliotrope. HEX triplet: BA, 84 and FE. RGB value is (186,132,254). Sum of RGB (Red+Green+Blue) = 186+132+254=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84FE is #457B01. Grayscale: #A1A1A1. Windows color (decimal): -4553474 or 16680122. OLE color: 16680122.
HSL color Cylindrical-coordinate representation of color #BA84FE: hue angle of 266.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA84FE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 132 | 254 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.00 |
| HSL | 266.56º | 0.98% | 0.76% | - |
| HSV(B) | 266.56º | 0.48% | 1% | - |
| XYZ | 46.39 | 34.1 | 97.9 | - |
| YUV | 162.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 254 | 0.27 | 0.48 | 0 | 0.00 | 266.56 | 0.98 | 0.76 |
| Hex | BA | 84 | FE | 1B | 30 | 0 | 0 | 10B | 62 | 4C |
| Octal | 272 | 204 | 376 | 33 | 60 | 0 | 0 | 413 | 142 | 114 |
| Binary | 10111010 | 10000100 | 11111110 | 11011 | 110000 | 0 | 0 | 100001011 | 1100010 | 1001100 |
Color Harmonies of #BA84FE
Complementary color
Monochromatic Colors of #BA84FE
Black with #BA84FE
Text Example
Text Example
White with #BA84FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84FE; }
p { color: rgb(186,132,254); }
H1.HeaderClassName
{
color: #BA84FE;
}
.AnyTagClassName
{
color: #BA84FE;
}
</style>
background-color css
<style>
a { background-color: #BA84FE; }
a { background-color: rgb(186,132,254); }
div.DivClassName
{
background-color: #BA84FE;
}
.BgClassName
{
background-color: #BA84FE;
}
</style>
border-color css
<style>
span { border-color: #BA84FE; }
span { border-color: rgb(186,132,254); }
td.TdClassName
{
border-color: #BA84FE;
}
.TagClassName
{
border-color: #BA84FE;
}
</style>