Shades of Heliotrope #BA7DFF
Tints of Heliotrope #BA7DFF
RGB
CMYK
RGB Variations
Color information
#BA7DFF (or 0xBA7DFF) is known color: Heliotrope. HEX triplet: BA, 7D and FF. RGB value is (186,125,255). Sum of RGB (Red+Green+Blue) = 186+125+255=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DFF is #458200. Grayscale: #9D9D9D. Windows color (decimal): -4555265 or 16743866. OLE color: 16743866.
HSL color Cylindrical-coordinate representation of color #BA7DFF: hue angle of 268.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7DFF is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 125 | 255 | - |
| CMYK | 0.27 | 0.51 | 0 | 0 |
| HSL | 268.15º | 1% | 0.75% | - |
| HSV(B) | 268.15º | 0.51% | 1% | - |
| XYZ | 45.63 | 32.33 | 98.44 | - |
| YUV | 158.06 | 182.71 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 255 | 0.27 | 0.51 | 0 | 0 | 268.15 | 1 | 0.75 |
| Hex | BA | 7D | FF | 1B | 33 | 0 | 0 | 10C | 64 | 4B |
| Octal | 272 | 175 | 377 | 33 | 63 | 0 | 0 | 414 | 144 | 113 |
| Binary | 10111010 | 1111101 | 11111111 | 11011 | 110011 | 0 | 0 | 100001100 | 1100100 | 1001011 |
Color Harmonies of #BA7DFF
Complementary color
Monochromatic Colors of #BA7DFF
Black with #BA7DFF
Text Example
Text Example
White with #BA7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DFF; }
p { color: rgb(186,125,255); }
H1.HeaderClassName
{
color: #BA7DFF;
}
.AnyTagClassName
{
color: #BA7DFF;
}
</style>
background-color css
<style>
a { background-color: #BA7DFF; }
a { background-color: rgb(186,125,255); }
div.DivClassName
{
background-color: #BA7DFF;
}
.BgClassName
{
background-color: #BA7DFF;
}
</style>
border-color css
<style>
span { border-color: #BA7DFF; }
span { border-color: rgb(186,125,255); }
td.TdClassName
{
border-color: #BA7DFF;
}
.TagClassName
{
border-color: #BA7DFF;
}
</style>