Shades of Heliotrope #BA6CFA
Tints of Heliotrope #BA6CFA
RGB
CMYK
RGB Variations
Color information
#BA6CFA (or 0xBA6CFA) is known color: Heliotrope. HEX triplet: BA, 6C and FA. RGB value is (186,108,250). Sum of RGB (Red+Green+Blue) = 186+108+250=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6CFA is #459305. Grayscale: #939393. Windows color (decimal): -4559622 or 16411834. OLE color: 16411834.
HSL color Cylindrical-coordinate representation of color #BA6CFA: hue angle of 272.96º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA6CFA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 108 | 250 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.02 |
| HSL | 272.96º | 0.93% | 0.7% | - |
| HSV(B) | 272.96º | 0.57% | 0.98% | - |
| XYZ | 42.87 | 28.07 | 93.6 | - |
| YUV | 147.51 | 185.84 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 108 | 250 | 0.26 | 0.57 | 0 | 0.02 | 272.96 | 0.93 | 0.7 |
| Hex | BA | 6C | FA | 1A | 39 | 0 | 2 | 111 | 5D | 46 |
| Octal | 272 | 154 | 372 | 32 | 71 | 0 | 2 | 421 | 135 | 106 |
| Binary | 10111010 | 1101100 | 11111010 | 11010 | 111001 | 0 | 10 | 100010001 | 1011101 | 1000110 |
Color Harmonies of #BA6CFA
Complementary color
Monochromatic Colors of #BA6CFA
Black with #BA6CFA
Text Example
Text Example
White with #BA6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6CFA; }
p { color: rgb(186,108,250); }
H1.HeaderClassName
{
color: #BA6CFA;
}
.AnyTagClassName
{
color: #BA6CFA;
}
</style>
background-color css
<style>
a { background-color: #BA6CFA; }
a { background-color: rgb(186,108,250); }
div.DivClassName
{
background-color: #BA6CFA;
}
.BgClassName
{
background-color: #BA6CFA;
}
</style>
border-color css
<style>
span { border-color: #BA6CFA; }
span { border-color: rgb(186,108,250); }
td.TdClassName
{
border-color: #BA6CFA;
}
.TagClassName
{
border-color: #BA6CFA;
}
</style>