Shades of Heliotrope #BA80FB
Tints of Heliotrope #BA80FB
RGB
CMYK
RGB Variations
Color information
#BA80FB (or 0xBA80FB) is known color: Heliotrope. HEX triplet: BA, 80 and FB. RGB value is (186,128,251). Sum of RGB (Red+Green+Blue) = 186+128+251=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA80FB is #457F04. Grayscale: #9E9E9E. Windows color (decimal): -4554501 or 16482490. OLE color: 16482490.
HSL color Cylindrical-coordinate representation of color #BA80FB: hue angle of 268.29º degrees, saturation: 0.94, 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 #BA80FB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 128 | 251 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.02 |
| HSL | 268.29º | 0.94% | 0.74% | - |
| HSV(B) | 268.29º | 0.49% | 0.98% | - |
| XYZ | 45.38 | 32.84 | 95.21 | - |
| YUV | 159.36 | 179.72 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 251 | 0.26 | 0.49 | 0 | 0.02 | 268.29 | 0.94 | 0.74 |
| Hex | BA | 80 | FB | 1A | 31 | 0 | 2 | 10C | 5E | 4A |
| Octal | 272 | 200 | 373 | 32 | 61 | 0 | 2 | 414 | 136 | 112 |
| Binary | 10111010 | 10000000 | 11111011 | 11010 | 110001 | 0 | 10 | 100001100 | 1011110 | 1001010 |
Color Harmonies of #BA80FB
Complementary color
Monochromatic Colors of #BA80FB
Black with #BA80FB
Text Example
Text Example
White with #BA80FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80FB; }
p { color: rgb(186,128,251); }
H1.HeaderClassName
{
color: #BA80FB;
}
.AnyTagClassName
{
color: #BA80FB;
}
</style>
background-color css
<style>
a { background-color: #BA80FB; }
a { background-color: rgb(186,128,251); }
div.DivClassName
{
background-color: #BA80FB;
}
.BgClassName
{
background-color: #BA80FB;
}
</style>
border-color css
<style>
span { border-color: #BA80FB; }
span { border-color: rgb(186,128,251); }
td.TdClassName
{
border-color: #BA80FB;
}
.TagClassName
{
border-color: #BA80FB;
}
</style>