Shades of Heliotrope #BA6BF7
Tints of Heliotrope #BA6BF7
RGB
CMYK
RGB Variations
Color information
#BA6BF7 (or 0xBA6BF7) is known color: Heliotrope. HEX triplet: BA, 6B and F7. RGB value is (186,107,247). Sum of RGB (Red+Green+Blue) = 186+107+247=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA6BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BF7 is #459408. Grayscale: #929292. Windows color (decimal): -4559881 or 16214970. OLE color: 16214970.
HSL color Cylindrical-coordinate representation of color #BA6BF7: hue angle of 273.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6BF7 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 107 | 247 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.03 |
| HSL | 273.86º | 0.9% | 0.69% | - |
| HSV(B) | 273.86º | 0.57% | 0.97% | - |
| XYZ | 42.3 | 27.67 | 91.11 | - |
| YUV | 146.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 247 | 0.25 | 0.57 | 0 | 0.03 | 273.86 | 0.9 | 0.69 |
| Hex | BA | 6B | F7 | 19 | 39 | 0 | 3 | 112 | 5A | 45 |
| Octal | 272 | 153 | 367 | 31 | 71 | 0 | 3 | 422 | 132 | 105 |
| Binary | 10111010 | 1101011 | 11110111 | 11001 | 111001 | 0 | 11 | 100010010 | 1011010 | 1000101 |
Color Harmonies of #BA6BF7
Complementary color
Monochromatic Colors of #BA6BF7
Black with #BA6BF7
Text Example
Text Example
White with #BA6BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BF7; }
p { color: rgb(186,107,247); }
H1.HeaderClassName
{
color: #BA6BF7;
}
.AnyTagClassName
{
color: #BA6BF7;
}
</style>
background-color css
<style>
a { background-color: #BA6BF7; }
a { background-color: rgb(186,107,247); }
div.DivClassName
{
background-color: #BA6BF7;
}
.BgClassName
{
background-color: #BA6BF7;
}
</style>
border-color css
<style>
span { border-color: #BA6BF7; }
span { border-color: rgb(186,107,247); }
td.TdClassName
{
border-color: #BA6BF7;
}
.TagClassName
{
border-color: #BA6BF7;
}
</style>