Shades of Fuchsia #BB2AB5
Tints of Fuchsia #BB2AB5
RGB
CMYK
RGB Variations
Color information
#BB2AB5 (or 0xBB2AB5) is known color: Fuchsia. HEX triplet: BB, 2A and B5. RGB value is (187,42,181). Sum of RGB (Red+Green+Blue) = 187+42+181=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2AB5 is #44D54A. Grayscale: #646464. Windows color (decimal): -4511051 or 11872955. OLE color: 11872955.
HSL color Cylindrical-coordinate representation of color #BB2AB5: hue angle of 302.48º 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 #BB2AB5 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 181 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.27 |
| HSL | 302.48º | 0.63% | 0.45% | - |
| HSV(B) | 302.48º | 0.78% | 0.73% | - |
| XYZ | 29.66 | 15.56 | 45.16 | - |
| YUV | 101.2 | 173.04 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 181 | 0 | 0.78 | 0.03 | 0.27 | 302.48 | 0.63 | 0.45 |
| Hex | BB | 2A | B5 | 0 | 4E | 3 | 1B | 12E | 3F | 2D |
| Octal | 273 | 52 | 265 | 0 | 116 | 3 | 33 | 456 | 77 | 55 |
| Binary | 10111011 | 101010 | 10110101 | 0 | 1001110 | 11 | 11011 | 100101110 | 111111 | 101101 |
Color Harmonies of #BB2AB5
Complementary color
Monochromatic Colors of #BB2AB5
Black with #BB2AB5
Text Example
Text Example
White with #BB2AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2AB5; }
p { color: rgb(187,42,181); }
H1.HeaderClassName
{
color: #BB2AB5;
}
.AnyTagClassName
{
color: #BB2AB5;
}
</style>
background-color css
<style>
a { background-color: #BB2AB5; }
a { background-color: rgb(187,42,181); }
div.DivClassName
{
background-color: #BB2AB5;
}
.BgClassName
{
background-color: #BB2AB5;
}
</style>
border-color css
<style>
span { border-color: #BB2AB5; }
span { border-color: rgb(187,42,181); }
td.TdClassName
{
border-color: #BB2AB5;
}
.TagClassName
{
border-color: #BB2AB5;
}
</style>