Shades of Heliotrope #BA83FE
Tints of Heliotrope #BA83FE
RGB
CMYK
RGB Variations
Color information
#BA83FE (or 0xBA83FE) is known color: Heliotrope. HEX triplet: BA, 83 and FE. RGB value is (186,131,254). Sum of RGB (Red+Green+Blue) = 186+131+254=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FE is #457C01. Grayscale: #A1A1A1. Windows color (decimal): -4553730 or 16679866. OLE color: 16679866.
HSL color Cylindrical-coordinate representation of color #BA83FE: hue angle of 266.83º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA83FE is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 131 | 254 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.00 |
| HSL | 266.83º | 0.98% | 0.75% | - |
| HSV(B) | 266.83º | 0.48% | 1% | - |
| XYZ | 46.26 | 33.83 | 97.86 | - |
| YUV | 161.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 254 | 0.27 | 0.48 | 0 | 0.00 | 266.83 | 0.98 | 0.75 |
| Hex | BA | 83 | FE | 1B | 30 | 0 | 0 | 10B | 62 | 4B |
| Octal | 272 | 203 | 376 | 33 | 60 | 0 | 0 | 413 | 142 | 113 |
| Binary | 10111010 | 10000011 | 11111110 | 11011 | 110000 | 0 | 0 | 100001011 | 1100010 | 1001011 |
Color Harmonies of #BA83FE
Complementary color
Monochromatic Colors of #BA83FE
Black with #BA83FE
Text Example
Text Example
White with #BA83FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83FE; }
p { color: rgb(186,131,254); }
H1.HeaderClassName
{
color: #BA83FE;
}
.AnyTagClassName
{
color: #BA83FE;
}
</style>
background-color css
<style>
a { background-color: #BA83FE; }
a { background-color: rgb(186,131,254); }
div.DivClassName
{
background-color: #BA83FE;
}
.BgClassName
{
background-color: #BA83FE;
}
</style>
border-color css
<style>
span { border-color: #BA83FE; }
span { border-color: rgb(186,131,254); }
td.TdClassName
{
border-color: #BA83FE;
}
.TagClassName
{
border-color: #BA83FE;
}
</style>