Shades of Heliotrope #BA78FF
Tints of Heliotrope #BA78FF
RGB
CMYK
RGB Variations
Color information
#BA78FF (or 0xBA78FF) is known color: Heliotrope. HEX triplet: BA, 78 and FF. RGB value is (186,120,255). Sum of RGB (Red+Green+Blue) = 186+120+255=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78FF is #458700. Grayscale: #9A9A9A. Windows color (decimal): -4556545 or 16742586. OLE color: 16742586.
HSL color Cylindrical-coordinate representation of color #BA78FF: hue angle of 269.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA78FF is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 120 | 255 | - |
| CMYK | 0.27 | 0.53 | 0 | 0 |
| HSL | 269.33º | 1% | 0.74% | - |
| HSV(B) | 269.33º | 0.53% | 1% | - |
| XYZ | 45.02 | 31.09 | 98.24 | - |
| YUV | 155.12 | 184.37 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 255 | 0.27 | 0.53 | 0 | 0 | 269.33 | 1 | 0.74 |
| Hex | BA | 78 | FF | 1B | 35 | 0 | 0 | 10D | 64 | 4A |
| Octal | 272 | 170 | 377 | 33 | 65 | 0 | 0 | 415 | 144 | 112 |
| Binary | 10111010 | 1111000 | 11111111 | 11011 | 110101 | 0 | 0 | 100001101 | 1100100 | 1001010 |
Color Harmonies of #BA78FF
Complementary color
Monochromatic Colors of #BA78FF
Black with #BA78FF
Text Example
Text Example
White with #BA78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78FF; }
p { color: rgb(186,120,255); }
H1.HeaderClassName
{
color: #BA78FF;
}
.AnyTagClassName
{
color: #BA78FF;
}
</style>
background-color css
<style>
a { background-color: #BA78FF; }
a { background-color: rgb(186,120,255); }
div.DivClassName
{
background-color: #BA78FF;
}
.BgClassName
{
background-color: #BA78FF;
}
</style>
border-color css
<style>
span { border-color: #BA78FF; }
span { border-color: rgb(186,120,255); }
td.TdClassName
{
border-color: #BA78FF;
}
.TagClassName
{
border-color: #BA78FF;
}
</style>