Shades of Fuchsia #BB2DBD
Tints of Fuchsia #BB2DBD
RGB
CMYK
RGB Variations
Color information
#BB2DBD (or 0xBB2DBD) is known color: Fuchsia. HEX triplet: BB, 2D and BD. RGB value is (187,45,189). Sum of RGB (Red+Green+Blue) = 187+45+189=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB2DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DBD is #44D242. Grayscale: #676767. Windows color (decimal): -4510275 or 12398011. OLE color: 12398011.
HSL color Cylindrical-coordinate representation of color #BB2DBD: hue angle of 299.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2DBD is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 45 | 189 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.26 |
| HSL | 299.17º | 0.62% | 0.46% | - |
| HSV(B) | 299.17º | 0.76% | 0.74% | - |
| XYZ | 30.62 | 16.12 | 49.64 | - |
| YUV | 103.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 189 | 0.01 | 0.76 | 0 | 0.26 | 299.17 | 0.62 | 0.46 |
| Hex | BB | 2D | BD | 1 | 4C | 0 | 1A | 12B | 3E | 2E |
| Octal | 273 | 55 | 275 | 1 | 114 | 0 | 32 | 453 | 76 | 56 |
| Binary | 10111011 | 101101 | 10111101 | 1 | 1001100 | 0 | 11010 | 100101011 | 111110 | 101110 |
Color Harmonies of #BB2DBD
Complementary color
Monochromatic Colors of #BB2DBD
Black with #BB2DBD
Text Example
Text Example
White with #BB2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DBD; }
p { color: rgb(187,45,189); }
H1.HeaderClassName
{
color: #BB2DBD;
}
.AnyTagClassName
{
color: #BB2DBD;
}
</style>
background-color css
<style>
a { background-color: #BB2DBD; }
a { background-color: rgb(187,45,189); }
div.DivClassName
{
background-color: #BB2DBD;
}
.BgClassName
{
background-color: #BB2DBD;
}
</style>
border-color css
<style>
span { border-color: #BB2DBD; }
span { border-color: rgb(187,45,189); }
td.TdClassName
{
border-color: #BB2DBD;
}
.TagClassName
{
border-color: #BB2DBD;
}
</style>