Shades of Fuchsia #BA33AF
Tints of Fuchsia #BA33AF
RGB
CMYK
RGB Variations
Color information
#BA33AF (or 0xBA33AF) is known color: Fuchsia. HEX triplet: BA, 33 and AF. RGB value is (186,51,175). Sum of RGB (Red+Green+Blue) = 186+51+175=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AF is #45CC50. Grayscale: #696969. Windows color (decimal): -4574289 or 11482042. OLE color: 11482042.
HSL color Cylindrical-coordinate representation of color #BA33AF: hue angle of 304.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA33AF is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 175 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.27 |
| HSL | 304.89º | 0.57% | 0.46% | - |
| HSV(B) | 304.89º | 0.73% | 0.73% | - |
| XYZ | 29.17 | 15.9 | 42.09 | - |
| YUV | 105.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 175 | 0 | 0.73 | 0.06 | 0.27 | 304.89 | 0.57 | 0.46 |
| Hex | BA | 33 | AF | 0 | 49 | 6 | 1B | 131 | 39 | 2E |
| Octal | 272 | 63 | 257 | 0 | 111 | 6 | 33 | 461 | 71 | 56 |
| Binary | 10111010 | 110011 | 10101111 | 0 | 1001001 | 110 | 11011 | 100110001 | 111001 | 101110 |
Color Harmonies of #BA33AF
Complementary color
Monochromatic Colors of #BA33AF
Black with #BA33AF
Text Example
Text Example
White with #BA33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33AF; }
p { color: rgb(186,51,175); }
H1.HeaderClassName
{
color: #BA33AF;
}
.AnyTagClassName
{
color: #BA33AF;
}
</style>
background-color css
<style>
a { background-color: #BA33AF; }
a { background-color: rgb(186,51,175); }
div.DivClassName
{
background-color: #BA33AF;
}
.BgClassName
{
background-color: #BA33AF;
}
</style>
border-color css
<style>
span { border-color: #BA33AF; }
span { border-color: rgb(186,51,175); }
td.TdClassName
{
border-color: #BA33AF;
}
.TagClassName
{
border-color: #BA33AF;
}
</style>