Shades of Fuchsia #BB2CB8
Tints of Fuchsia #BB2CB8
RGB
CMYK
RGB Variations
Color information
#BB2CB8 (or 0xBB2CB8) is known color: Fuchsia. HEX triplet: BB, 2C and B8. RGB value is (187,44,184). Sum of RGB (Red+Green+Blue) = 187+44+184=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2CB8 is #44D347. Grayscale: #666666. Windows color (decimal): -4510536 or 12070075. OLE color: 12070075.
HSL color Cylindrical-coordinate representation of color #BB2CB8: hue angle of 301.26º degrees, saturation: 0.62, 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 #BB2CB8 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 184 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.27 |
| HSL | 301.26º | 0.62% | 0.45% | - |
| HSV(B) | 301.26º | 0.76% | 0.73% | - |
| XYZ | 30.05 | 15.83 | 46.82 | - |
| YUV | 102.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 184 | 0 | 0.76 | 0.02 | 0.27 | 301.26 | 0.62 | 0.45 |
| Hex | BB | 2C | B8 | 0 | 4C | 2 | 1B | 12D | 3E | 2D |
| Octal | 273 | 54 | 270 | 0 | 114 | 2 | 33 | 455 | 76 | 55 |
| Binary | 10111011 | 101100 | 10111000 | 0 | 1001100 | 10 | 11011 | 100101101 | 111110 | 101101 |
Color Harmonies of #BB2CB8
Complementary color
Monochromatic Colors of #BB2CB8
Black with #BB2CB8
Text Example
Text Example
White with #BB2CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2CB8; }
p { color: rgb(187,44,184); }
H1.HeaderClassName
{
color: #BB2CB8;
}
.AnyTagClassName
{
color: #BB2CB8;
}
</style>
background-color css
<style>
a { background-color: #BB2CB8; }
a { background-color: rgb(187,44,184); }
div.DivClassName
{
background-color: #BB2CB8;
}
.BgClassName
{
background-color: #BB2CB8;
}
</style>
border-color css
<style>
span { border-color: #BB2CB8; }
span { border-color: rgb(187,44,184); }
td.TdClassName
{
border-color: #BB2CB8;
}
.TagClassName
{
border-color: #BB2CB8;
}
</style>