Shades of Heliotrope #BA6CFE
Tints of Heliotrope #BA6CFE
RGB
CMYK
RGB Variations
Color information
#BA6CFE (or 0xBA6CFE) is known color: Heliotrope. HEX triplet: BA, 6C and FE. RGB value is (186,108,254). Sum of RGB (Red+Green+Blue) = 186+108+254=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA6CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CFE is #459301. Grayscale: #939393. Windows color (decimal): -4559618 or 16673978. OLE color: 16673978.
HSL color Cylindrical-coordinate representation of color #BA6CFE: hue angle of 272.05º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6CFE is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 108 | 254 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.00 |
| HSL | 272.05º | 0.99% | 0.71% | - |
| HSV(B) | 272.05º | 0.57% | 1% | - |
| XYZ | 43.5 | 28.32 | 96.94 | - |
| YUV | 147.97 | 187.84 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 254 | 0.27 | 0.57 | 0 | 0.00 | 272.05 | 0.99 | 0.71 |
| Hex | BA | 6C | FE | 1B | 39 | 0 | 0 | 110 | 63 | 47 |
| Octal | 272 | 154 | 376 | 33 | 71 | 0 | 0 | 420 | 143 | 107 |
| Binary | 10111010 | 1101100 | 11111110 | 11011 | 111001 | 0 | 0 | 100010000 | 1100011 | 1000111 |
Color Harmonies of #BA6CFE
Complementary color
Monochromatic Colors of #BA6CFE
Black with #BA6CFE
Text Example
Text Example
White with #BA6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CFE; }
p { color: rgb(186,108,254); }
H1.HeaderClassName
{
color: #BA6CFE;
}
.AnyTagClassName
{
color: #BA6CFE;
}
</style>
background-color css
<style>
a { background-color: #BA6CFE; }
a { background-color: rgb(186,108,254); }
div.DivClassName
{
background-color: #BA6CFE;
}
.BgClassName
{
background-color: #BA6CFE;
}
</style>
border-color css
<style>
span { border-color: #BA6CFE; }
span { border-color: rgb(186,108,254); }
td.TdClassName
{
border-color: #BA6CFE;
}
.TagClassName
{
border-color: #BA6CFE;
}
</style>