Shades of Fuchsia #BA37AD
Tints of Fuchsia #BA37AD
RGB
CMYK
RGB Variations
Color information
#BA37AD (or 0xBA37AD) is known color: Fuchsia. HEX triplet: BA, 37 and AD. RGB value is (186,55,173). Sum of RGB (Red+Green+Blue) = 186+55+173=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37AD is #45C852. Grayscale: #6B6B6B. Windows color (decimal): -4573267 or 11351994. OLE color: 11351994.
HSL color Cylindrical-coordinate representation of color #BA37AD: hue angle of 305.95º 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 #BA37AD is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 173 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.27 |
| HSL | 305.95º | 0.54% | 0.47% | - |
| HSV(B) | 305.95º | 0.7% | 0.73% | - |
| XYZ | 29.16 | 16.19 | 41.12 | - |
| YUV | 107.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 173 | 0 | 0.70 | 0.07 | 0.27 | 305.95 | 0.54 | 0.47 |
| Hex | BA | 37 | AD | 0 | 46 | 7 | 1B | 132 | 36 | 2F |
| Octal | 272 | 67 | 255 | 0 | 106 | 7 | 33 | 462 | 66 | 57 |
| Binary | 10111010 | 110111 | 10101101 | 0 | 1000110 | 111 | 11011 | 100110010 | 110110 | 101111 |
Color Harmonies of #BA37AD
Complementary color
Monochromatic Colors of #BA37AD
Black with #BA37AD
Text Example
Text Example
White with #BA37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA37AD; }
p { color: rgb(186,55,173); }
H1.HeaderClassName
{
color: #BA37AD;
}
.AnyTagClassName
{
color: #BA37AD;
}
</style>
background-color css
<style>
a { background-color: #BA37AD; }
a { background-color: rgb(186,55,173); }
div.DivClassName
{
background-color: #BA37AD;
}
.BgClassName
{
background-color: #BA37AD;
}
</style>
border-color css
<style>
span { border-color: #BA37AD; }
span { border-color: rgb(186,55,173); }
td.TdClassName
{
border-color: #BA37AD;
}
.TagClassName
{
border-color: #BA37AD;
}
</style>