Shades of Heliotrope #BA81F8
Tints of Heliotrope #BA81F8
RGB
CMYK
RGB Variations
Color information
#BA81F8 (or 0xBA81F8) is known color: Heliotrope. HEX triplet: BA, 81 and F8. RGB value is (186,129,248). Sum of RGB (Red+Green+Blue) = 186+129+248=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA81F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA81F8 is #457E07. Grayscale: #9F9F9F. Windows color (decimal): -4554248 or 16286138. OLE color: 16286138.
HSL color Cylindrical-coordinate representation of color #BA81F8: hue angle of 268.74º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA81F8 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 129 | 248 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.03 |
| HSL | 268.74º | 0.89% | 0.74% | - |
| HSV(B) | 268.74º | 0.48% | 0.97% | - |
| XYZ | 45.04 | 32.92 | 92.79 | - |
| YUV | 159.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 248 | 0.25 | 0.48 | 0 | 0.03 | 268.74 | 0.89 | 0.74 |
| Hex | BA | 81 | F8 | 19 | 30 | 0 | 3 | 10D | 59 | 4A |
| Octal | 272 | 201 | 370 | 31 | 60 | 0 | 3 | 415 | 131 | 112 |
| Binary | 10111010 | 10000001 | 11111000 | 11001 | 110000 | 0 | 11 | 100001101 | 1011001 | 1001010 |
Color Harmonies of #BA81F8
Complementary color
Monochromatic Colors of #BA81F8
Black with #BA81F8
Text Example
Text Example
White with #BA81F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81F8; }
p { color: rgb(186,129,248); }
H1.HeaderClassName
{
color: #BA81F8;
}
.AnyTagClassName
{
color: #BA81F8;
}
</style>
background-color css
<style>
a { background-color: #BA81F8; }
a { background-color: rgb(186,129,248); }
div.DivClassName
{
background-color: #BA81F8;
}
.BgClassName
{
background-color: #BA81F8;
}
</style>
border-color css
<style>
span { border-color: #BA81F8; }
span { border-color: rgb(186,129,248); }
td.TdClassName
{
border-color: #BA81F8;
}
.TagClassName
{
border-color: #BA81F8;
}
</style>