Shades of Heliotrope #BA75F1
Tints of Heliotrope #BA75F1
RGB
CMYK
RGB Variations
Color information
#BA75F1 (or 0xBA75F1) is known color: Heliotrope. HEX triplet: BA, 75 and F1. RGB value is (186,117,241). Sum of RGB (Red+Green+Blue) = 186+117+241=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA75F1 is #458A0E. Grayscale: #979797. Windows color (decimal): -4557327 or 15824314. OLE color: 15824314.
HSL color Cylindrical-coordinate representation of color #BA75F1: hue angle of 273.39º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA75F1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 117 | 241 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.05 |
| HSL | 273.39º | 0.82% | 0.7% | - |
| HSV(B) | 273.39º | 0.51% | 0.95% | - |
| XYZ | 42.49 | 29.51 | 86.68 | - |
| YUV | 151.77 | 178.36 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 241 | 0.23 | 0.51 | 0 | 0.05 | 273.39 | 0.82 | 0.7 |
| Hex | BA | 75 | F1 | 17 | 33 | 0 | 5 | 111 | 52 | 46 |
| Octal | 272 | 165 | 361 | 27 | 63 | 0 | 5 | 421 | 122 | 106 |
| Binary | 10111010 | 1110101 | 11110001 | 10111 | 110011 | 0 | 101 | 100010001 | 1010010 | 1000110 |
Color Harmonies of #BA75F1
Complementary color
Monochromatic Colors of #BA75F1
Black with #BA75F1
Text Example
Text Example
White with #BA75F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75F1; }
p { color: rgb(186,117,241); }
H1.HeaderClassName
{
color: #BA75F1;
}
.AnyTagClassName
{
color: #BA75F1;
}
</style>
background-color css
<style>
a { background-color: #BA75F1; }
a { background-color: rgb(186,117,241); }
div.DivClassName
{
background-color: #BA75F1;
}
.BgClassName
{
background-color: #BA75F1;
}
</style>
border-color css
<style>
span { border-color: #BA75F1; }
span { border-color: rgb(186,117,241); }
td.TdClassName
{
border-color: #BA75F1;
}
.TagClassName
{
border-color: #BA75F1;
}
</style>