Shades of Heliotrope #BA7FFC
Tints of Heliotrope #BA7FFC
RGB
CMYK
RGB Variations
Color information
#BA7FFC (or 0xBA7FFC) is known color: Heliotrope. HEX triplet: BA, 7F and FC. RGB value is (186,127,252). Sum of RGB (Red+Green+Blue) = 186+127+252=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FFC is #458003. Grayscale: #9E9E9E. Windows color (decimal): -4554756 or 16547770. OLE color: 16547770.
HSL color Cylindrical-coordinate representation of color #BA7FFC: hue angle of 268.32º degrees, saturation: 0.95, 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 #BA7FFC is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 127 | 252 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.01 |
| HSL | 268.32º | 0.95% | 0.74% | - |
| HSV(B) | 268.32º | 0.5% | 0.99% | - |
| XYZ | 45.41 | 32.65 | 96 | - |
| YUV | 158.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 252 | 0.26 | 0.50 | 0 | 0.01 | 268.32 | 0.95 | 0.74 |
| Hex | BA | 7F | FC | 1A | 32 | 0 | 1 | 10C | 5F | 4A |
| Octal | 272 | 177 | 374 | 32 | 62 | 0 | 1 | 414 | 137 | 112 |
| Binary | 10111010 | 1111111 | 11111100 | 11010 | 110010 | 0 | 1 | 100001100 | 1011111 | 1001010 |
Color Harmonies of #BA7FFC
Complementary color
Monochromatic Colors of #BA7FFC
Black with #BA7FFC
Text Example
Text Example
White with #BA7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FFC; }
p { color: rgb(186,127,252); }
H1.HeaderClassName
{
color: #BA7FFC;
}
.AnyTagClassName
{
color: #BA7FFC;
}
</style>
background-color css
<style>
a { background-color: #BA7FFC; }
a { background-color: rgb(186,127,252); }
div.DivClassName
{
background-color: #BA7FFC;
}
.BgClassName
{
background-color: #BA7FFC;
}
</style>
border-color css
<style>
span { border-color: #BA7FFC; }
span { border-color: rgb(186,127,252); }
td.TdClassName
{
border-color: #BA7FFC;
}
.TagClassName
{
border-color: #BA7FFC;
}
</style>