Shades of Fuchsia #BA33AB
Tints of Fuchsia #BA33AB
RGB
CMYK
RGB Variations
Color information
#BA33AB (or 0xBA33AB) is known color: Fuchsia. HEX triplet: BA, 33 and AB. RGB value is (186,51,171). Sum of RGB (Red+Green+Blue) = 186+51+171=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AB is #45CC54. Grayscale: #686868. Windows color (decimal): -4574293 or 11219898. OLE color: 11219898.
HSL color Cylindrical-coordinate representation of color #BA33AB: hue angle of 306.67º 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 #BA33AB is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 171 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.27 |
| HSL | 306.67º | 0.57% | 0.46% | - |
| HSV(B) | 306.67º | 0.73% | 0.73% | - |
| XYZ | 28.78 | 15.75 | 40.05 | - |
| YUV | 105.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 171 | 0 | 0.73 | 0.08 | 0.27 | 306.67 | 0.57 | 0.46 |
| Hex | BA | 33 | AB | 0 | 49 | 8 | 1B | 133 | 39 | 2E |
| Octal | 272 | 63 | 253 | 0 | 111 | 10 | 33 | 463 | 71 | 56 |
| Binary | 10111010 | 110011 | 10101011 | 0 | 1001001 | 1000 | 11011 | 100110011 | 111001 | 101110 |
Color Harmonies of #BA33AB
Complementary color
Monochromatic Colors of #BA33AB
Black with #BA33AB
Text Example
Text Example
White with #BA33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA33AB; }
p { color: rgb(186,51,171); }
H1.HeaderClassName
{
color: #BA33AB;
}
.AnyTagClassName
{
color: #BA33AB;
}
</style>
background-color css
<style>
a { background-color: #BA33AB; }
a { background-color: rgb(186,51,171); }
div.DivClassName
{
background-color: #BA33AB;
}
.BgClassName
{
background-color: #BA33AB;
}
</style>
border-color css
<style>
span { border-color: #BA33AB; }
span { border-color: rgb(186,51,171); }
td.TdClassName
{
border-color: #BA33AB;
}
.TagClassName
{
border-color: #BA33AB;
}
</style>