Shades of Fuchsia #BB2DB2
Tints of Fuchsia #BB2DB2
RGB
CMYK
RGB Variations
Color information
#BB2DB2 (or 0xBB2DB2) is known color: Fuchsia. HEX triplet: BB, 2D and B2. RGB value is (187,45,178). Sum of RGB (Red+Green+Blue) = 187+45+178=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2DB2 is #44D24D. Grayscale: #666666. Windows color (decimal): -4510286 or 11677115. OLE color: 11677115.
HSL color Cylindrical-coordinate representation of color #BB2DB2: hue angle of 303.8º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2DB2 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 45 | 178 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.27 |
| HSL | 303.8º | 0.61% | 0.45% | - |
| HSV(B) | 303.8º | 0.76% | 0.73% | - |
| XYZ | 29.47 | 15.66 | 43.59 | - |
| YUV | 102.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 178 | 0 | 0.76 | 0.05 | 0.27 | 303.8 | 0.61 | 0.45 |
| Hex | BB | 2D | B2 | 0 | 4C | 5 | 1B | 130 | 3D | 2D |
| Octal | 273 | 55 | 262 | 0 | 114 | 5 | 33 | 460 | 75 | 55 |
| Binary | 10111011 | 101101 | 10110010 | 0 | 1001100 | 101 | 11011 | 100110000 | 111101 | 101101 |
Color Harmonies of #BB2DB2
Complementary color
Monochromatic Colors of #BB2DB2
Black with #BB2DB2
Text Example
Text Example
White with #BB2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DB2; }
p { color: rgb(187,45,178); }
H1.HeaderClassName
{
color: #BB2DB2;
}
.AnyTagClassName
{
color: #BB2DB2;
}
</style>
background-color css
<style>
a { background-color: #BB2DB2; }
a { background-color: rgb(187,45,178); }
div.DivClassName
{
background-color: #BB2DB2;
}
.BgClassName
{
background-color: #BB2DB2;
}
</style>
border-color css
<style>
span { border-color: #BB2DB2; }
span { border-color: rgb(187,45,178); }
td.TdClassName
{
border-color: #BB2DB2;
}
.TagClassName
{
border-color: #BB2DB2;
}
</style>