Shades of Heliotrope #BA5AFF
Tints of Heliotrope #BA5AFF
RGB
CMYK
RGB Variations
Color information
#BA5AFF (or 0xBA5AFF) is known color: Heliotrope. HEX triplet: BA, 5A and FF. RGB value is (186,90,255). Sum of RGB (Red+Green+Blue) = 186+90+255=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 90 (35.55% from 255 or 16.95% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFF is #45A500. Grayscale: #888888. Windows color (decimal): -4564225 or 16734906. OLE color: 16734906.
HSL color Cylindrical-coordinate representation of color #BA5AFF: hue angle of 274.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA5AFF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 90 | 255 | - |
| CMYK | 0.27 | 0.65 | 0 | 0 |
| HSL | 274.91º | 1% | 0.68% | - |
| HSV(B) | 274.91º | 0.65% | 1% | - |
| XYZ | 41.96 | 24.97 | 97.22 | - |
| YUV | 137.51 | 194.3 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 90 | 255 | 0.27 | 0.65 | 0 | 0 | 274.91 | 1 | 0.68 |
| Hex | BA | 5A | FF | 1B | 41 | 0 | 0 | 113 | 64 | 44 |
| Octal | 272 | 132 | 377 | 33 | 101 | 0 | 0 | 423 | 144 | 104 |
| Binary | 10111010 | 1011010 | 11111111 | 11011 | 1000001 | 0 | 0 | 100010011 | 1100100 | 1000100 |
Color Harmonies of #BA5AFF
Complementary color
Monochromatic Colors of #BA5AFF
Black with #BA5AFF
Text Example
Text Example
White with #BA5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5AFF; }
p { color: rgb(186,90,255); }
H1.HeaderClassName
{
color: #BA5AFF;
}
.AnyTagClassName
{
color: #BA5AFF;
}
</style>
background-color css
<style>
a { background-color: #BA5AFF; }
a { background-color: rgb(186,90,255); }
div.DivClassName
{
background-color: #BA5AFF;
}
.BgClassName
{
background-color: #BA5AFF;
}
</style>
border-color css
<style>
span { border-color: #BA5AFF; }
span { border-color: rgb(186,90,255); }
td.TdClassName
{
border-color: #BA5AFF;
}
.TagClassName
{
border-color: #BA5AFF;
}
</style>