Shades of Heliotrope #BA5CFF
Tints of Heliotrope #BA5CFF
RGB
CMYK
RGB Variations
Color information
#BA5CFF (or 0xBA5CFF) is known color: Heliotrope. HEX triplet: BA, 5C and FF. RGB value is (186,92,255). Sum of RGB (Red+Green+Blue) = 186+92+255=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 92 (36.33% from 255 or 17.26% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5CFF is #45A300. Grayscale: #8A8A8A. Windows color (decimal): -4563713 or 16735418. OLE color: 16735418.
HSL color Cylindrical-coordinate representation of color #BA5CFF: hue angle of 274.6º 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 #BA5CFF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 92 | 255 | - |
| CMYK | 0.27 | 0.64 | 0 | 0 |
| HSL | 274.6º | 1% | 0.68% | - |
| HSV(B) | 274.6º | 0.64% | 1% | - |
| XYZ | 42.13 | 25.31 | 97.27 | - |
| YUV | 138.69 | 193.64 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 92 | 255 | 0.27 | 0.64 | 0 | 0 | 274.6 | 1 | 0.68 |
| Hex | BA | 5C | FF | 1B | 40 | 0 | 0 | 113 | 64 | 44 |
| Octal | 272 | 134 | 377 | 33 | 100 | 0 | 0 | 423 | 144 | 104 |
| Binary | 10111010 | 1011100 | 11111111 | 11011 | 1000000 | 0 | 0 | 100010011 | 1100100 | 1000100 |
Color Harmonies of #BA5CFF
Complementary color
Monochromatic Colors of #BA5CFF
Black with #BA5CFF
Text Example
Text Example
White with #BA5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5CFF; }
p { color: rgb(186,92,255); }
H1.HeaderClassName
{
color: #BA5CFF;
}
.AnyTagClassName
{
color: #BA5CFF;
}
</style>
background-color css
<style>
a { background-color: #BA5CFF; }
a { background-color: rgb(186,92,255); }
div.DivClassName
{
background-color: #BA5CFF;
}
.BgClassName
{
background-color: #BA5CFF;
}
</style>
border-color css
<style>
span { border-color: #BA5CFF; }
span { border-color: rgb(186,92,255); }
td.TdClassName
{
border-color: #BA5CFF;
}
.TagClassName
{
border-color: #BA5CFF;
}
</style>