Shades of Fuchsia #BB2AB0
Tints of Fuchsia #BB2AB0
RGB
CMYK
RGB Variations
Color information
#BB2AB0 (or 0xBB2AB0) is known color: Fuchsia. HEX triplet: BB, 2A and B0. RGB value is (187,42,176). Sum of RGB (Red+Green+Blue) = 187+42+176=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AB0 is #44D54F. Grayscale: #646464. Windows color (decimal): -4511056 or 11545275. OLE color: 11545275.
HSL color Cylindrical-coordinate representation of color #BB2AB0: hue angle of 304.55º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2AB0 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 176 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.27 |
| HSL | 304.55º | 0.63% | 0.45% | - |
| HSV(B) | 304.55º | 0.78% | 0.73% | - |
| XYZ | 29.16 | 15.36 | 42.5 | - |
| YUV | 100.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 176 | 0 | 0.78 | 0.06 | 0.27 | 304.55 | 0.63 | 0.45 |
| Hex | BB | 2A | B0 | 0 | 4E | 6 | 1B | 131 | 3F | 2D |
| Octal | 273 | 52 | 260 | 0 | 116 | 6 | 33 | 461 | 77 | 55 |
| Binary | 10111011 | 101010 | 10110000 | 0 | 1001110 | 110 | 11011 | 100110001 | 111111 | 101101 |
Color Harmonies of #BB2AB0
Complementary color
Monochromatic Colors of #BB2AB0
Black with #BB2AB0
Text Example
Text Example
White with #BB2AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2AB0; }
p { color: rgb(187,42,176); }
H1.HeaderClassName
{
color: #BB2AB0;
}
.AnyTagClassName
{
color: #BB2AB0;
}
</style>
background-color css
<style>
a { background-color: #BB2AB0; }
a { background-color: rgb(187,42,176); }
div.DivClassName
{
background-color: #BB2AB0;
}
.BgClassName
{
background-color: #BB2AB0;
}
</style>
border-color css
<style>
span { border-color: #BB2AB0; }
span { border-color: rgb(187,42,176); }
td.TdClassName
{
border-color: #BB2AB0;
}
.TagClassName
{
border-color: #BB2AB0;
}
</style>