Shades of Heliotrope #BA83FC
Tints of Heliotrope #BA83FC
RGB
CMYK
RGB Variations
Color information
#BA83FC (or 0xBA83FC) is known color: Heliotrope. HEX triplet: BA, 83 and FC. RGB value is (186,131,252). Sum of RGB (Red+Green+Blue) = 186+131+252=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA83FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FC is #457C03. Grayscale: #A0A0A0. Windows color (decimal): -4553732 or 16548794. OLE color: 16548794.
HSL color Cylindrical-coordinate representation of color #BA83FC: hue angle of 267.27º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA83FC is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 131 | 252 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.01 |
| HSL | 267.27º | 0.95% | 0.75% | - |
| HSV(B) | 267.27º | 0.48% | 0.99% | - |
| XYZ | 45.94 | 33.7 | 96.18 | - |
| YUV | 161.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 252 | 0.26 | 0.48 | 0 | 0.01 | 267.27 | 0.95 | 0.75 |
| Hex | BA | 83 | FC | 1A | 30 | 0 | 1 | 10B | 5F | 4B |
| Octal | 272 | 203 | 374 | 32 | 60 | 0 | 1 | 413 | 137 | 113 |
| Binary | 10111010 | 10000011 | 11111100 | 11010 | 110000 | 0 | 1 | 100001011 | 1011111 | 1001011 |
Color Harmonies of #BA83FC
Complementary color
Monochromatic Colors of #BA83FC
Black with #BA83FC
Text Example
Text Example
White with #BA83FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83FC; }
p { color: rgb(186,131,252); }
H1.HeaderClassName
{
color: #BA83FC;
}
.AnyTagClassName
{
color: #BA83FC;
}
</style>
background-color css
<style>
a { background-color: #BA83FC; }
a { background-color: rgb(186,131,252); }
div.DivClassName
{
background-color: #BA83FC;
}
.BgClassName
{
background-color: #BA83FC;
}
</style>
border-color css
<style>
span { border-color: #BA83FC; }
span { border-color: rgb(186,131,252); }
td.TdClassName
{
border-color: #BA83FC;
}
.TagClassName
{
border-color: #BA83FC;
}
</style>