Shades of Heliotrope #BA7FFD
Tints of Heliotrope #BA7FFD
RGB
CMYK
RGB Variations
Color information
#BA7FFD (or 0xBA7FFD) is known color: Heliotrope. HEX triplet: BA, 7F and FD. RGB value is (186,127,253). Sum of RGB (Red+Green+Blue) = 186+127+253=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FFD is #458002. Grayscale: #9E9E9E. Windows color (decimal): -4554755 or 16613306. OLE color: 16613306.
HSL color Cylindrical-coordinate representation of color #BA7FFD: hue angle of 268.1º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA7FFD is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 127 | 253 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.01 |
| HSL | 268.1º | 0.97% | 0.75% | - |
| HSV(B) | 268.1º | 0.5% | 0.99% | - |
| XYZ | 45.57 | 32.71 | 96.84 | - |
| YUV | 159.01 | 181.05 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 253 | 0.26 | 0.50 | 0 | 0.01 | 268.1 | 0.97 | 0.75 |
| Hex | BA | 7F | FD | 1A | 32 | 0 | 1 | 10C | 61 | 4B |
| Octal | 272 | 177 | 375 | 32 | 62 | 0 | 1 | 414 | 141 | 113 |
| Binary | 10111010 | 1111111 | 11111101 | 11010 | 110010 | 0 | 1 | 100001100 | 1100001 | 1001011 |
Color Harmonies of #BA7FFD
Complementary color
Monochromatic Colors of #BA7FFD
Black with #BA7FFD
Text Example
Text Example
White with #BA7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FFD; }
p { color: rgb(186,127,253); }
H1.HeaderClassName
{
color: #BA7FFD;
}
.AnyTagClassName
{
color: #BA7FFD;
}
</style>
background-color css
<style>
a { background-color: #BA7FFD; }
a { background-color: rgb(186,127,253); }
div.DivClassName
{
background-color: #BA7FFD;
}
.BgClassName
{
background-color: #BA7FFD;
}
</style>
border-color css
<style>
span { border-color: #BA7FFD; }
span { border-color: rgb(186,127,253); }
td.TdClassName
{
border-color: #BA7FFD;
}
.TagClassName
{
border-color: #BA7FFD;
}
</style>