Shades of Heliotrope #BA80FF
Tints of Heliotrope #BA80FF
RGB
CMYK
RGB Variations
Color information
#BA80FF (or 0xBA80FF) is known color: Heliotrope. HEX triplet: BA, 80 and FF. RGB value is (186,128,255). Sum of RGB (Red+Green+Blue) = 186+128+255=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80FF is #457F00. Grayscale: #9F9F9F. Windows color (decimal): -4554497 or 16744634. OLE color: 16744634.
HSL color Cylindrical-coordinate representation of color #BA80FF: hue angle of 267.4º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA80FF is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 128 | 255 | - |
| CMYK | 0.27 | 0.50 | 0 | 0 |
| HSL | 267.4º | 1% | 0.75% | - |
| HSV(B) | 267.4º | 0.5% | 1% | - |
| XYZ | 46.02 | 33.1 | 98.57 | - |
| YUV | 159.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 255 | 0.27 | 0.50 | 0 | 0 | 267.4 | 1 | 0.75 |
| Hex | BA | 80 | FF | 1B | 32 | 0 | 0 | 10B | 64 | 4B |
| Octal | 272 | 200 | 377 | 33 | 62 | 0 | 0 | 413 | 144 | 113 |
| Binary | 10111010 | 10000000 | 11111111 | 11011 | 110010 | 0 | 0 | 100001011 | 1100100 | 1001011 |
Color Harmonies of #BA80FF
Complementary color
Monochromatic Colors of #BA80FF
Black with #BA80FF
Text Example
Text Example
White with #BA80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80FF; }
p { color: rgb(186,128,255); }
H1.HeaderClassName
{
color: #BA80FF;
}
.AnyTagClassName
{
color: #BA80FF;
}
</style>
background-color css
<style>
a { background-color: #BA80FF; }
a { background-color: rgb(186,128,255); }
div.DivClassName
{
background-color: #BA80FF;
}
.BgClassName
{
background-color: #BA80FF;
}
</style>
border-color css
<style>
span { border-color: #BA80FF; }
span { border-color: rgb(186,128,255); }
td.TdClassName
{
border-color: #BA80FF;
}
.TagClassName
{
border-color: #BA80FF;
}
</style>