Shades of Heliotrope #BA68F6
Tints of Heliotrope #BA68F6
RGB
CMYK
RGB Variations
Color information
#BA68F6 (or 0xBA68F6) is known color: Heliotrope. HEX triplet: BA, 68 and F6. RGB value is (186,104,246). Sum of RGB (Red+Green+Blue) = 186+104+246=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA68F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68F6 is #459709. Grayscale: #909090. Windows color (decimal): -4560650 or 16148666. OLE color: 16148666.
HSL color Cylindrical-coordinate representation of color #BA68F6: hue angle of 274.65º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA68F6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 104 | 246 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.04 |
| HSL | 274.65º | 0.89% | 0.69% | - |
| HSV(B) | 274.65º | 0.58% | 0.96% | - |
| XYZ | 41.83 | 26.99 | 90.19 | - |
| YUV | 144.71 | 185.17 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 246 | 0.24 | 0.58 | 0 | 0.04 | 274.65 | 0.89 | 0.69 |
| Hex | BA | 68 | F6 | 18 | 3A | 0 | 4 | 113 | 59 | 45 |
| Octal | 272 | 150 | 366 | 30 | 72 | 0 | 4 | 423 | 131 | 105 |
| Binary | 10111010 | 1101000 | 11110110 | 11000 | 111010 | 0 | 100 | 100010011 | 1011001 | 1000101 |
Color Harmonies of #BA68F6
Complementary color
Monochromatic Colors of #BA68F6
Black with #BA68F6
Text Example
Text Example
White with #BA68F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68F6; }
p { color: rgb(186,104,246); }
H1.HeaderClassName
{
color: #BA68F6;
}
.AnyTagClassName
{
color: #BA68F6;
}
</style>
background-color css
<style>
a { background-color: #BA68F6; }
a { background-color: rgb(186,104,246); }
div.DivClassName
{
background-color: #BA68F6;
}
.BgClassName
{
background-color: #BA68F6;
}
</style>
border-color css
<style>
span { border-color: #BA68F6; }
span { border-color: rgb(186,104,246); }
td.TdClassName
{
border-color: #BA68F6;
}
.TagClassName
{
border-color: #BA68F6;
}
</style>