Shades of Heliotrope #BA6FFE
Tints of Heliotrope #BA6FFE
RGB
CMYK
RGB Variations
Color information
#BA6FFE (or 0xBA6FFE) is known color: Heliotrope. HEX triplet: BA, 6F and FE. RGB value is (186,111,254). Sum of RGB (Red+Green+Blue) = 186+111+254=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FFE is #459001. Grayscale: #959595. Windows color (decimal): -4558850 or 16674746. OLE color: 16674746.
HSL color Cylindrical-coordinate representation of color #BA6FFE: hue angle of 271.47º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA6FFE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 111 | 254 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.00 |
| HSL | 271.47º | 0.99% | 0.72% | - |
| HSV(B) | 271.47º | 0.56% | 1% | - |
| XYZ | 43.82 | 28.96 | 97.05 | - |
| YUV | 149.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 254 | 0.27 | 0.56 | 0 | 0.00 | 271.47 | 0.99 | 0.72 |
| Hex | BA | 6F | FE | 1B | 38 | 0 | 0 | 10F | 63 | 48 |
| Octal | 272 | 157 | 376 | 33 | 70 | 0 | 0 | 417 | 143 | 110 |
| Binary | 10111010 | 1101111 | 11111110 | 11011 | 111000 | 0 | 0 | 100001111 | 1100011 | 1001000 |
Color Harmonies of #BA6FFE
Complementary color
Monochromatic Colors of #BA6FFE
Black with #BA6FFE
Text Example
Text Example
White with #BA6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FFE; }
p { color: rgb(186,111,254); }
H1.HeaderClassName
{
color: #BA6FFE;
}
.AnyTagClassName
{
color: #BA6FFE;
}
</style>
background-color css
<style>
a { background-color: #BA6FFE; }
a { background-color: rgb(186,111,254); }
div.DivClassName
{
background-color: #BA6FFE;
}
.BgClassName
{
background-color: #BA6FFE;
}
</style>
border-color css
<style>
span { border-color: #BA6FFE; }
span { border-color: rgb(186,111,254); }
td.TdClassName
{
border-color: #BA6FFE;
}
.TagClassName
{
border-color: #BA6FFE;
}
</style>