Shades of Fuchsia #BA2BB8
Tints of Fuchsia #BA2BB8
RGB
CMYK
RGB Variations
Color information
#BA2BB8 (or 0xBA2BB8) is known color: Fuchsia. HEX triplet: BA, 2B and B8. RGB value is (186,43,184). Sum of RGB (Red+Green+Blue) = 186+43+184=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 184 (72.27% from 255 or 44.55% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BB8 is #45D447. Grayscale: #656565. Windows color (decimal): -4576328 or 12069818. OLE color: 12069818.
HSL color Cylindrical-coordinate representation of color #BA2BB8: hue angle of 300.84º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BB8 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 184 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.27 |
| HSL | 300.84º | 0.62% | 0.45% | - |
| HSV(B) | 300.84º | 0.77% | 0.73% | - |
| XYZ | 29.77 | 15.63 | 46.8 | - |
| YUV | 101.83 | 174.38 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 184 | 0 | 0.77 | 0.01 | 0.27 | 300.84 | 0.62 | 0.45 |
| Hex | BA | 2B | B8 | 0 | 4D | 1 | 1B | 12D | 3E | 2D |
| Octal | 272 | 53 | 270 | 0 | 115 | 1 | 33 | 455 | 76 | 55 |
| Binary | 10111010 | 101011 | 10111000 | 0 | 1001101 | 1 | 11011 | 100101101 | 111110 | 101101 |
Color Harmonies of #BA2BB8
Complementary color
Monochromatic Colors of #BA2BB8
Black with #BA2BB8
Text Example
Text Example
White with #BA2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BB8; }
p { color: rgb(186,43,184); }
H1.HeaderClassName
{
color: #BA2BB8;
}
.AnyTagClassName
{
color: #BA2BB8;
}
</style>
background-color css
<style>
a { background-color: #BA2BB8; }
a { background-color: rgb(186,43,184); }
div.DivClassName
{
background-color: #BA2BB8;
}
.BgClassName
{
background-color: #BA2BB8;
}
</style>
border-color css
<style>
span { border-color: #BA2BB8; }
span { border-color: rgb(186,43,184); }
td.TdClassName
{
border-color: #BA2BB8;
}
.TagClassName
{
border-color: #BA2BB8;
}
</style>