Shades of Heliotrope #BA68FF
Tints of Heliotrope #BA68FF
RGB
CMYK
RGB Variations
Color information
#BA68FF (or 0xBA68FF) is known color: Heliotrope. HEX triplet: BA, 68 and FF. RGB value is (186,104,255). Sum of RGB (Red+Green+Blue) = 186+104+255=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA68FF is #459700. Grayscale: #919191. Windows color (decimal): -4560641 or 16738490. OLE color: 16738490.
HSL color Cylindrical-coordinate representation of color #BA68FF: hue angle of 272.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA68FF is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 104 | 255 | - |
| CMYK | 0.27 | 0.59 | 0 | 0 |
| HSL | 272.58º | 1% | 0.7% | - |
| HSV(B) | 272.58º | 0.59% | 1% | - |
| XYZ | 43.25 | 27.56 | 97.65 | - |
| YUV | 145.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 255 | 0.27 | 0.59 | 0 | 0 | 272.58 | 1 | 0.7 |
| Hex | BA | 68 | FF | 1B | 3B | 0 | 0 | 111 | 64 | 46 |
| Octal | 272 | 150 | 377 | 33 | 73 | 0 | 0 | 421 | 144 | 106 |
| Binary | 10111010 | 1101000 | 11111111 | 11011 | 111011 | 0 | 0 | 100010001 | 1100100 | 1000110 |
Color Harmonies of #BA68FF
Complementary color
Monochromatic Colors of #BA68FF
Black with #BA68FF
Text Example
Text Example
White with #BA68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68FF; }
p { color: rgb(186,104,255); }
H1.HeaderClassName
{
color: #BA68FF;
}
.AnyTagClassName
{
color: #BA68FF;
}
</style>
background-color css
<style>
a { background-color: #BA68FF; }
a { background-color: rgb(186,104,255); }
div.DivClassName
{
background-color: #BA68FF;
}
.BgClassName
{
background-color: #BA68FF;
}
</style>
border-color css
<style>
span { border-color: #BA68FF; }
span { border-color: rgb(186,104,255); }
td.TdClassName
{
border-color: #BA68FF;
}
.TagClassName
{
border-color: #BA68FF;
}
</style>