Shades of Fuchsia #BA42B7
Tints of Fuchsia #BA42B7
RGB
CMYK
RGB Variations
Color information
#BA42B7 (or 0xBA42B7) is known color: Fuchsia. HEX triplet: BA, 42 and B7. RGB value is (186,66,183). Sum of RGB (Red+Green+Blue) = 186+66+183=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42B7 is #45BD48. Grayscale: #727272. Windows color (decimal): -4570441 or 12010170. OLE color: 12010170.
HSL color Cylindrical-coordinate representation of color #BA42B7: hue angle of 301.5º 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 #BA42B7 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 183 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.27 |
| HSL | 301.5º | 0.48% | 0.49% | - |
| HSV(B) | 301.5º | 0.65% | 0.73% | - |
| XYZ | 30.75 | 17.75 | 46.61 | - |
| YUV | 115.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 183 | 0 | 0.65 | 0.02 | 0.27 | 301.5 | 0.48 | 0.49 |
| Hex | BA | 42 | B7 | 0 | 41 | 2 | 1B | 12E | 30 | 31 |
| Octal | 272 | 102 | 267 | 0 | 101 | 2 | 33 | 456 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10110111 | 0 | 1000001 | 10 | 11011 | 100101110 | 110000 | 110001 |
Color Harmonies of #BA42B7
Complementary color
Monochromatic Colors of #BA42B7
Black with #BA42B7
Text Example
Text Example
White with #BA42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42B7; }
p { color: rgb(186,66,183); }
H1.HeaderClassName
{
color: #BA42B7;
}
.AnyTagClassName
{
color: #BA42B7;
}
</style>
background-color css
<style>
a { background-color: #BA42B7; }
a { background-color: rgb(186,66,183); }
div.DivClassName
{
background-color: #BA42B7;
}
.BgClassName
{
background-color: #BA42B7;
}
</style>
border-color css
<style>
span { border-color: #BA42B7; }
span { border-color: rgb(186,66,183); }
td.TdClassName
{
border-color: #BA42B7;
}
.TagClassName
{
border-color: #BA42B7;
}
</style>