Shades of Fuchsia #BA4BAA
Tints of Fuchsia #BA4BAA
RGB
CMYK
RGB Variations
Color information
#BA4BAA (or 0xBA4BAA) is known color: Fuchsia. HEX triplet: BA, 4B and AA. RGB value is (186,75,170). Sum of RGB (Red+Green+Blue) = 186+75+170=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAA is #45B455. Grayscale: #767676. Windows color (decimal): -4568150 or 11160506. OLE color: 11160506.
HSL color Cylindrical-coordinate representation of color #BA4BAA: hue angle of 308.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4BAA is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 75 | 170 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.27 |
| HSL | 308.65º | 0.45% | 0.51% | - |
| HSV(B) | 308.65º | 0.6% | 0.73% | - |
| XYZ | 30.02 | 18.37 | 39.99 | - |
| YUV | 119.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 75 | 170 | 0 | 0.60 | 0.09 | 0.27 | 308.65 | 0.45 | 0.51 |
| Hex | BA | 4B | AA | 0 | 3C | 9 | 1B | 135 | 2D | 33 |
| Octal | 272 | 113 | 252 | 0 | 74 | 11 | 33 | 465 | 55 | 63 |
| Binary | 10111010 | 1001011 | 10101010 | 0 | 111100 | 1001 | 11011 | 100110101 | 101101 | 110011 |
Color Harmonies of #BA4BAA
Complementary color
Monochromatic Colors of #BA4BAA
Black with #BA4BAA
Text Example
Text Example
White with #BA4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4BAA; }
p { color: rgb(186,75,170); }
H1.HeaderClassName
{
color: #BA4BAA;
}
.AnyTagClassName
{
color: #BA4BAA;
}
</style>
background-color css
<style>
a { background-color: #BA4BAA; }
a { background-color: rgb(186,75,170); }
div.DivClassName
{
background-color: #BA4BAA;
}
.BgClassName
{
background-color: #BA4BAA;
}
</style>
border-color css
<style>
span { border-color: #BA4BAA; }
span { border-color: rgb(186,75,170); }
td.TdClassName
{
border-color: #BA4BAA;
}
.TagClassName
{
border-color: #BA4BAA;
}
</style>