Shades of Heliotrope #BA69F5
Tints of Heliotrope #BA69F5
RGB
CMYK
RGB Variations
Color information
#BA69F5 (or 0xBA69F5) is known color: Heliotrope. HEX triplet: BA, 69 and F5. RGB value is (186,105,245). Sum of RGB (Red+Green+Blue) = 186+105+245=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA69F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69F5 is #45960A. Grayscale: #909090. Windows color (decimal): -4560395 or 16083386. OLE color: 16083386.
HSL color Cylindrical-coordinate representation of color #BA69F5: hue angle of 274.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA69F5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 105 | 245 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.04 |
| HSL | 274.71º | 0.88% | 0.69% | - |
| HSV(B) | 274.71º | 0.57% | 0.96% | - |
| XYZ | 41.78 | 27.13 | 89.42 | - |
| YUV | 145.18 | 184.34 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 245 | 0.24 | 0.57 | 0 | 0.04 | 274.71 | 0.88 | 0.69 |
| Hex | BA | 69 | F5 | 18 | 39 | 0 | 4 | 113 | 58 | 45 |
| Octal | 272 | 151 | 365 | 30 | 71 | 0 | 4 | 423 | 130 | 105 |
| Binary | 10111010 | 1101001 | 11110101 | 11000 | 111001 | 0 | 100 | 100010011 | 1011000 | 1000101 |
Color Harmonies of #BA69F5
Complementary color
Monochromatic Colors of #BA69F5
Black with #BA69F5
Text Example
Text Example
White with #BA69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69F5; }
p { color: rgb(186,105,245); }
H1.HeaderClassName
{
color: #BA69F5;
}
.AnyTagClassName
{
color: #BA69F5;
}
</style>
background-color css
<style>
a { background-color: #BA69F5; }
a { background-color: rgb(186,105,245); }
div.DivClassName
{
background-color: #BA69F5;
}
.BgClassName
{
background-color: #BA69F5;
}
</style>
border-color css
<style>
span { border-color: #BA69F5; }
span { border-color: rgb(186,105,245); }
td.TdClassName
{
border-color: #BA69F5;
}
.TagClassName
{
border-color: #BA69F5;
}
</style>