Shades of Fuchsia #BA30AD
Tints of Fuchsia #BA30AD
RGB
CMYK
RGB Variations
Color information
#BA30AD (or 0xBA30AD) is known color: Fuchsia. HEX triplet: BA, 30 and AD. RGB value is (186,48,173). Sum of RGB (Red+Green+Blue) = 186+48+173=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA30AD is #45CF52. Grayscale: #676767. Windows color (decimal): -4575059 or 11350202. OLE color: 11350202.
HSL color Cylindrical-coordinate representation of color #BA30AD: hue angle of 305.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA30AD is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 48 | 173 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.27 |
| HSL | 305.65º | 0.59% | 0.46% | - |
| HSV(B) | 305.65º | 0.74% | 0.73% | - |
| XYZ | 28.85 | 15.57 | 41.02 | - |
| YUV | 103.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 173 | 0 | 0.74 | 0.07 | 0.27 | 305.65 | 0.59 | 0.46 |
| Hex | BA | 30 | AD | 0 | 4A | 7 | 1B | 132 | 3B | 2E |
| Octal | 272 | 60 | 255 | 0 | 112 | 7 | 33 | 462 | 73 | 56 |
| Binary | 10111010 | 110000 | 10101101 | 0 | 1001010 | 111 | 11011 | 100110010 | 111011 | 101110 |
Color Harmonies of #BA30AD
Complementary color
Monochromatic Colors of #BA30AD
Black with #BA30AD
Text Example
Text Example
White with #BA30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30AD; }
p { color: rgb(186,48,173); }
H1.HeaderClassName
{
color: #BA30AD;
}
.AnyTagClassName
{
color: #BA30AD;
}
</style>
background-color css
<style>
a { background-color: #BA30AD; }
a { background-color: rgb(186,48,173); }
div.DivClassName
{
background-color: #BA30AD;
}
.BgClassName
{
background-color: #BA30AD;
}
</style>
border-color css
<style>
span { border-color: #BA30AD; }
span { border-color: rgb(186,48,173); }
td.TdClassName
{
border-color: #BA30AD;
}
.TagClassName
{
border-color: #BA30AD;
}
</style>