Shades of Heliotrope #BA78FD
Tints of Heliotrope #BA78FD
RGB
CMYK
RGB Variations
Color information
#BA78FD (or 0xBA78FD) is known color: Heliotrope. HEX triplet: BA, 78 and FD. RGB value is (186,120,253). Sum of RGB (Red+Green+Blue) = 186+120+253=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA78FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78FD is #458702. Grayscale: #9A9A9A. Windows color (decimal): -4556547 or 16611514. OLE color: 16611514.
HSL color Cylindrical-coordinate representation of color #BA78FD: hue angle of 269.77º degrees, saturation: 0.97, 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 #BA78FD is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 120 | 253 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.01 |
| HSL | 269.77º | 0.97% | 0.73% | - |
| HSV(B) | 269.77º | 0.53% | 0.99% | - |
| XYZ | 44.7 | 30.96 | 96.55 | - |
| YUV | 154.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 253 | 0.26 | 0.53 | 0 | 0.01 | 269.77 | 0.97 | 0.73 |
| Hex | BA | 78 | FD | 1A | 35 | 0 | 1 | 10E | 61 | 49 |
| Octal | 272 | 170 | 375 | 32 | 65 | 0 | 1 | 416 | 141 | 111 |
| Binary | 10111010 | 1111000 | 11111101 | 11010 | 110101 | 0 | 1 | 100001110 | 1100001 | 1001001 |
Color Harmonies of #BA78FD
Complementary color
Monochromatic Colors of #BA78FD
Black with #BA78FD
Text Example
Text Example
White with #BA78FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78FD; }
p { color: rgb(186,120,253); }
H1.HeaderClassName
{
color: #BA78FD;
}
.AnyTagClassName
{
color: #BA78FD;
}
</style>
background-color css
<style>
a { background-color: #BA78FD; }
a { background-color: rgb(186,120,253); }
div.DivClassName
{
background-color: #BA78FD;
}
.BgClassName
{
background-color: #BA78FD;
}
</style>
border-color css
<style>
span { border-color: #BA78FD; }
span { border-color: rgb(186,120,253); }
td.TdClassName
{
border-color: #BA78FD;
}
.TagClassName
{
border-color: #BA78FD;
}
</style>