Shades of Heliotrope #BA62FC
Tints of Heliotrope #BA62FC
RGB
CMYK
RGB Variations
Color information
#BA62FC (or 0xBA62FC) is known color: Heliotrope. HEX triplet: BA, 62 and FC. RGB value is (186,98,252). Sum of RGB (Red+Green+Blue) = 186+98+252=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA62FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62FC is #459D03. Grayscale: #8D8D8D. Windows color (decimal): -4562180 or 16540346. OLE color: 16540346.
HSL color Cylindrical-coordinate representation of color #BA62FC: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA62FC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 98 | 252 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.01 |
| HSL | 274.29º | 0.96% | 0.69% | - |
| HSV(B) | 274.29º | 0.61% | 0.99% | - |
| XYZ | 42.19 | 26.2 | 94.93 | - |
| YUV | 141.87 | 190.15 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 252 | 0.26 | 0.61 | 0 | 0.01 | 274.29 | 0.96 | 0.69 |
| Hex | BA | 62 | FC | 1A | 3D | 0 | 1 | 112 | 60 | 45 |
| Octal | 272 | 142 | 374 | 32 | 75 | 0 | 1 | 422 | 140 | 105 |
| Binary | 10111010 | 1100010 | 11111100 | 11010 | 111101 | 0 | 1 | 100010010 | 1100000 | 1000101 |
Color Harmonies of #BA62FC
Complementary color
Monochromatic Colors of #BA62FC
Black with #BA62FC
Text Example
Text Example
White with #BA62FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62FC; }
p { color: rgb(186,98,252); }
H1.HeaderClassName
{
color: #BA62FC;
}
.AnyTagClassName
{
color: #BA62FC;
}
</style>
background-color css
<style>
a { background-color: #BA62FC; }
a { background-color: rgb(186,98,252); }
div.DivClassName
{
background-color: #BA62FC;
}
.BgClassName
{
background-color: #BA62FC;
}
</style>
border-color css
<style>
span { border-color: #BA62FC; }
span { border-color: rgb(186,98,252); }
td.TdClassName
{
border-color: #BA62FC;
}
.TagClassName
{
border-color: #BA62FC;
}
</style>