Shades of Fuchsia #BA29C0
Tints of Fuchsia #BA29C0
RGB
CMYK
RGB Variations
Color information
#BA29C0 (or 0xBA29C0) is known color: Fuchsia. HEX triplet: BA, 29 and C0. RGB value is (186,41,192). Sum of RGB (Red+Green+Blue) = 186+41+192=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA29C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA29C0 is #45D63F. Grayscale: #656565. Windows color (decimal): -4576832 or 12593594. OLE color: 12593594.
HSL color Cylindrical-coordinate representation of color #BA29C0: hue angle of 297.62º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA29C0 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 41 | 192 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.25 |
| HSL | 297.62º | 0.65% | 0.46% | - |
| HSV(B) | 297.62º | 0.79% | 0.75% | - |
| XYZ | 30.56 | 15.83 | 51.31 | - |
| YUV | 101.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 192 | 0.03 | 0.79 | 0 | 0.25 | 297.62 | 0.65 | 0.46 |
| Hex | BA | 29 | C0 | 3 | 4F | 0 | 19 | 12A | 41 | 2E |
| Octal | 272 | 51 | 300 | 3 | 117 | 0 | 31 | 452 | 101 | 56 |
| Binary | 10111010 | 101001 | 11000000 | 11 | 1001111 | 0 | 11001 | 100101010 | 1000001 | 101110 |
Color Harmonies of #BA29C0
Complementary color
Monochromatic Colors of #BA29C0
Black with #BA29C0
Text Example
Text Example
White with #BA29C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29C0; }
p { color: rgb(186,41,192); }
H1.HeaderClassName
{
color: #BA29C0;
}
.AnyTagClassName
{
color: #BA29C0;
}
</style>
background-color css
<style>
a { background-color: #BA29C0; }
a { background-color: rgb(186,41,192); }
div.DivClassName
{
background-color: #BA29C0;
}
.BgClassName
{
background-color: #BA29C0;
}
</style>
border-color css
<style>
span { border-color: #BA29C0; }
span { border-color: rgb(186,41,192); }
td.TdClassName
{
border-color: #BA29C0;
}
.TagClassName
{
border-color: #BA29C0;
}
</style>