Shades of Fuchsia #BA42B0
Tints of Fuchsia #BA42B0
RGB
CMYK
RGB Variations
Color information
#BA42B0 (or 0xBA42B0) is known color: Fuchsia. HEX triplet: BA, 42 and B0. RGB value is (186,66,176). Sum of RGB (Red+Green+Blue) = 186+66+176=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42B0 is #45BD4F. Grayscale: #727272. Windows color (decimal): -4570448 or 11551418. OLE color: 11551418.
HSL color Cylindrical-coordinate representation of color #BA42B0: hue angle of 305º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42B0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 176 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.27 |
| HSL | 305º | 0.48% | 0.49% | - |
| HSV(B) | 305º | 0.65% | 0.73% | - |
| XYZ | 30.03 | 17.47 | 42.86 | - |
| YUV | 114.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 176 | 0 | 0.65 | 0.05 | 0.27 | 305 | 0.48 | 0.49 |
| Hex | BA | 42 | B0 | 0 | 41 | 5 | 1B | 131 | 30 | 31 |
| Octal | 272 | 102 | 260 | 0 | 101 | 5 | 33 | 461 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10110000 | 0 | 1000001 | 101 | 11011 | 100110001 | 110000 | 110001 |
Color Harmonies of #BA42B0
Complementary color
Monochromatic Colors of #BA42B0
Black with #BA42B0
Text Example
Text Example
White with #BA42B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42B0; }
p { color: rgb(186,66,176); }
H1.HeaderClassName
{
color: #BA42B0;
}
.AnyTagClassName
{
color: #BA42B0;
}
</style>
background-color css
<style>
a { background-color: #BA42B0; }
a { background-color: rgb(186,66,176); }
div.DivClassName
{
background-color: #BA42B0;
}
.BgClassName
{
background-color: #BA42B0;
}
</style>
border-color css
<style>
span { border-color: #BA42B0; }
span { border-color: rgb(186,66,176); }
td.TdClassName
{
border-color: #BA42B0;
}
.TagClassName
{
border-color: #BA42B0;
}
</style>