Shades of Heliotrope #BA78EE
Tints of Heliotrope #BA78EE
RGB
CMYK
RGB Variations
Color information
#BA78EE (or 0xBA78EE) is known color: Heliotrope. HEX triplet: BA, 78 and EE. RGB value is (186,120,238). Sum of RGB (Red+Green+Blue) = 186+120+238=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78EE is #458711. Grayscale: #989898. Windows color (decimal): -4556562 or 15628474. OLE color: 15628474.
HSL color Cylindrical-coordinate representation of color #BA78EE: hue angle of 273.56º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA78EE is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 120 | 238 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.07 |
| HSL | 273.56º | 0.78% | 0.7% | - |
| HSV(B) | 273.56º | 0.5% | 0.93% | - |
| XYZ | 42.4 | 30.05 | 84.45 | - |
| YUV | 153.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 238 | 0.22 | 0.50 | 0 | 0.07 | 273.56 | 0.78 | 0.7 |
| Hex | BA | 78 | EE | 16 | 32 | 0 | 7 | 112 | 4E | 46 |
| Octal | 272 | 170 | 356 | 26 | 62 | 0 | 7 | 422 | 116 | 106 |
| Binary | 10111010 | 1111000 | 11101110 | 10110 | 110010 | 0 | 111 | 100010010 | 1001110 | 1000110 |
Color Harmonies of #BA78EE
Complementary color
Monochromatic Colors of #BA78EE
Black with #BA78EE
Text Example
Text Example
White with #BA78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78EE; }
p { color: rgb(186,120,238); }
H1.HeaderClassName
{
color: #BA78EE;
}
.AnyTagClassName
{
color: #BA78EE;
}
</style>
background-color css
<style>
a { background-color: #BA78EE; }
a { background-color: rgb(186,120,238); }
div.DivClassName
{
background-color: #BA78EE;
}
.BgClassName
{
background-color: #BA78EE;
}
</style>
border-color css
<style>
span { border-color: #BA78EE; }
span { border-color: rgb(186,120,238); }
td.TdClassName
{
border-color: #BA78EE;
}
.TagClassName
{
border-color: #BA78EE;
}
</style>