Shades of Fuchsia #BA36C1
Tints of Fuchsia #BA36C1
RGB
CMYK
RGB Variations
Color information
#BA36C1 (or 0xBA36C1) is known color: Fuchsia. HEX triplet: BA, 36 and C1. RGB value is (186,54,193). Sum of RGB (Red+Green+Blue) = 186+54+193=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA36C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36C1 is #45C93E. Grayscale: #6C6C6C. Windows color (decimal): -4573503 or 12662458. OLE color: 12662458.
HSL color Cylindrical-coordinate representation of color #BA36C1: hue angle of 296.98º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA36C1 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 54 | 193 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.24 |
| HSL | 296.98º | 0.56% | 0.48% | - |
| HSV(B) | 296.98º | 0.72% | 0.76% | - |
| XYZ | 31.19 | 16.93 | 52.08 | - |
| YUV | 109.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 193 | 0.04 | 0.72 | 0 | 0.24 | 296.98 | 0.56 | 0.48 |
| Hex | BA | 36 | C1 | 4 | 48 | 0 | 18 | 129 | 38 | 30 |
| Octal | 272 | 66 | 301 | 4 | 110 | 0 | 30 | 451 | 70 | 60 |
| Binary | 10111010 | 110110 | 11000001 | 100 | 1001000 | 0 | 11000 | 100101001 | 111000 | 110000 |
Color Harmonies of #BA36C1
Complementary color
Monochromatic Colors of #BA36C1
Black with #BA36C1
Text Example
Text Example
White with #BA36C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA36C1; }
p { color: rgb(186,54,193); }
H1.HeaderClassName
{
color: #BA36C1;
}
.AnyTagClassName
{
color: #BA36C1;
}
</style>
background-color css
<style>
a { background-color: #BA36C1; }
a { background-color: rgb(186,54,193); }
div.DivClassName
{
background-color: #BA36C1;
}
.BgClassName
{
background-color: #BA36C1;
}
</style>
border-color css
<style>
span { border-color: #BA36C1; }
span { border-color: rgb(186,54,193); }
td.TdClassName
{
border-color: #BA36C1;
}
.TagClassName
{
border-color: #BA36C1;
}
</style>