Shades of Fuchsia #BB2AB1
Tints of Fuchsia #BB2AB1
RGB
CMYK
RGB Variations
Color information
#BB2AB1 (or 0xBB2AB1) is known color: Fuchsia. HEX triplet: BB, 2A and B1. RGB value is (187,42,177). Sum of RGB (Red+Green+Blue) = 187+42+177=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AB1 is #44D54E. Grayscale: #646464. Windows color (decimal): -4511055 or 11610811. OLE color: 11610811.
HSL color Cylindrical-coordinate representation of color #BB2AB1: hue angle of 304.14º 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 #BB2AB1 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 177 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.27 |
| HSL | 304.14º | 0.63% | 0.45% | - |
| HSV(B) | 304.14º | 0.78% | 0.73% | - |
| XYZ | 29.26 | 15.4 | 43.02 | - |
| YUV | 100.75 | 171.04 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 177 | 0 | 0.78 | 0.05 | 0.27 | 304.14 | 0.63 | 0.45 |
| Hex | BB | 2A | B1 | 0 | 4E | 5 | 1B | 130 | 3F | 2D |
| Octal | 273 | 52 | 261 | 0 | 116 | 5 | 33 | 460 | 77 | 55 |
| Binary | 10111011 | 101010 | 10110001 | 0 | 1001110 | 101 | 11011 | 100110000 | 111111 | 101101 |
Color Harmonies of #BB2AB1
Complementary color
Monochromatic Colors of #BB2AB1
Black with #BB2AB1
Text Example
Text Example
White with #BB2AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2AB1; }
p { color: rgb(187,42,177); }
H1.HeaderClassName
{
color: #BB2AB1;
}
.AnyTagClassName
{
color: #BB2AB1;
}
</style>
background-color css
<style>
a { background-color: #BB2AB1; }
a { background-color: rgb(187,42,177); }
div.DivClassName
{
background-color: #BB2AB1;
}
.BgClassName
{
background-color: #BB2AB1;
}
</style>
border-color css
<style>
span { border-color: #BB2AB1; }
span { border-color: rgb(187,42,177); }
td.TdClassName
{
border-color: #BB2AB1;
}
.TagClassName
{
border-color: #BB2AB1;
}
</style>