Shades of Fuchsia #BB2BBD
Tints of Fuchsia #BB2BBD
RGB
CMYK
RGB Variations
Color information
#BB2BBD (or 0xBB2BBD) is known color: Fuchsia. HEX triplet: BB, 2B and BD. RGB value is (187,43,189). Sum of RGB (Red+Green+Blue) = 187+43+189=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB2BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BBD is #44D442. Grayscale: #666666. Windows color (decimal): -4510787 or 12397499. OLE color: 12397499.
HSL color Cylindrical-coordinate representation of color #BB2BBD: hue angle of 299.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2BBD is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 43 | 189 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.26 |
| HSL | 299.18º | 0.63% | 0.45% | - |
| HSV(B) | 299.18º | 0.77% | 0.74% | - |
| XYZ | 30.54 | 15.97 | 49.62 | - |
| YUV | 102.7 | 176.71 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 189 | 0.01 | 0.77 | 0 | 0.26 | 299.18 | 0.63 | 0.45 |
| Hex | BB | 2B | BD | 1 | 4D | 0 | 1A | 12B | 3F | 2D |
| Octal | 273 | 53 | 275 | 1 | 115 | 0 | 32 | 453 | 77 | 55 |
| Binary | 10111011 | 101011 | 10111101 | 1 | 1001101 | 0 | 11010 | 100101011 | 111111 | 101101 |
Color Harmonies of #BB2BBD
Complementary color
Monochromatic Colors of #BB2BBD
Black with #BB2BBD
Text Example
Text Example
White with #BB2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2BBD; }
p { color: rgb(187,43,189); }
H1.HeaderClassName
{
color: #BB2BBD;
}
.AnyTagClassName
{
color: #BB2BBD;
}
</style>
background-color css
<style>
a { background-color: #BB2BBD; }
a { background-color: rgb(187,43,189); }
div.DivClassName
{
background-color: #BB2BBD;
}
.BgClassName
{
background-color: #BB2BBD;
}
</style>
border-color css
<style>
span { border-color: #BB2BBD; }
span { border-color: rgb(187,43,189); }
td.TdClassName
{
border-color: #BB2BBD;
}
.TagClassName
{
border-color: #BB2BBD;
}
</style>