Shades of Heliotrope #BA5DFF
Tints of Heliotrope #BA5DFF
RGB
CMYK
RGB Variations
Color information
#BA5DFF (or 0xBA5DFF) is known color: Heliotrope. HEX triplet: BA, 5D and FF. RGB value is (186,93,255). Sum of RGB (Red+Green+Blue) = 186+93+255=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFF is #45A200. Grayscale: #8A8A8A. Windows color (decimal): -4563457 or 16735674. OLE color: 16735674.
HSL color Cylindrical-coordinate representation of color #BA5DFF: hue angle of 274.44º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA5DFF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 93 | 255 | - |
| CMYK | 0.27 | 0.64 | 0 | 0 |
| HSL | 274.44º | 1% | 0.68% | - |
| HSV(B) | 274.44º | 0.64% | 1% | - |
| XYZ | 42.21 | 25.49 | 97.3 | - |
| YUV | 139.28 | 193.31 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 93 | 255 | 0.27 | 0.64 | 0 | 0 | 274.44 | 1 | 0.68 |
| Hex | BA | 5D | FF | 1B | 40 | 0 | 0 | 112 | 64 | 44 |
| Octal | 272 | 135 | 377 | 33 | 100 | 0 | 0 | 422 | 144 | 104 |
| Binary | 10111010 | 1011101 | 11111111 | 11011 | 1000000 | 0 | 0 | 100010010 | 1100100 | 1000100 |
Color Harmonies of #BA5DFF
Complementary color
Monochromatic Colors of #BA5DFF
Black with #BA5DFF
Text Example
Text Example
White with #BA5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5DFF; }
p { color: rgb(186,93,255); }
H1.HeaderClassName
{
color: #BA5DFF;
}
.AnyTagClassName
{
color: #BA5DFF;
}
</style>
background-color css
<style>
a { background-color: #BA5DFF; }
a { background-color: rgb(186,93,255); }
div.DivClassName
{
background-color: #BA5DFF;
}
.BgClassName
{
background-color: #BA5DFF;
}
</style>
border-color css
<style>
span { border-color: #BA5DFF; }
span { border-color: rgb(186,93,255); }
td.TdClassName
{
border-color: #BA5DFF;
}
.TagClassName
{
border-color: #BA5DFF;
}
</style>