Shades of Heliotrope #BA60FF
Tints of Heliotrope #BA60FF
RGB
CMYK
RGB Variations
Color information
#BA60FF (or 0xBA60FF) is known color: Heliotrope. HEX triplet: BA, 60 and FF. RGB value is (186,96,255). Sum of RGB (Red+Green+Blue) = 186+96+255=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60FF is #459F00. Grayscale: #8C8C8C. Windows color (decimal): -4562689 or 16736442. OLE color: 16736442.
HSL color Cylindrical-coordinate representation of color #BA60FF: hue angle of 273.96º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA60FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 96 | 255 | - |
| CMYK | 0.27 | 0.62 | 0 | 0 |
| HSL | 273.96º | 1% | 0.69% | - |
| HSV(B) | 273.96º | 0.62% | 1% | - |
| XYZ | 42.48 | 26.02 | 97.39 | - |
| YUV | 141.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 96 | 255 | 0.27 | 0.62 | 0 | 0 | 273.96 | 1 | 0.69 |
| Hex | BA | 60 | FF | 1B | 3E | 0 | 0 | 112 | 64 | 45 |
| Octal | 272 | 140 | 377 | 33 | 76 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111010 | 1100000 | 11111111 | 11011 | 111110 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BA60FF
Complementary color
Monochromatic Colors of #BA60FF
Black with #BA60FF
Text Example
Text Example
White with #BA60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA60FF; }
p { color: rgb(186,96,255); }
H1.HeaderClassName
{
color: #BA60FF;
}
.AnyTagClassName
{
color: #BA60FF;
}
</style>
background-color css
<style>
a { background-color: #BA60FF; }
a { background-color: rgb(186,96,255); }
div.DivClassName
{
background-color: #BA60FF;
}
.BgClassName
{
background-color: #BA60FF;
}
</style>
border-color css
<style>
span { border-color: #BA60FF; }
span { border-color: rgb(186,96,255); }
td.TdClassName
{
border-color: #BA60FF;
}
.TagClassName
{
border-color: #BA60FF;
}
</style>