Shades of Heliotrope #BA78F5
Tints of Heliotrope #BA78F5
RGB
CMYK
RGB Variations
Color information
#BA78F5 (or 0xBA78F5) is known color: Heliotrope. HEX triplet: BA, 78 and F5. RGB value is (186,120,245). Sum of RGB (Red+Green+Blue) = 186+120+245=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 245 (96.09% from 255 or 44.46% from 551); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA78F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78F5 is #45870A. Grayscale: #999999. Windows color (decimal): -4556555 or 16087226. OLE color: 16087226.
HSL color Cylindrical-coordinate representation of color #BA78F5: hue angle of 271.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA78F5 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 120 | 245 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.04 |
| HSL | 271.68º | 0.86% | 0.72% | - |
| HSV(B) | 271.68º | 0.51% | 0.96% | - |
| XYZ | 43.45 | 30.46 | 89.98 | - |
| YUV | 153.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 245 | 0.24 | 0.51 | 0 | 0.04 | 271.68 | 0.86 | 0.72 |
| Hex | BA | 78 | F5 | 18 | 33 | 0 | 4 | 110 | 56 | 48 |
| Octal | 272 | 170 | 365 | 30 | 63 | 0 | 4 | 420 | 126 | 110 |
| Binary | 10111010 | 1111000 | 11110101 | 11000 | 110011 | 0 | 100 | 100010000 | 1010110 | 1001000 |
Color Harmonies of #BA78F5
Complementary color
Monochromatic Colors of #BA78F5
Black with #BA78F5
Text Example
Text Example
White with #BA78F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78F5; }
p { color: rgb(186,120,245); }
H1.HeaderClassName
{
color: #BA78F5;
}
.AnyTagClassName
{
color: #BA78F5;
}
</style>
background-color css
<style>
a { background-color: #BA78F5; }
a { background-color: rgb(186,120,245); }
div.DivClassName
{
background-color: #BA78F5;
}
.BgClassName
{
background-color: #BA78F5;
}
</style>
border-color css
<style>
span { border-color: #BA78F5; }
span { border-color: rgb(186,120,245); }
td.TdClassName
{
border-color: #BA78F5;
}
.TagClassName
{
border-color: #BA78F5;
}
</style>