Shades of Heliotrope #BA64FB
Tints of Heliotrope #BA64FB
RGB
CMYK
RGB Variations
Color information
#BA64FB (or 0xBA64FB) is known color: Heliotrope. HEX triplet: BA, 64 and FB. RGB value is (186,100,251). Sum of RGB (Red+Green+Blue) = 186+100+251=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA64FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64FB is #459B04. Grayscale: #8E8E8E. Windows color (decimal): -4561669 or 16475322. OLE color: 16475322.
HSL color Cylindrical-coordinate representation of color #BA64FB: hue angle of 274.17º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA64FB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 100 | 251 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.02 |
| HSL | 274.17º | 0.95% | 0.69% | - |
| HSV(B) | 274.17º | 0.6% | 0.98% | - |
| XYZ | 42.22 | 26.52 | 94.16 | - |
| YUV | 142.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 251 | 0.26 | 0.60 | 0 | 0.02 | 274.17 | 0.95 | 0.69 |
| Hex | BA | 64 | FB | 1A | 3C | 0 | 2 | 112 | 5F | 45 |
| Octal | 272 | 144 | 373 | 32 | 74 | 0 | 2 | 422 | 137 | 105 |
| Binary | 10111010 | 1100100 | 11111011 | 11010 | 111100 | 0 | 10 | 100010010 | 1011111 | 1000101 |
Color Harmonies of #BA64FB
Complementary color
Monochromatic Colors of #BA64FB
Black with #BA64FB
Text Example
Text Example
White with #BA64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64FB; }
p { color: rgb(186,100,251); }
H1.HeaderClassName
{
color: #BA64FB;
}
.AnyTagClassName
{
color: #BA64FB;
}
</style>
background-color css
<style>
a { background-color: #BA64FB; }
a { background-color: rgb(186,100,251); }
div.DivClassName
{
background-color: #BA64FB;
}
.BgClassName
{
background-color: #BA64FB;
}
</style>
border-color css
<style>
span { border-color: #BA64FB; }
span { border-color: rgb(186,100,251); }
td.TdClassName
{
border-color: #BA64FB;
}
.TagClassName
{
border-color: #BA64FB;
}
</style>