Shades of Heliotrope #BA62FB
Tints of Heliotrope #BA62FB
RGB
CMYK
RGB Variations
Color information
#BA62FB (or 0xBA62FB) is known color: Heliotrope. HEX triplet: BA, 62 and FB. RGB value is (186,98,251). Sum of RGB (Red+Green+Blue) = 186+98+251=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA62FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA62FB is #459D04. Grayscale: #8D8D8D. Windows color (decimal): -4562181 or 16474810. OLE color: 16474810.
HSL color Cylindrical-coordinate representation of color #BA62FB: hue angle of 274.51º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA62FB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 98 | 251 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.02 |
| HSL | 274.51º | 0.95% | 0.68% | - |
| HSV(B) | 274.51º | 0.61% | 0.98% | - |
| XYZ | 42.03 | 26.14 | 94.1 | - |
| YUV | 141.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 98 | 251 | 0.26 | 0.61 | 0 | 0.02 | 274.51 | 0.95 | 0.68 |
| Hex | BA | 62 | FB | 1A | 3D | 0 | 2 | 113 | 5F | 44 |
| Octal | 272 | 142 | 373 | 32 | 75 | 0 | 2 | 423 | 137 | 104 |
| Binary | 10111010 | 1100010 | 11111011 | 11010 | 111101 | 0 | 10 | 100010011 | 1011111 | 1000100 |
Color Harmonies of #BA62FB
Complementary color
Monochromatic Colors of #BA62FB
Black with #BA62FB
Text Example
Text Example
White with #BA62FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA62FB; }
p { color: rgb(186,98,251); }
H1.HeaderClassName
{
color: #BA62FB;
}
.AnyTagClassName
{
color: #BA62FB;
}
</style>
background-color css
<style>
a { background-color: #BA62FB; }
a { background-color: rgb(186,98,251); }
div.DivClassName
{
background-color: #BA62FB;
}
.BgClassName
{
background-color: #BA62FB;
}
</style>
border-color css
<style>
span { border-color: #BA62FB; }
span { border-color: rgb(186,98,251); }
td.TdClassName
{
border-color: #BA62FB;
}
.TagClassName
{
border-color: #BA62FB;
}
</style>