Shades of Heliotrope #BA78F2
Tints of Heliotrope #BA78F2
RGB
CMYK
RGB Variations
Color information
#BA78F2 (or 0xBA78F2) is known color: Heliotrope. HEX triplet: BA, 78 and F2. RGB value is (186,120,242). Sum of RGB (Red+Green+Blue) = 186+120+242=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78F2 is #45870D. Grayscale: #999999. Windows color (decimal): -4556558 or 15890618. OLE color: 15890618.
HSL color Cylindrical-coordinate representation of color #BA78F2: hue angle of 272.46º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA78F2 is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 120 | 242 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.05 |
| HSL | 272.46º | 0.82% | 0.71% | - |
| HSV(B) | 272.46º | 0.5% | 0.95% | - |
| XYZ | 42.99 | 30.28 | 87.58 | - |
| YUV | 153.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 242 | 0.23 | 0.50 | 0 | 0.05 | 272.46 | 0.82 | 0.71 |
| Hex | BA | 78 | F2 | 17 | 32 | 0 | 5 | 110 | 52 | 47 |
| Octal | 272 | 170 | 362 | 27 | 62 | 0 | 5 | 420 | 122 | 107 |
| Binary | 10111010 | 1111000 | 11110010 | 10111 | 110010 | 0 | 101 | 100010000 | 1010010 | 1000111 |
Color Harmonies of #BA78F2
Complementary color
Monochromatic Colors of #BA78F2
Black with #BA78F2
Text Example
Text Example
White with #BA78F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78F2; }
p { color: rgb(186,120,242); }
H1.HeaderClassName
{
color: #BA78F2;
}
.AnyTagClassName
{
color: #BA78F2;
}
</style>
background-color css
<style>
a { background-color: #BA78F2; }
a { background-color: rgb(186,120,242); }
div.DivClassName
{
background-color: #BA78F2;
}
.BgClassName
{
background-color: #BA78F2;
}
</style>
border-color css
<style>
span { border-color: #BA78F2; }
span { border-color: rgb(186,120,242); }
td.TdClassName
{
border-color: #BA78F2;
}
.TagClassName
{
border-color: #BA78F2;
}
</style>