Shades of Heliotrope #BA75F0
Tints of Heliotrope #BA75F0
RGB
CMYK
RGB Variations
Color information
#BA75F0 (or 0xBA75F0) is known color: Heliotrope. HEX triplet: BA, 75 and F0. RGB value is (186,117,240). Sum of RGB (Red+Green+Blue) = 186+117+240=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA75F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75F0 is #458A0F. Grayscale: #979797. Windows color (decimal): -4557328 or 15758778. OLE color: 15758778.
HSL color Cylindrical-coordinate representation of color #BA75F0: hue angle of 273.66º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA75F0 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 117 | 240 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.06 |
| HSL | 273.66º | 0.8% | 0.7% | - |
| HSV(B) | 273.66º | 0.51% | 0.94% | - |
| XYZ | 42.34 | 29.45 | 85.89 | - |
| YUV | 151.65 | 177.86 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 240 | 0.22 | 0.51 | 0 | 0.06 | 273.66 | 0.8 | 0.7 |
| Hex | BA | 75 | F0 | 16 | 33 | 0 | 6 | 112 | 50 | 46 |
| Octal | 272 | 165 | 360 | 26 | 63 | 0 | 6 | 422 | 120 | 106 |
| Binary | 10111010 | 1110101 | 11110000 | 10110 | 110011 | 0 | 110 | 100010010 | 1010000 | 1000110 |
Color Harmonies of #BA75F0
Complementary color
Monochromatic Colors of #BA75F0
Black with #BA75F0
Text Example
Text Example
White with #BA75F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75F0; }
p { color: rgb(186,117,240); }
H1.HeaderClassName
{
color: #BA75F0;
}
.AnyTagClassName
{
color: #BA75F0;
}
</style>
background-color css
<style>
a { background-color: #BA75F0; }
a { background-color: rgb(186,117,240); }
div.DivClassName
{
background-color: #BA75F0;
}
.BgClassName
{
background-color: #BA75F0;
}
</style>
border-color css
<style>
span { border-color: #BA75F0; }
span { border-color: rgb(186,117,240); }
td.TdClassName
{
border-color: #BA75F0;
}
.TagClassName
{
border-color: #BA75F0;
}
</style>