Shades of Fuchsia #BA36AB
Tints of Fuchsia #BA36AB
RGB
CMYK
RGB Variations
Color information
#BA36AB (or 0xBA36AB) is known color: Fuchsia. HEX triplet: BA, 36 and AB. RGB value is (186,54,171). Sum of RGB (Red+Green+Blue) = 186+54+171=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36AB is #45C954. Grayscale: #6A6A6A. Windows color (decimal): -4573525 or 11220666. OLE color: 11220666.
HSL color Cylindrical-coordinate representation of color #BA36AB: hue angle of 306.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA36AB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 171 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.27 |
| HSL | 306.82º | 0.55% | 0.47% | - |
| HSV(B) | 306.82º | 0.71% | 0.73% | - |
| XYZ | 28.92 | 16.02 | 40.1 | - |
| YUV | 106.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 171 | 0 | 0.71 | 0.08 | 0.27 | 306.82 | 0.55 | 0.47 |
| Hex | BA | 36 | AB | 0 | 47 | 8 | 1B | 133 | 37 | 2F |
| Octal | 272 | 66 | 253 | 0 | 107 | 10 | 33 | 463 | 67 | 57 |
| Binary | 10111010 | 110110 | 10101011 | 0 | 1000111 | 1000 | 11011 | 100110011 | 110111 | 101111 |
Color Harmonies of #BA36AB
Complementary color
Monochromatic Colors of #BA36AB
Black with #BA36AB
Text Example
Text Example
White with #BA36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36AB; }
p { color: rgb(186,54,171); }
H1.HeaderClassName
{
color: #BA36AB;
}
.AnyTagClassName
{
color: #BA36AB;
}
</style>
background-color css
<style>
a { background-color: #BA36AB; }
a { background-color: rgb(186,54,171); }
div.DivClassName
{
background-color: #BA36AB;
}
.BgClassName
{
background-color: #BA36AB;
}
</style>
border-color css
<style>
span { border-color: #BA36AB; }
span { border-color: rgb(186,54,171); }
td.TdClassName
{
border-color: #BA36AB;
}
.TagClassName
{
border-color: #BA36AB;
}
</style>