Shades of Heliotrope #BA76FC
Tints of Heliotrope #BA76FC
RGB
CMYK
RGB Variations
Color information
#BA76FC (or 0xBA76FC) is known color: Heliotrope. HEX triplet: BA, 76 and FC. RGB value is (186,118,252). Sum of RGB (Red+Green+Blue) = 186+118+252=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA76FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA76FC is #458903. Grayscale: #999999. Windows color (decimal): -4557060 or 16545466. OLE color: 16545466.
HSL color Cylindrical-coordinate representation of color #BA76FC: hue angle of 270.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA76FC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 118 | 252 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.01 |
| HSL | 270.45º | 0.96% | 0.73% | - |
| HSV(B) | 270.45º | 0.53% | 0.99% | - |
| XYZ | 44.3 | 30.42 | 95.63 | - |
| YUV | 153.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 252 | 0.26 | 0.53 | 0 | 0.01 | 270.45 | 0.96 | 0.73 |
| Hex | BA | 76 | FC | 1A | 35 | 0 | 1 | 10E | 60 | 49 |
| Octal | 272 | 166 | 374 | 32 | 65 | 0 | 1 | 416 | 140 | 111 |
| Binary | 10111010 | 1110110 | 11111100 | 11010 | 110101 | 0 | 1 | 100001110 | 1100000 | 1001001 |
Color Harmonies of #BA76FC
Complementary color
Monochromatic Colors of #BA76FC
Black with #BA76FC
Text Example
Text Example
White with #BA76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76FC; }
p { color: rgb(186,118,252); }
H1.HeaderClassName
{
color: #BA76FC;
}
.AnyTagClassName
{
color: #BA76FC;
}
</style>
background-color css
<style>
a { background-color: #BA76FC; }
a { background-color: rgb(186,118,252); }
div.DivClassName
{
background-color: #BA76FC;
}
.BgClassName
{
background-color: #BA76FC;
}
</style>
border-color css
<style>
span { border-color: #BA76FC; }
span { border-color: rgb(186,118,252); }
td.TdClassName
{
border-color: #BA76FC;
}
.TagClassName
{
border-color: #BA76FC;
}
</style>