Shades of Fuchsia #BA34AA
Tints of Fuchsia #BA34AA
RGB
CMYK
RGB Variations
Color information
#BA34AA (or 0xBA34AA) is known color: Fuchsia. HEX triplet: BA, 34 and AA. RGB value is (186,52,170). Sum of RGB (Red+Green+Blue) = 186+52+170=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA34AA is #45CB55. Grayscale: #696969. Windows color (decimal): -4574038 or 11154618. OLE color: 11154618.
HSL color Cylindrical-coordinate representation of color #BA34AA: hue angle of 307.16º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA34AA is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 170 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.27 |
| HSL | 307.16º | 0.56% | 0.47% | - |
| HSV(B) | 307.16º | 0.72% | 0.73% | - |
| XYZ | 28.73 | 15.8 | 39.56 | - |
| YUV | 105.52 | 164.39 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 170 | 0 | 0.72 | 0.09 | 0.27 | 307.16 | 0.56 | 0.47 |
| Hex | BA | 34 | AA | 0 | 48 | 9 | 1B | 133 | 38 | 2F |
| Octal | 272 | 64 | 252 | 0 | 110 | 11 | 33 | 463 | 70 | 57 |
| Binary | 10111010 | 110100 | 10101010 | 0 | 1001000 | 1001 | 11011 | 100110011 | 111000 | 101111 |
Color Harmonies of #BA34AA
Complementary color
Monochromatic Colors of #BA34AA
Black with #BA34AA
Text Example
Text Example
White with #BA34AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34AA; }
p { color: rgb(186,52,170); }
H1.HeaderClassName
{
color: #BA34AA;
}
.AnyTagClassName
{
color: #BA34AA;
}
</style>
background-color css
<style>
a { background-color: #BA34AA; }
a { background-color: rgb(186,52,170); }
div.DivClassName
{
background-color: #BA34AA;
}
.BgClassName
{
background-color: #BA34AA;
}
</style>
border-color css
<style>
span { border-color: #BA34AA; }
span { border-color: rgb(186,52,170); }
td.TdClassName
{
border-color: #BA34AA;
}
.TagClassName
{
border-color: #BA34AA;
}
</style>