Shades of Heliotrope #BA61FF
Tints of Heliotrope #BA61FF
RGB
CMYK
RGB Variations
Color information
#BA61FF (or 0xBA61FF) is known color: Heliotrope. HEX triplet: BA, 61 and FF. RGB value is (186,97,255). Sum of RGB (Red+Green+Blue) = 186+97+255=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FF is #459E00. Grayscale: #8D8D8D. Windows color (decimal): -4562433 or 16736698. OLE color: 16736698.
HSL color Cylindrical-coordinate representation of color #BA61FF: hue angle of 273.8º 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 #BA61FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 97 | 255 | - |
| CMYK | 0.27 | 0.62 | 0 | 0 |
| HSL | 273.8º | 1% | 0.69% | - |
| HSV(B) | 273.8º | 0.62% | 1% | - |
| XYZ | 42.57 | 26.21 | 97.42 | - |
| YUV | 141.62 | 191.99 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 255 | 0.27 | 0.62 | 0 | 0 | 273.8 | 1 | 0.69 |
| Hex | BA | 61 | FF | 1B | 3E | 0 | 0 | 112 | 64 | 45 |
| Octal | 272 | 141 | 377 | 33 | 76 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111010 | 1100001 | 11111111 | 11011 | 111110 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BA61FF
Complementary color
Monochromatic Colors of #BA61FF
Black with #BA61FF
Text Example
Text Example
White with #BA61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61FF; }
p { color: rgb(186,97,255); }
H1.HeaderClassName
{
color: #BA61FF;
}
.AnyTagClassName
{
color: #BA61FF;
}
</style>
background-color css
<style>
a { background-color: #BA61FF; }
a { background-color: rgb(186,97,255); }
div.DivClassName
{
background-color: #BA61FF;
}
.BgClassName
{
background-color: #BA61FF;
}
</style>
border-color css
<style>
span { border-color: #BA61FF; }
span { border-color: rgb(186,97,255); }
td.TdClassName
{
border-color: #BA61FF;
}
.TagClassName
{
border-color: #BA61FF;
}
</style>