Shades of Heliotrope #BA60FC
Tints of Heliotrope #BA60FC
RGB
CMYK
RGB Variations
Color information
#BA60FC (or 0xBA60FC) is known color: Heliotrope. HEX triplet: BA, 60 and FC. RGB value is (186,96,252). Sum of RGB (Red+Green+Blue) = 186+96+252=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60FC is #459F03. Grayscale: #8C8C8C. Windows color (decimal): -4562692 or 16539834. OLE color: 16539834.
HSL color Cylindrical-coordinate representation of color #BA60FC: hue angle of 274.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA60FC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 96 | 252 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 274.62º | 0.96% | 0.68% | - |
| HSV(B) | 274.62º | 0.62% | 0.99% | - |
| XYZ | 42 | 25.83 | 94.87 | - |
| YUV | 140.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 252 | 0.26 | 0.62 | 0 | 0.01 | 274.62 | 0.96 | 0.68 |
| Hex | BA | 60 | FC | 1A | 3E | 0 | 1 | 113 | 60 | 44 |
| Octal | 272 | 140 | 374 | 32 | 76 | 0 | 1 | 423 | 140 | 104 |
| Binary | 10111010 | 1100000 | 11111100 | 11010 | 111110 | 0 | 1 | 100010011 | 1100000 | 1000100 |
Color Harmonies of #BA60FC
Complementary color
Monochromatic Colors of #BA60FC
Black with #BA60FC
Text Example
Text Example
White with #BA60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60FC; }
p { color: rgb(186,96,252); }
H1.HeaderClassName
{
color: #BA60FC;
}
.AnyTagClassName
{
color: #BA60FC;
}
</style>
background-color css
<style>
a { background-color: #BA60FC; }
a { background-color: rgb(186,96,252); }
div.DivClassName
{
background-color: #BA60FC;
}
.BgClassName
{
background-color: #BA60FC;
}
</style>
border-color css
<style>
span { border-color: #BA60FC; }
span { border-color: rgb(186,96,252); }
td.TdClassName
{
border-color: #BA60FC;
}
.TagClassName
{
border-color: #BA60FC;
}
</style>