Shades of Fuchsia #BA36C9
Tints of Fuchsia #BA36C9
RGB
CMYK
RGB Variations
Color information
#BA36C9 (or 0xBA36C9) is known color: Fuchsia. HEX triplet: BA, 36 and C9. RGB value is (186,54,201). Sum of RGB (Red+Green+Blue) = 186+54+201=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA36C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36C9 is #45C936. Grayscale: #6D6D6D. Windows color (decimal): -4573495 or 13186746. OLE color: 13186746.
HSL color Cylindrical-coordinate representation of color #BA36C9: hue angle of 293.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA36C9 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 54 | 201 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.21 |
| HSL | 293.88º | 0.58% | 0.5% | - |
| HSV(B) | 293.88º | 0.73% | 0.79% | - |
| XYZ | 32.11 | 17.29 | 56.9 | - |
| YUV | 110.23 | 179.23 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 201 | 0.07 | 0.73 | 0 | 0.21 | 293.88 | 0.58 | 0.5 |
| Hex | BA | 36 | C9 | 7 | 49 | 0 | 15 | 126 | 3A | 32 |
| Octal | 272 | 66 | 311 | 7 | 111 | 0 | 25 | 446 | 72 | 62 |
| Binary | 10111010 | 110110 | 11001001 | 111 | 1001001 | 0 | 10101 | 100100110 | 111010 | 110010 |
Color Harmonies of #BA36C9
Complementary color
Monochromatic Colors of #BA36C9
Black with #BA36C9
Text Example
Text Example
White with #BA36C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36C9; }
p { color: rgb(186,54,201); }
H1.HeaderClassName
{
color: #BA36C9;
}
.AnyTagClassName
{
color: #BA36C9;
}
</style>
background-color css
<style>
a { background-color: #BA36C9; }
a { background-color: rgb(186,54,201); }
div.DivClassName
{
background-color: #BA36C9;
}
.BgClassName
{
background-color: #BA36C9;
}
</style>
border-color css
<style>
span { border-color: #BA36C9; }
span { border-color: rgb(186,54,201); }
td.TdClassName
{
border-color: #BA36C9;
}
.TagClassName
{
border-color: #BA36C9;
}
</style>