Shades of Fuchsia #BA4DB3
Tints of Fuchsia #BA4DB3
RGB
CMYK
RGB Variations
Color information
#BA4DB3 (or 0xBA4DB3) is known color: Fuchsia. HEX triplet: BA, 4D and B3. RGB value is (186,77,179). Sum of RGB (Red+Green+Blue) = 186+77+179=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DB3 is #45B24C. Grayscale: #787878. Windows color (decimal): -4567629 or 11750842. OLE color: 11750842.
HSL color Cylindrical-coordinate representation of color #BA4DB3: hue angle of 303.85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4DB3 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 77 | 179 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.27 |
| HSL | 303.85º | 0.44% | 0.52% | - |
| HSV(B) | 303.85º | 0.59% | 0.73% | - |
| XYZ | 31.04 | 19 | 44.68 | - |
| YUV | 121.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 77 | 179 | 0 | 0.59 | 0.04 | 0.27 | 303.85 | 0.44 | 0.52 |
| Hex | BA | 4D | B3 | 0 | 3B | 4 | 1B | 130 | 2C | 34 |
| Octal | 272 | 115 | 263 | 0 | 73 | 4 | 33 | 460 | 54 | 64 |
| Binary | 10111010 | 1001101 | 10110011 | 0 | 111011 | 100 | 11011 | 100110000 | 101100 | 110100 |
Color Harmonies of #BA4DB3
Complementary color
Monochromatic Colors of #BA4DB3
Black with #BA4DB3
Text Example
Text Example
White with #BA4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4DB3; }
p { color: rgb(186,77,179); }
H1.HeaderClassName
{
color: #BA4DB3;
}
.AnyTagClassName
{
color: #BA4DB3;
}
</style>
background-color css
<style>
a { background-color: #BA4DB3; }
a { background-color: rgb(186,77,179); }
div.DivClassName
{
background-color: #BA4DB3;
}
.BgClassName
{
background-color: #BA4DB3;
}
</style>
border-color css
<style>
span { border-color: #BA4DB3; }
span { border-color: rgb(186,77,179); }
td.TdClassName
{
border-color: #BA4DB3;
}
.TagClassName
{
border-color: #BA4DB3;
}
</style>