Shades of Heliotrope #BA6FFA
Tints of Heliotrope #BA6FFA
RGB
CMYK
RGB Variations
Color information
#BA6FFA (or 0xBA6FFA) is known color: Heliotrope. HEX triplet: BA, 6F and FA. RGB value is (186,111,250). Sum of RGB (Red+Green+Blue) = 186+111+250=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FFA is #459005. Grayscale: #949494. Windows color (decimal): -4558854 or 16412602. OLE color: 16412602.
HSL color Cylindrical-coordinate representation of color #BA6FFA: hue angle of 272.37º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6FFA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 111 | 250 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.02 |
| HSL | 272.37º | 0.93% | 0.71% | - |
| HSV(B) | 272.37º | 0.56% | 0.98% | - |
| XYZ | 43.19 | 28.71 | 93.71 | - |
| YUV | 149.27 | 184.85 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 250 | 0.26 | 0.56 | 0 | 0.02 | 272.37 | 0.93 | 0.71 |
| Hex | BA | 6F | FA | 1A | 38 | 0 | 2 | 110 | 5D | 47 |
| Octal | 272 | 157 | 372 | 32 | 70 | 0 | 2 | 420 | 135 | 107 |
| Binary | 10111010 | 1101111 | 11111010 | 11010 | 111000 | 0 | 10 | 100010000 | 1011101 | 1000111 |
Color Harmonies of #BA6FFA
Complementary color
Monochromatic Colors of #BA6FFA
Black with #BA6FFA
Text Example
Text Example
White with #BA6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FFA; }
p { color: rgb(186,111,250); }
H1.HeaderClassName
{
color: #BA6FFA;
}
.AnyTagClassName
{
color: #BA6FFA;
}
</style>
background-color css
<style>
a { background-color: #BA6FFA; }
a { background-color: rgb(186,111,250); }
div.DivClassName
{
background-color: #BA6FFA;
}
.BgClassName
{
background-color: #BA6FFA;
}
</style>
border-color css
<style>
span { border-color: #BA6FFA; }
span { border-color: rgb(186,111,250); }
td.TdClassName
{
border-color: #BA6FFA;
}
.TagClassName
{
border-color: #BA6FFA;
}
</style>