Shades of Heliotrope #BA78F3
Tints of Heliotrope #BA78F3
RGB
CMYK
RGB Variations
Color information
#BA78F3 (or 0xBA78F3) is known color: Heliotrope. HEX triplet: BA, 78 and F3. RGB value is (186,120,243). Sum of RGB (Red+Green+Blue) = 186+120+243=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 243 (95.31% from 255 or 44.26% from 549); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA78F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78F3 is #45870C. Grayscale: #999999. Windows color (decimal): -4556557 or 15956154. OLE color: 15956154.
HSL color Cylindrical-coordinate representation of color #BA78F3: hue angle of 272.2º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA78F3 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 120 | 243 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.05 |
| HSL | 272.2º | 0.84% | 0.71% | - |
| HSV(B) | 272.2º | 0.51% | 0.95% | - |
| XYZ | 43.14 | 30.34 | 88.38 | - |
| YUV | 153.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 243 | 0.23 | 0.51 | 0 | 0.05 | 272.2 | 0.84 | 0.71 |
| Hex | BA | 78 | F3 | 17 | 33 | 0 | 5 | 110 | 54 | 47 |
| Octal | 272 | 170 | 363 | 27 | 63 | 0 | 5 | 420 | 124 | 107 |
| Binary | 10111010 | 1111000 | 11110011 | 10111 | 110011 | 0 | 101 | 100010000 | 1010100 | 1000111 |
Color Harmonies of #BA78F3
Complementary color
Monochromatic Colors of #BA78F3
Black with #BA78F3
Text Example
Text Example
White with #BA78F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78F3; }
p { color: rgb(186,120,243); }
H1.HeaderClassName
{
color: #BA78F3;
}
.AnyTagClassName
{
color: #BA78F3;
}
</style>
background-color css
<style>
a { background-color: #BA78F3; }
a { background-color: rgb(186,120,243); }
div.DivClassName
{
background-color: #BA78F3;
}
.BgClassName
{
background-color: #BA78F3;
}
</style>
border-color css
<style>
span { border-color: #BA78F3; }
span { border-color: rgb(186,120,243); }
td.TdClassName
{
border-color: #BA78F3;
}
.TagClassName
{
border-color: #BA78F3;
}
</style>