Shades of Heliotrope #BA64FE
Tints of Heliotrope #BA64FE
RGB
CMYK
RGB Variations
Color information
#BA64FE (or 0xBA64FE) is known color: Heliotrope. HEX triplet: BA, 64 and FE. RGB value is (186,100,254). Sum of RGB (Red+Green+Blue) = 186+100+254=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64FE is #459B01. Grayscale: #8E8E8E. Windows color (decimal): -4561666 or 16671930. OLE color: 16671930.
HSL color Cylindrical-coordinate representation of color #BA64FE: hue angle of 273.51º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA64FE is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 100 | 254 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.00 |
| HSL | 273.51º | 0.99% | 0.69% | - |
| HSV(B) | 273.51º | 0.61% | 1% | - |
| XYZ | 42.7 | 26.71 | 96.67 | - |
| YUV | 143.27 | 190.49 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 254 | 0.27 | 0.61 | 0 | 0.00 | 273.51 | 0.99 | 0.69 |
| Hex | BA | 64 | FE | 1B | 3D | 0 | 0 | 112 | 63 | 45 |
| Octal | 272 | 144 | 376 | 33 | 75 | 0 | 0 | 422 | 143 | 105 |
| Binary | 10111010 | 1100100 | 11111110 | 11011 | 111101 | 0 | 0 | 100010010 | 1100011 | 1000101 |
Color Harmonies of #BA64FE
Complementary color
Monochromatic Colors of #BA64FE
Black with #BA64FE
Text Example
Text Example
White with #BA64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64FE; }
p { color: rgb(186,100,254); }
H1.HeaderClassName
{
color: #BA64FE;
}
.AnyTagClassName
{
color: #BA64FE;
}
</style>
background-color css
<style>
a { background-color: #BA64FE; }
a { background-color: rgb(186,100,254); }
div.DivClassName
{
background-color: #BA64FE;
}
.BgClassName
{
background-color: #BA64FE;
}
</style>
border-color css
<style>
span { border-color: #BA64FE; }
span { border-color: rgb(186,100,254); }
td.TdClassName
{
border-color: #BA64FE;
}
.TagClassName
{
border-color: #BA64FE;
}
</style>