Shades of Fuchsia #BA37AF
Tints of Fuchsia #BA37AF
RGB
CMYK
RGB Variations
Color information
#BA37AF (or 0xBA37AF) is known color: Fuchsia. HEX triplet: BA, 37 and AF. RGB value is (186,55,175). Sum of RGB (Red+Green+Blue) = 186+55+175=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37AF is #45C850. Grayscale: #6B6B6B. Windows color (decimal): -4573265 or 11483066. OLE color: 11483066.
HSL color Cylindrical-coordinate representation of color #BA37AF: hue angle of 305.04º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA37AF is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 175 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.27 |
| HSL | 305.04º | 0.54% | 0.47% | - |
| HSV(B) | 305.04º | 0.7% | 0.73% | - |
| XYZ | 29.35 | 16.27 | 42.15 | - |
| YUV | 107.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 175 | 0 | 0.70 | 0.06 | 0.27 | 305.04 | 0.54 | 0.47 |
| Hex | BA | 37 | AF | 0 | 46 | 6 | 1B | 131 | 36 | 2F |
| Octal | 272 | 67 | 257 | 0 | 106 | 6 | 33 | 461 | 66 | 57 |
| Binary | 10111010 | 110111 | 10101111 | 0 | 1000110 | 110 | 11011 | 100110001 | 110110 | 101111 |
Color Harmonies of #BA37AF
Complementary color
Monochromatic Colors of #BA37AF
Black with #BA37AF
Text Example
Text Example
White with #BA37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37AF; }
p { color: rgb(186,55,175); }
H1.HeaderClassName
{
color: #BA37AF;
}
.AnyTagClassName
{
color: #BA37AF;
}
</style>
background-color css
<style>
a { background-color: #BA37AF; }
a { background-color: rgb(186,55,175); }
div.DivClassName
{
background-color: #BA37AF;
}
.BgClassName
{
background-color: #BA37AF;
}
</style>
border-color css
<style>
span { border-color: #BA37AF; }
span { border-color: rgb(186,55,175); }
td.TdClassName
{
border-color: #BA37AF;
}
.TagClassName
{
border-color: #BA37AF;
}
</style>