Shades of Heliotrope #BA78FA
Tints of Heliotrope #BA78FA
RGB
CMYK
RGB Variations
Color information
#BA78FA (or 0xBA78FA) is known color: Heliotrope. HEX triplet: BA, 78 and FA. RGB value is (186,120,250). Sum of RGB (Red+Green+Blue) = 186+120+250=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78FA is #458705. Grayscale: #9A9A9A. Windows color (decimal): -4556550 or 16414906. OLE color: 16414906.
HSL color Cylindrical-coordinate representation of color #BA78FA: hue angle of 270.46º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA78FA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 120 | 250 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.02 |
| HSL | 270.46º | 0.93% | 0.73% | - |
| HSV(B) | 270.46º | 0.52% | 0.98% | - |
| XYZ | 44.22 | 30.77 | 94.05 | - |
| YUV | 154.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 250 | 0.26 | 0.52 | 0 | 0.02 | 270.46 | 0.93 | 0.73 |
| Hex | BA | 78 | FA | 1A | 34 | 0 | 2 | 10E | 5D | 49 |
| Octal | 272 | 170 | 372 | 32 | 64 | 0 | 2 | 416 | 135 | 111 |
| Binary | 10111010 | 1111000 | 11111010 | 11010 | 110100 | 0 | 10 | 100001110 | 1011101 | 1001001 |
Color Harmonies of #BA78FA
Complementary color
Monochromatic Colors of #BA78FA
Black with #BA78FA
Text Example
Text Example
White with #BA78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78FA; }
p { color: rgb(186,120,250); }
H1.HeaderClassName
{
color: #BA78FA;
}
.AnyTagClassName
{
color: #BA78FA;
}
</style>
background-color css
<style>
a { background-color: #BA78FA; }
a { background-color: rgb(186,120,250); }
div.DivClassName
{
background-color: #BA78FA;
}
.BgClassName
{
background-color: #BA78FA;
}
</style>
border-color css
<style>
span { border-color: #BA78FA; }
span { border-color: rgb(186,120,250); }
td.TdClassName
{
border-color: #BA78FA;
}
.TagClassName
{
border-color: #BA78FA;
}
</style>