Shades of Heliotrope #BA5FFF
Tints of Heliotrope #BA5FFF
RGB
CMYK
RGB Variations
Color information
#BA5FFF (or 0xBA5FFF) is known color: Heliotrope. HEX triplet: BA, 5F and FF. RGB value is (186,95,255). Sum of RGB (Red+Green+Blue) = 186+95+255=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FFF is #45A000. Grayscale: #8B8B8B. Windows color (decimal): -4562945 or 16736186. OLE color: 16736186.
HSL color Cylindrical-coordinate representation of color #BA5FFF: hue angle of 274.12º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5FFF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 95 | 255 | - |
| CMYK | 0.27 | 0.63 | 0 | 0 |
| HSL | 274.13º | 1% | 0.69% | - |
| HSV(B) | 274.13º | 0.63% | 1% | - |
| XYZ | 42.39 | 25.84 | 97.36 | - |
| YUV | 140.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 95 | 255 | 0.27 | 0.63 | 0 | 0 | 274.13 | 1 | 0.69 |
| Hex | BA | 5F | FF | 1B | 3F | 0 | 0 | 112 | 64 | 45 |
| Octal | 272 | 137 | 377 | 33 | 77 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111010 | 1011111 | 11111111 | 11011 | 111111 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BA5FFF
Complementary color
Monochromatic Colors of #BA5FFF
Black with #BA5FFF
Text Example
Text Example
White with #BA5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA5FFF; }
p { color: rgb(186,95,255); }
H1.HeaderClassName
{
color: #BA5FFF;
}
.AnyTagClassName
{
color: #BA5FFF;
}
</style>
background-color css
<style>
a { background-color: #BA5FFF; }
a { background-color: rgb(186,95,255); }
div.DivClassName
{
background-color: #BA5FFF;
}
.BgClassName
{
background-color: #BA5FFF;
}
</style>
border-color css
<style>
span { border-color: #BA5FFF; }
span { border-color: rgb(186,95,255); }
td.TdClassName
{
border-color: #BA5FFF;
}
.TagClassName
{
border-color: #BA5FFF;
}
</style>