Shades of Heliotrope #BA78FC
Tints of Heliotrope #BA78FC
RGB
CMYK
RGB Variations
Color information
#BA78FC (or 0xBA78FC) is known color: Heliotrope. HEX triplet: BA, 78 and FC. RGB value is (186,120,252). Sum of RGB (Red+Green+Blue) = 186+120+252=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA78FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78FC is #458703. Grayscale: #9A9A9A. Windows color (decimal): -4556548 or 16545978. OLE color: 16545978.
HSL color Cylindrical-coordinate representation of color #BA78FC: hue angle of 270º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA78FC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 120 | 252 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.01 |
| HSL | 270º | 0.96% | 0.73% | - |
| HSV(B) | 270º | 0.52% | 0.99% | - |
| XYZ | 44.54 | 30.9 | 95.71 | - |
| YUV | 154.78 | 182.87 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 252 | 0.26 | 0.52 | 0 | 0.01 | 270 | 0.96 | 0.73 |
| Hex | BA | 78 | FC | 1A | 34 | 0 | 1 | 10E | 60 | 49 |
| Octal | 272 | 170 | 374 | 32 | 64 | 0 | 1 | 416 | 140 | 111 |
| Binary | 10111010 | 1111000 | 11111100 | 11010 | 110100 | 0 | 1 | 100001110 | 1100000 | 1001001 |
Color Harmonies of #BA78FC
Complementary color
Monochromatic Colors of #BA78FC
Black with #BA78FC
Text Example
Text Example
White with #BA78FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78FC; }
p { color: rgb(186,120,252); }
H1.HeaderClassName
{
color: #BA78FC;
}
.AnyTagClassName
{
color: #BA78FC;
}
</style>
background-color css
<style>
a { background-color: #BA78FC; }
a { background-color: rgb(186,120,252); }
div.DivClassName
{
background-color: #BA78FC;
}
.BgClassName
{
background-color: #BA78FC;
}
</style>
border-color css
<style>
span { border-color: #BA78FC; }
span { border-color: rgb(186,120,252); }
td.TdClassName
{
border-color: #BA78FC;
}
.TagClassName
{
border-color: #BA78FC;
}
</style>