Shades of Fuchsia #BA4DC2
Tints of Fuchsia #BA4DC2
RGB
CMYK
RGB Variations
Color information
#BA4DC2 (or 0xBA4DC2) is known color: Fuchsia. HEX triplet: BA, 4D and C2. RGB value is (186,77,194). Sum of RGB (Red+Green+Blue) = 186+77+194=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC2 is #45B23D. Grayscale: #7A7A7A. Windows color (decimal): -4567614 or 12733882. OLE color: 12733882.
HSL color Cylindrical-coordinate representation of color #BA4DC2: hue angle of 295.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4DC2 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 77 | 194 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.24 |
| HSL | 295.9º | 0.49% | 0.53% | - |
| HSV(B) | 295.9º | 0.6% | 0.76% | - |
| XYZ | 32.64 | 19.64 | 53.11 | - |
| YUV | 122.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 194 | 0.04 | 0.60 | 0 | 0.24 | 295.9 | 0.49 | 0.53 |
| Hex | BA | 4D | C2 | 4 | 3C | 0 | 18 | 128 | 31 | 35 |
| Octal | 272 | 115 | 302 | 4 | 74 | 0 | 30 | 450 | 61 | 65 |
| Binary | 10111010 | 1001101 | 11000010 | 100 | 111100 | 0 | 11000 | 100101000 | 110001 | 110101 |
Color Harmonies of #BA4DC2
Complementary color
Monochromatic Colors of #BA4DC2
Black with #BA4DC2
Text Example
Text Example
White with #BA4DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DC2; }
p { color: rgb(186,77,194); }
H1.HeaderClassName
{
color: #BA4DC2;
}
.AnyTagClassName
{
color: #BA4DC2;
}
</style>
background-color css
<style>
a { background-color: #BA4DC2; }
a { background-color: rgb(186,77,194); }
div.DivClassName
{
background-color: #BA4DC2;
}
.BgClassName
{
background-color: #BA4DC2;
}
</style>
border-color css
<style>
span { border-color: #BA4DC2; }
span { border-color: rgb(186,77,194); }
td.TdClassName
{
border-color: #BA4DC2;
}
.TagClassName
{
border-color: #BA4DC2;
}
</style>