Shades of Fuchsia #BA42BA
Tints of Fuchsia #BA42BA
RGB
CMYK
RGB Variations
Color information
#BA42BA (or 0xBA42BA) is known color: Fuchsia. HEX triplet: BA, 42 and BA. RGB value is (186,66,186). Sum of RGB (Red+Green+Blue) = 186+66+186=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42BA is #45BD45. Grayscale: #737373. Windows color (decimal): -4570438 or 12206778. OLE color: 12206778.
HSL color Cylindrical-coordinate representation of color #BA42BA: hue angle of 300º 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 #BA42BA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 186 | - |
| CMYK | 0 | 0.65 | 0 | 0.27 |
| HSL | 300º | 0.48% | 0.49% | - |
| HSV(B) | 300º | 0.65% | 0.73% | - |
| XYZ | 31.06 | 17.88 | 48.27 | - |
| YUV | 115.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 186 | 0 | 0.65 | 0 | 0.27 | 300 | 0.48 | 0.49 |
| Hex | BA | 42 | BA | 0 | 41 | 0 | 1B | 12C | 30 | 31 |
| Octal | 272 | 102 | 272 | 0 | 101 | 0 | 33 | 454 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10111010 | 0 | 1000001 | 0 | 11011 | 100101100 | 110000 | 110001 |
Color Harmonies of #BA42BA
Complementary color
Monochromatic Colors of #BA42BA
Black with #BA42BA
Text Example
Text Example
White with #BA42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42BA; }
p { color: rgb(186,66,186); }
H1.HeaderClassName
{
color: #BA42BA;
}
.AnyTagClassName
{
color: #BA42BA;
}
</style>
background-color css
<style>
a { background-color: #BA42BA; }
a { background-color: rgb(186,66,186); }
div.DivClassName
{
background-color: #BA42BA;
}
.BgClassName
{
background-color: #BA42BA;
}
</style>
border-color css
<style>
span { border-color: #BA42BA; }
span { border-color: rgb(186,66,186); }
td.TdClassName
{
border-color: #BA42BA;
}
.TagClassName
{
border-color: #BA42BA;
}
</style>