Shades of Fuchsia #BA42B9
Tints of Fuchsia #BA42B9
RGB
CMYK
RGB Variations
Color information
#BA42B9 (or 0xBA42B9) is known color: Fuchsia. HEX triplet: BA, 42 and B9. RGB value is (186,66,185). Sum of RGB (Red+Green+Blue) = 186+66+185=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA42B9 is #45BD46. Grayscale: #737373. Windows color (decimal): -4570439 or 12141242. OLE color: 12141242.
HSL color Cylindrical-coordinate representation of color #BA42B9: hue angle of 300.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 #BA42B9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 185 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.27 |
| HSL | 300.5º | 0.48% | 0.49% | - |
| HSV(B) | 300.5º | 0.65% | 0.73% | - |
| XYZ | 30.95 | 17.84 | 47.71 | - |
| YUV | 115.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 185 | 0 | 0.65 | 0.01 | 0.27 | 300.5 | 0.48 | 0.49 |
| Hex | BA | 42 | B9 | 0 | 41 | 1 | 1B | 12C | 30 | 31 |
| Octal | 272 | 102 | 271 | 0 | 101 | 1 | 33 | 454 | 60 | 61 |
| Binary | 10111010 | 1000010 | 10111001 | 0 | 1000001 | 1 | 11011 | 100101100 | 110000 | 110001 |
Color Harmonies of #BA42B9
Complementary color
Monochromatic Colors of #BA42B9
Black with #BA42B9
Text Example
Text Example
White with #BA42B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA42B9; }
p { color: rgb(186,66,185); }
H1.HeaderClassName
{
color: #BA42B9;
}
.AnyTagClassName
{
color: #BA42B9;
}
</style>
background-color css
<style>
a { background-color: #BA42B9; }
a { background-color: rgb(186,66,185); }
div.DivClassName
{
background-color: #BA42B9;
}
.BgClassName
{
background-color: #BA42B9;
}
</style>
border-color css
<style>
span { border-color: #BA42B9; }
span { border-color: rgb(186,66,185); }
td.TdClassName
{
border-color: #BA42B9;
}
.TagClassName
{
border-color: #BA42B9;
}
</style>