Shades of Heliotrope #BA7BEF
Tints of Heliotrope #BA7BEF
RGB
CMYK
RGB Variations
Color information
#BA7BEF (or 0xBA7BEF) is known color: Heliotrope. HEX triplet: BA, 7B and EF. RGB value is (186,123,239). Sum of RGB (Red+Green+Blue) = 186+123+239=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BEF is #458410. Grayscale: #9A9A9A. Windows color (decimal): -4555793 or 15694778. OLE color: 15694778.
HSL color Cylindrical-coordinate representation of color #BA7BEF: hue angle of 272.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA7BEF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 123 | 239 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.06 |
| HSL | 272.59º | 0.78% | 0.71% | - |
| HSV(B) | 272.59º | 0.49% | 0.94% | - |
| XYZ | 42.91 | 30.84 | 85.35 | - |
| YUV | 155.06 | 175.37 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 239 | 0.22 | 0.49 | 0 | 0.06 | 272.59 | 0.78 | 0.71 |
| Hex | BA | 7B | EF | 16 | 31 | 0 | 6 | 111 | 4E | 47 |
| Octal | 272 | 173 | 357 | 26 | 61 | 0 | 6 | 421 | 116 | 107 |
| Binary | 10111010 | 1111011 | 11101111 | 10110 | 110001 | 0 | 110 | 100010001 | 1001110 | 1000111 |
Color Harmonies of #BA7BEF
Complementary color
Monochromatic Colors of #BA7BEF
Black with #BA7BEF
Text Example
Text Example
White with #BA7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BEF; }
p { color: rgb(186,123,239); }
H1.HeaderClassName
{
color: #BA7BEF;
}
.AnyTagClassName
{
color: #BA7BEF;
}
</style>
background-color css
<style>
a { background-color: #BA7BEF; }
a { background-color: rgb(186,123,239); }
div.DivClassName
{
background-color: #BA7BEF;
}
.BgClassName
{
background-color: #BA7BEF;
}
</style>
border-color css
<style>
span { border-color: #BA7BEF; }
span { border-color: rgb(186,123,239); }
td.TdClassName
{
border-color: #BA7BEF;
}
.TagClassName
{
border-color: #BA7BEF;
}
</style>