Shades of Heliotrope #BA80FD
Tints of Heliotrope #BA80FD
RGB
CMYK
RGB Variations
Color information
#BA80FD (or 0xBA80FD) is known color: Heliotrope. HEX triplet: BA, 80 and FD. RGB value is (186,128,253). Sum of RGB (Red+Green+Blue) = 186+128+253=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80FD is #457F02. Grayscale: #9F9F9F. Windows color (decimal): -4554499 or 16613562. OLE color: 16613562.
HSL color Cylindrical-coordinate representation of color #BA80FD: hue angle of 267.84º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA80FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 128 | 253 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.01 |
| HSL | 267.84º | 0.97% | 0.75% | - |
| HSV(B) | 267.84º | 0.49% | 0.99% | - |
| XYZ | 45.7 | 32.97 | 96.88 | - |
| YUV | 159.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 253 | 0.26 | 0.49 | 0 | 0.01 | 267.84 | 0.97 | 0.75 |
| Hex | BA | 80 | FD | 1A | 31 | 0 | 1 | 10C | 61 | 4B |
| Octal | 272 | 200 | 375 | 32 | 61 | 0 | 1 | 414 | 141 | 113 |
| Binary | 10111010 | 10000000 | 11111101 | 11010 | 110001 | 0 | 1 | 100001100 | 1100001 | 1001011 |
Color Harmonies of #BA80FD
Complementary color
Monochromatic Colors of #BA80FD
Black with #BA80FD
Text Example
Text Example
White with #BA80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80FD; }
p { color: rgb(186,128,253); }
H1.HeaderClassName
{
color: #BA80FD;
}
.AnyTagClassName
{
color: #BA80FD;
}
</style>
background-color css
<style>
a { background-color: #BA80FD; }
a { background-color: rgb(186,128,253); }
div.DivClassName
{
background-color: #BA80FD;
}
.BgClassName
{
background-color: #BA80FD;
}
</style>
border-color css
<style>
span { border-color: #BA80FD; }
span { border-color: rgb(186,128,253); }
td.TdClassName
{
border-color: #BA80FD;
}
.TagClassName
{
border-color: #BA80FD;
}
</style>