Shades of Heliotrope #BA6CFC
Tints of Heliotrope #BA6CFC
RGB
CMYK
RGB Variations
Color information
#BA6CFC (or 0xBA6CFC) is known color: Heliotrope. HEX triplet: BA, 6C and FC. RGB value is (186,108,252). Sum of RGB (Red+Green+Blue) = 186+108+252=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CFC is #459303. Grayscale: #939393. Windows color (decimal): -4559620 or 16542906. OLE color: 16542906.
HSL color Cylindrical-coordinate representation of color #BA6CFC: hue angle of 272.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6CFC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 108 | 252 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.01 |
| HSL | 272.5º | 0.96% | 0.71% | - |
| HSV(B) | 272.5º | 0.57% | 0.99% | - |
| XYZ | 43.18 | 28.19 | 95.26 | - |
| YUV | 147.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 252 | 0.26 | 0.57 | 0 | 0.01 | 272.5 | 0.96 | 0.71 |
| Hex | BA | 6C | FC | 1A | 39 | 0 | 1 | 110 | 60 | 47 |
| Octal | 272 | 154 | 374 | 32 | 71 | 0 | 1 | 420 | 140 | 107 |
| Binary | 10111010 | 1101100 | 11111100 | 11010 | 111001 | 0 | 1 | 100010000 | 1100000 | 1000111 |
Color Harmonies of #BA6CFC
Complementary color
Monochromatic Colors of #BA6CFC
Black with #BA6CFC
Text Example
Text Example
White with #BA6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CFC; }
p { color: rgb(186,108,252); }
H1.HeaderClassName
{
color: #BA6CFC;
}
.AnyTagClassName
{
color: #BA6CFC;
}
</style>
background-color css
<style>
a { background-color: #BA6CFC; }
a { background-color: rgb(186,108,252); }
div.DivClassName
{
background-color: #BA6CFC;
}
.BgClassName
{
background-color: #BA6CFC;
}
</style>
border-color css
<style>
span { border-color: #BA6CFC; }
span { border-color: rgb(186,108,252); }
td.TdClassName
{
border-color: #BA6CFC;
}
.TagClassName
{
border-color: #BA6CFC;
}
</style>