Shades of Fuchsia #BA34AF
Tints of Fuchsia #BA34AF
RGB
CMYK
RGB Variations
Color information
#BA34AF (or 0xBA34AF) is known color: Fuchsia. HEX triplet: BA, 34 and AF. RGB value is (186,52,175). Sum of RGB (Red+Green+Blue) = 186+52+175=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA34AF is #45CB50. Grayscale: #696969. Windows color (decimal): -4574033 or 11482298. OLE color: 11482298.
HSL color Cylindrical-coordinate representation of color #BA34AF: hue angle of 304.93º 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 #BA34AF is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 175 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.27 |
| HSL | 304.93º | 0.56% | 0.47% | - |
| HSV(B) | 304.93º | 0.72% | 0.73% | - |
| XYZ | 29.22 | 15.99 | 42.1 | - |
| YUV | 106.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 175 | 0 | 0.72 | 0.06 | 0.27 | 304.93 | 0.56 | 0.47 |
| Hex | BA | 34 | AF | 0 | 48 | 6 | 1B | 131 | 38 | 2F |
| Octal | 272 | 64 | 257 | 0 | 110 | 6 | 33 | 461 | 70 | 57 |
| Binary | 10111010 | 110100 | 10101111 | 0 | 1001000 | 110 | 11011 | 100110001 | 111000 | 101111 |
Color Harmonies of #BA34AF
Complementary color
Monochromatic Colors of #BA34AF
Black with #BA34AF
Text Example
Text Example
White with #BA34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA34AF; }
p { color: rgb(186,52,175); }
H1.HeaderClassName
{
color: #BA34AF;
}
.AnyTagClassName
{
color: #BA34AF;
}
</style>
background-color css
<style>
a { background-color: #BA34AF; }
a { background-color: rgb(186,52,175); }
div.DivClassName
{
background-color: #BA34AF;
}
.BgClassName
{
background-color: #BA34AF;
}
</style>
border-color css
<style>
span { border-color: #BA34AF; }
span { border-color: rgb(186,52,175); }
td.TdClassName
{
border-color: #BA34AF;
}
.TagClassName
{
border-color: #BA34AF;
}
</style>