Shades of Heliotrope #BA7EFD
Tints of Heliotrope #BA7EFD
RGB
CMYK
RGB Variations
Color information
#BA7EFD (or 0xBA7EFD) is known color: Heliotrope. HEX triplet: BA, 7E and FD. RGB value is (186,126,253). Sum of RGB (Red+Green+Blue) = 186+126+253=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EFD is #458102. Grayscale: #9D9D9D. Windows color (decimal): -4555011 or 16613050. OLE color: 16613050.
HSL color Cylindrical-coordinate representation of color #BA7EFD: hue angle of 268.35º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7EFD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 126 | 253 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.01 |
| HSL | 268.35º | 0.97% | 0.74% | - |
| HSV(B) | 268.35º | 0.5% | 0.99% | - |
| XYZ | 45.44 | 32.45 | 96.8 | - |
| YUV | 158.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 253 | 0.26 | 0.50 | 0 | 0.01 | 268.35 | 0.97 | 0.74 |
| Hex | BA | 7E | FD | 1A | 32 | 0 | 1 | 10C | 61 | 4A |
| Octal | 272 | 176 | 375 | 32 | 62 | 0 | 1 | 414 | 141 | 112 |
| Binary | 10111010 | 1111110 | 11111101 | 11010 | 110010 | 0 | 1 | 100001100 | 1100001 | 1001010 |
Color Harmonies of #BA7EFD
Complementary color
Monochromatic Colors of #BA7EFD
Black with #BA7EFD
Text Example
Text Example
White with #BA7EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EFD; }
p { color: rgb(186,126,253); }
H1.HeaderClassName
{
color: #BA7EFD;
}
.AnyTagClassName
{
color: #BA7EFD;
}
</style>
background-color css
<style>
a { background-color: #BA7EFD; }
a { background-color: rgb(186,126,253); }
div.DivClassName
{
background-color: #BA7EFD;
}
.BgClassName
{
background-color: #BA7EFD;
}
</style>
border-color css
<style>
span { border-color: #BA7EFD; }
span { border-color: rgb(186,126,253); }
td.TdClassName
{
border-color: #BA7EFD;
}
.TagClassName
{
border-color: #BA7EFD;
}
</style>