Shades of Heliotrope #BA69FF
Tints of Heliotrope #BA69FF
RGB
CMYK
RGB Variations
Color information
#BA69FF (or 0xBA69FF) is known color: Heliotrope. HEX triplet: BA, 69 and FF. RGB value is (186,105,255). Sum of RGB (Red+Green+Blue) = 186+105+255=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69FF is #459600. Grayscale: #919191. Windows color (decimal): -4560385 or 16738746. OLE color: 16738746.
HSL color Cylindrical-coordinate representation of color #BA69FF: hue angle of 272.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA69FF is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 105 | 255 | - |
| CMYK | 0.27 | 0.59 | 0 | 0 |
| HSL | 272.4º | 1% | 0.71% | - |
| HSV(B) | 272.4º | 0.59% | 1% | - |
| XYZ | 43.35 | 27.76 | 97.68 | - |
| YUV | 146.32 | 189.34 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 255 | 0.27 | 0.59 | 0 | 0 | 272.4 | 1 | 0.71 |
| Hex | BA | 69 | FF | 1B | 3B | 0 | 0 | 110 | 64 | 47 |
| Octal | 272 | 151 | 377 | 33 | 73 | 0 | 0 | 420 | 144 | 107 |
| Binary | 10111010 | 1101001 | 11111111 | 11011 | 111011 | 0 | 0 | 100010000 | 1100100 | 1000111 |
Color Harmonies of #BA69FF
Complementary color
Monochromatic Colors of #BA69FF
Black with #BA69FF
Text Example
Text Example
White with #BA69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69FF; }
p { color: rgb(186,105,255); }
H1.HeaderClassName
{
color: #BA69FF;
}
.AnyTagClassName
{
color: #BA69FF;
}
</style>
background-color css
<style>
a { background-color: #BA69FF; }
a { background-color: rgb(186,105,255); }
div.DivClassName
{
background-color: #BA69FF;
}
.BgClassName
{
background-color: #BA69FF;
}
</style>
border-color css
<style>
span { border-color: #BA69FF; }
span { border-color: rgb(186,105,255); }
td.TdClassName
{
border-color: #BA69FF;
}
.TagClassName
{
border-color: #BA69FF;
}
</style>