Shades of Heliotrope #BA7DFD
Tints of Heliotrope #BA7DFD
RGB
CMYK
RGB Variations
Color information
#BA7DFD (or 0xBA7DFD) is known color: Heliotrope. HEX triplet: BA, 7D and FD. RGB value is (186,125,253). Sum of RGB (Red+Green+Blue) = 186+125+253=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DFD is #458202. Grayscale: #9D9D9D. Windows color (decimal): -4555267 or 16612794. OLE color: 16612794.
HSL color Cylindrical-coordinate representation of color #BA7DFD: hue angle of 268.59º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA7DFD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 125 | 253 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.01 |
| HSL | 268.59º | 0.97% | 0.74% | - |
| HSV(B) | 268.59º | 0.51% | 0.99% | - |
| XYZ | 45.31 | 32.2 | 96.76 | - |
| YUV | 157.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 253 | 0.26 | 0.51 | 0 | 0.01 | 268.59 | 0.97 | 0.74 |
| Hex | BA | 7D | FD | 1A | 33 | 0 | 1 | 10D | 61 | 4A |
| Octal | 272 | 175 | 375 | 32 | 63 | 0 | 1 | 415 | 141 | 112 |
| Binary | 10111010 | 1111101 | 11111101 | 11010 | 110011 | 0 | 1 | 100001101 | 1100001 | 1001010 |
Color Harmonies of #BA7DFD
Complementary color
Monochromatic Colors of #BA7DFD
Black with #BA7DFD
Text Example
Text Example
White with #BA7DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DFD; }
p { color: rgb(186,125,253); }
H1.HeaderClassName
{
color: #BA7DFD;
}
.AnyTagClassName
{
color: #BA7DFD;
}
</style>
background-color css
<style>
a { background-color: #BA7DFD; }
a { background-color: rgb(186,125,253); }
div.DivClassName
{
background-color: #BA7DFD;
}
.BgClassName
{
background-color: #BA7DFD;
}
</style>
border-color css
<style>
span { border-color: #BA7DFD; }
span { border-color: rgb(186,125,253); }
td.TdClassName
{
border-color: #BA7DFD;
}
.TagClassName
{
border-color: #BA7DFD;
}
</style>