Shades of Heliotrope #BA80FA
Tints of Heliotrope #BA80FA
RGB
CMYK
RGB Variations
Color information
#BA80FA (or 0xBA80FA) is known color: Heliotrope. HEX triplet: BA, 80 and FA. RGB value is (186,128,250). Sum of RGB (Red+Green+Blue) = 186+128+250=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA80FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80FA is #457F05. Grayscale: #9E9E9E. Windows color (decimal): -4554502 or 16416954. OLE color: 16416954.
HSL color Cylindrical-coordinate representation of color #BA80FA: hue angle of 268.52º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA80FA is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 128 | 250 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.02 |
| HSL | 268.52º | 0.92% | 0.74% | - |
| HSV(B) | 268.52º | 0.49% | 0.98% | - |
| XYZ | 45.22 | 32.78 | 94.39 | - |
| YUV | 159.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 250 | 0.26 | 0.49 | 0 | 0.02 | 268.52 | 0.92 | 0.74 |
| Hex | BA | 80 | FA | 1A | 31 | 0 | 2 | 10D | 5C | 4A |
| Octal | 272 | 200 | 372 | 32 | 61 | 0 | 2 | 415 | 134 | 112 |
| Binary | 10111010 | 10000000 | 11111010 | 11010 | 110001 | 0 | 10 | 100001101 | 1011100 | 1001010 |
Color Harmonies of #BA80FA
Complementary color
Monochromatic Colors of #BA80FA
Black with #BA80FA
Text Example
Text Example
White with #BA80FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80FA; }
p { color: rgb(186,128,250); }
H1.HeaderClassName
{
color: #BA80FA;
}
.AnyTagClassName
{
color: #BA80FA;
}
</style>
background-color css
<style>
a { background-color: #BA80FA; }
a { background-color: rgb(186,128,250); }
div.DivClassName
{
background-color: #BA80FA;
}
.BgClassName
{
background-color: #BA80FA;
}
</style>
border-color css
<style>
span { border-color: #BA80FA; }
span { border-color: rgb(186,128,250); }
td.TdClassName
{
border-color: #BA80FA;
}
.TagClassName
{
border-color: #BA80FA;
}
</style>