Shades of Fuchsia #BA3CB0
Tints of Fuchsia #BA3CB0
RGB
CMYK
RGB Variations
Color information
#BA3CB0 (or 0xBA3CB0) is known color: Fuchsia. HEX triplet: BA, 3C and B0. RGB value is (186,60,176). Sum of RGB (Red+Green+Blue) = 186+60+176=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3CB0 is #45C34F. Grayscale: #6E6E6E. Windows color (decimal): -4571984 or 11549882. OLE color: 11549882.
HSL color Cylindrical-coordinate representation of color #BA3CB0: hue angle of 304.76º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3CB0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 176 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.27 |
| HSL | 304.76º | 0.51% | 0.48% | - |
| HSV(B) | 304.76º | 0.68% | 0.73% | - |
| XYZ | 29.7 | 16.81 | 42.75 | - |
| YUV | 110.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 176 | 0 | 0.68 | 0.05 | 0.27 | 304.76 | 0.51 | 0.48 |
| Hex | BA | 3C | B0 | 0 | 44 | 5 | 1B | 131 | 33 | 30 |
| Octal | 272 | 74 | 260 | 0 | 104 | 5 | 33 | 461 | 63 | 60 |
| Binary | 10111010 | 111100 | 10110000 | 0 | 1000100 | 101 | 11011 | 100110001 | 110011 | 110000 |
Color Harmonies of #BA3CB0
Complementary color
Monochromatic Colors of #BA3CB0
Black with #BA3CB0
Text Example
Text Example
White with #BA3CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3CB0; }
p { color: rgb(186,60,176); }
H1.HeaderClassName
{
color: #BA3CB0;
}
.AnyTagClassName
{
color: #BA3CB0;
}
</style>
background-color css
<style>
a { background-color: #BA3CB0; }
a { background-color: rgb(186,60,176); }
div.DivClassName
{
background-color: #BA3CB0;
}
.BgClassName
{
background-color: #BA3CB0;
}
</style>
border-color css
<style>
span { border-color: #BA3CB0; }
span { border-color: rgb(186,60,176); }
td.TdClassName
{
border-color: #BA3CB0;
}
.TagClassName
{
border-color: #BA3CB0;
}
</style>