Shades of Fuchsia #BA42BD
Tints of Fuchsia #BA42BD
RGB
CMYK
RGB Variations
Color information
#BA42BD (or 0xBA42BD) is known color: Fuchsia. HEX triplet: BA, 42 and BD. RGB value is (186,66,189). Sum of RGB (Red+Green+Blue) = 186+66+189=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA42BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42BD is #45BD42. Grayscale: #737373. Windows color (decimal): -4570435 or 12403386. OLE color: 12403386.
HSL color Cylindrical-coordinate representation of color #BA42BD: hue angle of 298.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA42BD is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 66 | 189 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.26 |
| HSL | 298.54º | 0.48% | 0.5% | - |
| HSV(B) | 298.54º | 0.65% | 0.74% | - |
| XYZ | 31.38 | 18.01 | 49.97 | - |
| YUV | 115.9 | 169.26 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 189 | 0.02 | 0.65 | 0 | 0.26 | 298.54 | 0.48 | 0.5 |
| Hex | BA | 42 | BD | 2 | 41 | 0 | 1A | 12B | 30 | 32 |
| Octal | 272 | 102 | 275 | 2 | 101 | 0 | 32 | 453 | 60 | 62 |
| Binary | 10111010 | 1000010 | 10111101 | 10 | 1000001 | 0 | 11010 | 100101011 | 110000 | 110010 |
Color Harmonies of #BA42BD
Complementary color
Monochromatic Colors of #BA42BD
Black with #BA42BD
Text Example
Text Example
White with #BA42BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42BD; }
p { color: rgb(186,66,189); }
H1.HeaderClassName
{
color: #BA42BD;
}
.AnyTagClassName
{
color: #BA42BD;
}
</style>
background-color css
<style>
a { background-color: #BA42BD; }
a { background-color: rgb(186,66,189); }
div.DivClassName
{
background-color: #BA42BD;
}
.BgClassName
{
background-color: #BA42BD;
}
</style>
border-color css
<style>
span { border-color: #BA42BD; }
span { border-color: rgb(186,66,189); }
td.TdClassName
{
border-color: #BA42BD;
}
.TagClassName
{
border-color: #BA42BD;
}
</style>