Shades of Fuchsia #BA33AD
Tints of Fuchsia #BA33AD
RGB
CMYK
RGB Variations
Color information
#BA33AD (or 0xBA33AD) is known color: Fuchsia. HEX triplet: BA, 33 and AD. RGB value is (186,51,173). Sum of RGB (Red+Green+Blue) = 186+51+173=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 51 (20.31% from 255 or 12.44% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AD is #45CC52. Grayscale: #686868. Windows color (decimal): -4574291 or 11350970. OLE color: 11350970.
HSL color Cylindrical-coordinate representation of color #BA33AD: hue angle of 305.78º 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 #BA33AD is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 173 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.27 |
| HSL | 305.78º | 0.57% | 0.46% | - |
| HSV(B) | 305.78º | 0.73% | 0.73% | - |
| XYZ | 28.98 | 15.82 | 41.06 | - |
| YUV | 105.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 173 | 0 | 0.73 | 0.07 | 0.27 | 305.78 | 0.57 | 0.46 |
| Hex | BA | 33 | AD | 0 | 49 | 7 | 1B | 132 | 39 | 2E |
| Octal | 272 | 63 | 255 | 0 | 111 | 7 | 33 | 462 | 71 | 56 |
| Binary | 10111010 | 110011 | 10101101 | 0 | 1001001 | 111 | 11011 | 100110010 | 111001 | 101110 |
Color Harmonies of #BA33AD
Complementary color
Monochromatic Colors of #BA33AD
Black with #BA33AD
Text Example
Text Example
White with #BA33AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33AD; }
p { color: rgb(186,51,173); }
H1.HeaderClassName
{
color: #BA33AD;
}
.AnyTagClassName
{
color: #BA33AD;
}
</style>
background-color css
<style>
a { background-color: #BA33AD; }
a { background-color: rgb(186,51,173); }
div.DivClassName
{
background-color: #BA33AD;
}
.BgClassName
{
background-color: #BA33AD;
}
</style>
border-color css
<style>
span { border-color: #BA33AD; }
span { border-color: rgb(186,51,173); }
td.TdClassName
{
border-color: #BA33AD;
}
.TagClassName
{
border-color: #BA33AD;
}
</style>