Shades of Heliotrope #BA6CF7
Tints of Heliotrope #BA6CF7
RGB
CMYK
RGB Variations
Color information
#BA6CF7 (or 0xBA6CF7) is known color: Heliotrope. HEX triplet: BA, 6C and F7. RGB value is (186,108,247). Sum of RGB (Red+Green+Blue) = 186+108+247=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA6CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CF7 is #459308. Grayscale: #929292. Windows color (decimal): -4559625 or 16215226. OLE color: 16215226.
HSL color Cylindrical-coordinate representation of color #BA6CF7: hue angle of 273.67º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6CF7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 108 | 247 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.03 |
| HSL | 273.67º | 0.9% | 0.7% | - |
| HSV(B) | 273.67º | 0.56% | 0.97% | - |
| XYZ | 42.4 | 27.88 | 91.14 | - |
| YUV | 147.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 247 | 0.25 | 0.56 | 0 | 0.03 | 273.67 | 0.9 | 0.7 |
| Hex | BA | 6C | F7 | 19 | 38 | 0 | 3 | 112 | 5A | 46 |
| Octal | 272 | 154 | 367 | 31 | 70 | 0 | 3 | 422 | 132 | 106 |
| Binary | 10111010 | 1101100 | 11110111 | 11001 | 111000 | 0 | 11 | 100010010 | 1011010 | 1000110 |
Color Harmonies of #BA6CF7
Complementary color
Monochromatic Colors of #BA6CF7
Black with #BA6CF7
Text Example
Text Example
White with #BA6CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CF7; }
p { color: rgb(186,108,247); }
H1.HeaderClassName
{
color: #BA6CF7;
}
.AnyTagClassName
{
color: #BA6CF7;
}
</style>
background-color css
<style>
a { background-color: #BA6CF7; }
a { background-color: rgb(186,108,247); }
div.DivClassName
{
background-color: #BA6CF7;
}
.BgClassName
{
background-color: #BA6CF7;
}
</style>
border-color css
<style>
span { border-color: #BA6CF7; }
span { border-color: rgb(186,108,247); }
td.TdClassName
{
border-color: #BA6CF7;
}
.TagClassName
{
border-color: #BA6CF7;
}
</style>