Shades of Heliotrope #BA83FB
Tints of Heliotrope #BA83FB
RGB
CMYK
RGB Variations
Color information
#BA83FB (or 0xBA83FB) is known color: Heliotrope. HEX triplet: BA, 83 and FB. RGB value is (186,131,251). Sum of RGB (Red+Green+Blue) = 186+131+251=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA83FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FB is #457C04. Grayscale: #A0A0A0. Windows color (decimal): -4553733 or 16483258. OLE color: 16483258.
HSL color Cylindrical-coordinate representation of color #BA83FB: hue angle of 267.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA83FB is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 131 | 251 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.02 |
| HSL | 267.5º | 0.94% | 0.75% | - |
| HSV(B) | 267.5º | 0.48% | 0.98% | - |
| XYZ | 45.78 | 33.64 | 95.35 | - |
| YUV | 161.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 251 | 0.26 | 0.48 | 0 | 0.02 | 267.5 | 0.94 | 0.75 |
| Hex | BA | 83 | FB | 1A | 30 | 0 | 2 | 10C | 5E | 4B |
| Octal | 272 | 203 | 373 | 32 | 60 | 0 | 2 | 414 | 136 | 113 |
| Binary | 10111010 | 10000011 | 11111011 | 11010 | 110000 | 0 | 10 | 100001100 | 1011110 | 1001011 |
Color Harmonies of #BA83FB
Complementary color
Monochromatic Colors of #BA83FB
Black with #BA83FB
Text Example
Text Example
White with #BA83FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83FB; }
p { color: rgb(186,131,251); }
H1.HeaderClassName
{
color: #BA83FB;
}
.AnyTagClassName
{
color: #BA83FB;
}
</style>
background-color css
<style>
a { background-color: #BA83FB; }
a { background-color: rgb(186,131,251); }
div.DivClassName
{
background-color: #BA83FB;
}
.BgClassName
{
background-color: #BA83FB;
}
</style>
border-color css
<style>
span { border-color: #BA83FB; }
span { border-color: rgb(186,131,251); }
td.TdClassName
{
border-color: #BA83FB;
}
.TagClassName
{
border-color: #BA83FB;
}
</style>