Shades of Heliotrope #BA61FC
Tints of Heliotrope #BA61FC
RGB
CMYK
RGB Variations
Color information
#BA61FC (or 0xBA61FC) is known color: Heliotrope. HEX triplet: BA, 61 and FC. RGB value is (186,97,252). Sum of RGB (Red+Green+Blue) = 186+97+252=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA61FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61FC is #459E03. Grayscale: #8C8C8C. Windows color (decimal): -4562436 or 16540090. OLE color: 16540090.
HSL color Cylindrical-coordinate representation of color #BA61FC: hue angle of 274.45º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA61FC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 97 | 252 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.01 |
| HSL | 274.45º | 0.96% | 0.68% | - |
| HSV(B) | 274.45º | 0.62% | 0.99% | - |
| XYZ | 42.1 | 26.02 | 94.9 | - |
| YUV | 141.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 252 | 0.26 | 0.62 | 0 | 0.01 | 274.45 | 0.96 | 0.68 |
| Hex | BA | 61 | FC | 1A | 3E | 0 | 1 | 112 | 60 | 44 |
| Octal | 272 | 141 | 374 | 32 | 76 | 0 | 1 | 422 | 140 | 104 |
| Binary | 10111010 | 1100001 | 11111100 | 11010 | 111110 | 0 | 1 | 100010010 | 1100000 | 1000100 |
Color Harmonies of #BA61FC
Complementary color
Monochromatic Colors of #BA61FC
Black with #BA61FC
Text Example
Text Example
White with #BA61FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61FC; }
p { color: rgb(186,97,252); }
H1.HeaderClassName
{
color: #BA61FC;
}
.AnyTagClassName
{
color: #BA61FC;
}
</style>
background-color css
<style>
a { background-color: #BA61FC; }
a { background-color: rgb(186,97,252); }
div.DivClassName
{
background-color: #BA61FC;
}
.BgClassName
{
background-color: #BA61FC;
}
</style>
border-color css
<style>
span { border-color: #BA61FC; }
span { border-color: rgb(186,97,252); }
td.TdClassName
{
border-color: #BA61FC;
}
.TagClassName
{
border-color: #BA61FC;
}
</style>