Shades of Fuchsia #BA2BBB
Tints of Fuchsia #BA2BBB
RGB
CMYK
RGB Variations
Color information
#BA2BBB (or 0xBA2BBB) is known color: Fuchsia. HEX triplet: BA, 2B and BB. RGB value is (186,43,187). Sum of RGB (Red+Green+Blue) = 186+43+187=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2BBB is #45D444. Grayscale: #656565. Windows color (decimal): -4576325 or 12266426. OLE color: 12266426.
HSL color Cylindrical-coordinate representation of color #BA2BBB: hue angle of 299.58º degrees, saturation: 0.63, 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 #BA2BBB is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 43 | 187 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.27 |
| HSL | 299.58º | 0.63% | 0.45% | - |
| HSV(B) | 299.58º | 0.77% | 0.73% | - |
| XYZ | 30.08 | 15.75 | 48.47 | - |
| YUV | 102.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 187 | 0.01 | 0.77 | 0 | 0.27 | 299.58 | 0.63 | 0.45 |
| Hex | BA | 2B | BB | 1 | 4D | 0 | 1B | 12C | 3F | 2D |
| Octal | 272 | 53 | 273 | 1 | 115 | 0 | 33 | 454 | 77 | 55 |
| Binary | 10111010 | 101011 | 10111011 | 1 | 1001101 | 0 | 11011 | 100101100 | 111111 | 101101 |
Color Harmonies of #BA2BBB
Complementary color
Monochromatic Colors of #BA2BBB
Black with #BA2BBB
Text Example
Text Example
White with #BA2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BBB; }
p { color: rgb(186,43,187); }
H1.HeaderClassName
{
color: #BA2BBB;
}
.AnyTagClassName
{
color: #BA2BBB;
}
</style>
background-color css
<style>
a { background-color: #BA2BBB; }
a { background-color: rgb(186,43,187); }
div.DivClassName
{
background-color: #BA2BBB;
}
.BgClassName
{
background-color: #BA2BBB;
}
</style>
border-color css
<style>
span { border-color: #BA2BBB; }
span { border-color: rgb(186,43,187); }
td.TdClassName
{
border-color: #BA2BBB;
}
.TagClassName
{
border-color: #BA2BBB;
}
</style>