Shades of Fuchsia #BA37B6
Tints of Fuchsia #BA37B6
RGB
CMYK
RGB Variations
Color information
#BA37B6 (or 0xBA37B6) is known color: Fuchsia. HEX triplet: BA, 37 and B6. RGB value is (186,55,182). Sum of RGB (Red+Green+Blue) = 186+55+182=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA37B6 is #45C849. Grayscale: #6C6C6C. Windows color (decimal): -4573258 or 11941818. OLE color: 11941818.
HSL color Cylindrical-coordinate representation of color #BA37B6: hue angle of 301.83º 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 #BA37B6 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 182 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.27 |
| HSL | 301.83º | 0.54% | 0.47% | - |
| HSV(B) | 301.83º | 0.7% | 0.73% | - |
| XYZ | 30.06 | 16.55 | 45.87 | - |
| YUV | 108.65 | 169.4 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 182 | 0 | 0.70 | 0.02 | 0.27 | 301.83 | 0.54 | 0.47 |
| Hex | BA | 37 | B6 | 0 | 46 | 2 | 1B | 12E | 36 | 2F |
| Octal | 272 | 67 | 266 | 0 | 106 | 2 | 33 | 456 | 66 | 57 |
| Binary | 10111010 | 110111 | 10110110 | 0 | 1000110 | 10 | 11011 | 100101110 | 110110 | 101111 |
Color Harmonies of #BA37B6
Complementary color
Monochromatic Colors of #BA37B6
Black with #BA37B6
Text Example
Text Example
White with #BA37B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37B6; }
p { color: rgb(186,55,182); }
H1.HeaderClassName
{
color: #BA37B6;
}
.AnyTagClassName
{
color: #BA37B6;
}
</style>
background-color css
<style>
a { background-color: #BA37B6; }
a { background-color: rgb(186,55,182); }
div.DivClassName
{
background-color: #BA37B6;
}
.BgClassName
{
background-color: #BA37B6;
}
</style>
border-color css
<style>
span { border-color: #BA37B6; }
span { border-color: rgb(186,55,182); }
td.TdClassName
{
border-color: #BA37B6;
}
.TagClassName
{
border-color: #BA37B6;
}
</style>