Shades of Heliotrope #BA60FD
Tints of Heliotrope #BA60FD
RGB
CMYK
RGB Variations
Color information
#BA60FD (or 0xBA60FD) is known color: Heliotrope. HEX triplet: BA, 60 and FD. RGB value is (186,96,253). Sum of RGB (Red+Green+Blue) = 186+96+253=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60FD is #459F02. Grayscale: #8C8C8C. Windows color (decimal): -4562691 or 16605370. OLE color: 16605370.
HSL color Cylindrical-coordinate representation of color #BA60FD: hue angle of 274.39º degrees, saturation: 0.98, 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 #BA60FD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 96 | 253 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 274.39º | 0.98% | 0.68% | - |
| HSV(B) | 274.39º | 0.62% | 0.99% | - |
| XYZ | 42.16 | 25.9 | 95.7 | - |
| YUV | 140.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 253 | 0.26 | 0.62 | 0 | 0.01 | 274.39 | 0.98 | 0.68 |
| Hex | BA | 60 | FD | 1A | 3E | 0 | 1 | 112 | 62 | 44 |
| Octal | 272 | 140 | 375 | 32 | 76 | 0 | 1 | 422 | 142 | 104 |
| Binary | 10111010 | 1100000 | 11111101 | 11010 | 111110 | 0 | 1 | 100010010 | 1100010 | 1000100 |
Color Harmonies of #BA60FD
Complementary color
Monochromatic Colors of #BA60FD
Black with #BA60FD
Text Example
Text Example
White with #BA60FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60FD; }
p { color: rgb(186,96,253); }
H1.HeaderClassName
{
color: #BA60FD;
}
.AnyTagClassName
{
color: #BA60FD;
}
</style>
background-color css
<style>
a { background-color: #BA60FD; }
a { background-color: rgb(186,96,253); }
div.DivClassName
{
background-color: #BA60FD;
}
.BgClassName
{
background-color: #BA60FD;
}
</style>
border-color css
<style>
span { border-color: #BA60FD; }
span { border-color: rgb(186,96,253); }
td.TdClassName
{
border-color: #BA60FD;
}
.TagClassName
{
border-color: #BA60FD;
}
</style>