Shades of Heliotrope #BA63FB
Tints of Heliotrope #BA63FB
RGB
CMYK
RGB Variations
Color information
#BA63FB (or 0xBA63FB) is known color: Heliotrope. HEX triplet: BA, 63 and FB. RGB value is (186,99,251). Sum of RGB (Red+Green+Blue) = 186+99+251=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA63FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA63FB is #459C04. Grayscale: #8D8D8D. Windows color (decimal): -4561925 or 16475066. OLE color: 16475066.
HSL color Cylindrical-coordinate representation of color #BA63FB: hue angle of 274.34º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA63FB is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 99 | 251 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.02 |
| HSL | 274.34º | 0.95% | 0.69% | - |
| HSV(B) | 274.34º | 0.61% | 0.98% | - |
| XYZ | 42.12 | 26.33 | 94.13 | - |
| YUV | 142.34 | 189.32 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 99 | 251 | 0.26 | 0.61 | 0 | 0.02 | 274.34 | 0.95 | 0.69 |
| Hex | BA | 63 | FB | 1A | 3D | 0 | 2 | 112 | 5F | 45 |
| Octal | 272 | 143 | 373 | 32 | 75 | 0 | 2 | 422 | 137 | 105 |
| Binary | 10111010 | 1100011 | 11111011 | 11010 | 111101 | 0 | 10 | 100010010 | 1011111 | 1000101 |
Color Harmonies of #BA63FB
Complementary color
Monochromatic Colors of #BA63FB
Black with #BA63FB
Text Example
Text Example
White with #BA63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA63FB; }
p { color: rgb(186,99,251); }
H1.HeaderClassName
{
color: #BA63FB;
}
.AnyTagClassName
{
color: #BA63FB;
}
</style>
background-color css
<style>
a { background-color: #BA63FB; }
a { background-color: rgb(186,99,251); }
div.DivClassName
{
background-color: #BA63FB;
}
.BgClassName
{
background-color: #BA63FB;
}
</style>
border-color css
<style>
span { border-color: #BA63FB; }
span { border-color: rgb(186,99,251); }
td.TdClassName
{
border-color: #BA63FB;
}
.TagClassName
{
border-color: #BA63FB;
}
</style>