Shades of Heliotrope #BA6FF7
Tints of Heliotrope #BA6FF7
RGB
CMYK
RGB Variations
Color information
#BA6FF7 (or 0xBA6FF7) is known color: Heliotrope. HEX triplet: BA, 6F and F7. RGB value is (186,111,247). Sum of RGB (Red+Green+Blue) = 186+111+247=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 247 (96.88% from 255 or 45.40% from 544); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA6FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FF7 is #459008. Grayscale: #949494. Windows color (decimal): -4558857 or 16215994. OLE color: 16215994.
HSL color Cylindrical-coordinate representation of color #BA6FF7: hue angle of 273.09º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6FF7 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 111 | 247 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.03 |
| HSL | 273.09º | 0.89% | 0.7% | - |
| HSV(B) | 273.09º | 0.55% | 0.97% | - |
| XYZ | 42.72 | 28.52 | 91.25 | - |
| YUV | 148.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 247 | 0.25 | 0.55 | 0 | 0.03 | 273.09 | 0.89 | 0.7 |
| Hex | BA | 6F | F7 | 19 | 37 | 0 | 3 | 111 | 59 | 46 |
| Octal | 272 | 157 | 367 | 31 | 67 | 0 | 3 | 421 | 131 | 106 |
| Binary | 10111010 | 1101111 | 11110111 | 11001 | 110111 | 0 | 11 | 100010001 | 1011001 | 1000110 |
Color Harmonies of #BA6FF7
Complementary color
Monochromatic Colors of #BA6FF7
Black with #BA6FF7
Text Example
Text Example
White with #BA6FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FF7; }
p { color: rgb(186,111,247); }
H1.HeaderClassName
{
color: #BA6FF7;
}
.AnyTagClassName
{
color: #BA6FF7;
}
</style>
background-color css
<style>
a { background-color: #BA6FF7; }
a { background-color: rgb(186,111,247); }
div.DivClassName
{
background-color: #BA6FF7;
}
.BgClassName
{
background-color: #BA6FF7;
}
</style>
border-color css
<style>
span { border-color: #BA6FF7; }
span { border-color: rgb(186,111,247); }
td.TdClassName
{
border-color: #BA6FF7;
}
.TagClassName
{
border-color: #BA6FF7;
}
</style>