Shades of Heliotrope #BA6FF6
Tints of Heliotrope #BA6FF6
RGB
CMYK
RGB Variations
Color information
#BA6FF6 (or 0xBA6FF6) is known color: Heliotrope. HEX triplet: BA, 6F and F6. RGB value is (186,111,246). Sum of RGB (Red+Green+Blue) = 186+111+246=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA6FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FF6 is #459009. Grayscale: #949494. Windows color (decimal): -4558858 or 16150458. OLE color: 16150458.
HSL color Cylindrical-coordinate representation of color #BA6FF6: hue angle of 273.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6FF6 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 111 | 246 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.04 |
| HSL | 273.33º | 0.88% | 0.7% | - |
| HSV(B) | 273.33º | 0.55% | 0.96% | - |
| XYZ | 42.57 | 28.46 | 90.44 | - |
| YUV | 148.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 246 | 0.24 | 0.55 | 0 | 0.04 | 273.33 | 0.88 | 0.7 |
| Hex | BA | 6F | F6 | 18 | 37 | 0 | 4 | 111 | 58 | 46 |
| Octal | 272 | 157 | 366 | 30 | 67 | 0 | 4 | 421 | 130 | 106 |
| Binary | 10111010 | 1101111 | 11110110 | 11000 | 110111 | 0 | 100 | 100010001 | 1011000 | 1000110 |
Color Harmonies of #BA6FF6
Complementary color
Monochromatic Colors of #BA6FF6
Black with #BA6FF6
Text Example
Text Example
White with #BA6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FF6; }
p { color: rgb(186,111,246); }
H1.HeaderClassName
{
color: #BA6FF6;
}
.AnyTagClassName
{
color: #BA6FF6;
}
</style>
background-color css
<style>
a { background-color: #BA6FF6; }
a { background-color: rgb(186,111,246); }
div.DivClassName
{
background-color: #BA6FF6;
}
.BgClassName
{
background-color: #BA6FF6;
}
</style>
border-color css
<style>
span { border-color: #BA6FF6; }
span { border-color: rgb(186,111,246); }
td.TdClassName
{
border-color: #BA6FF6;
}
.TagClassName
{
border-color: #BA6FF6;
}
</style>