Shades of Fuchsia #BA36A8
Tints of Fuchsia #BA36A8
RGB
CMYK
RGB Variations
Color information
#BA36A8 (or 0xBA36A8) is known color: Fuchsia. HEX triplet: BA, 36 and A8. RGB value is (186,54,168). Sum of RGB (Red+Green+Blue) = 186+54+168=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 168 (66.02% from 255 or 41.18% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA36A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA36A8 is #45C957. Grayscale: #6A6A6A. Windows color (decimal): -4573528 or 11024058. OLE color: 11024058.
HSL color Cylindrical-coordinate representation of color #BA36A8: hue angle of 308.18º 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 #BA36A8 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 168 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.27 |
| HSL | 308.18º | 0.55% | 0.47% | - |
| HSV(B) | 308.18º | 0.71% | 0.73% | - |
| XYZ | 28.64 | 15.9 | 38.61 | - |
| YUV | 106.46 | 162.73 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 168 | 0 | 0.71 | 0.10 | 0.27 | 308.18 | 0.55 | 0.47 |
| Hex | BA | 36 | A8 | 0 | 47 | A | 1B | 134 | 37 | 2F |
| Octal | 272 | 66 | 250 | 0 | 107 | 12 | 33 | 464 | 67 | 57 |
| Binary | 10111010 | 110110 | 10101000 | 0 | 1000111 | 1010 | 11011 | 100110100 | 110111 | 101111 |
Color Harmonies of #BA36A8
Complementary color
Monochromatic Colors of #BA36A8
Black with #BA36A8
Text Example
Text Example
White with #BA36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36A8; }
p { color: rgb(186,54,168); }
H1.HeaderClassName
{
color: #BA36A8;
}
.AnyTagClassName
{
color: #BA36A8;
}
</style>
background-color css
<style>
a { background-color: #BA36A8; }
a { background-color: rgb(186,54,168); }
div.DivClassName
{
background-color: #BA36A8;
}
.BgClassName
{
background-color: #BA36A8;
}
</style>
border-color css
<style>
span { border-color: #BA36A8; }
span { border-color: rgb(186,54,168); }
td.TdClassName
{
border-color: #BA36A8;
}
.TagClassName
{
border-color: #BA36A8;
}
</style>