Shades of Fuchsia #BB4EB8
Tints of Fuchsia #BB4EB8
RGB
CMYK
RGB Variations
Color information
#BB4EB8 (or 0xBB4EB8) is known color: Fuchsia. HEX triplet: BB, 4E and B8. RGB value is (187,78,184). Sum of RGB (Red+Green+Blue) = 187+78+184=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4EB8 is #44B147. Grayscale: #7A7A7A. Windows color (decimal): -4501832 or 12078779. OLE color: 12078779.
HSL color Cylindrical-coordinate representation of color #BB4EB8: hue angle of 301.65º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4EB8 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 184 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.27 |
| HSL | 301.65º | 0.44% | 0.52% | - |
| HSV(B) | 301.65º | 0.58% | 0.73% | - |
| XYZ | 31.87 | 19.47 | 47.43 | - |
| YUV | 122.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 184 | 0 | 0.58 | 0.02 | 0.27 | 301.65 | 0.44 | 0.52 |
| Hex | BB | 4E | B8 | 0 | 3A | 2 | 1B | 12E | 2C | 34 |
| Octal | 273 | 116 | 270 | 0 | 72 | 2 | 33 | 456 | 54 | 64 |
| Binary | 10111011 | 1001110 | 10111000 | 0 | 111010 | 10 | 11011 | 100101110 | 101100 | 110100 |
Color Harmonies of #BB4EB8
Complementary color
Monochromatic Colors of #BB4EB8
Black with #BB4EB8
Text Example
Text Example
White with #BB4EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EB8; }
p { color: rgb(187,78,184); }
H1.HeaderClassName
{
color: #BB4EB8;
}
.AnyTagClassName
{
color: #BB4EB8;
}
</style>
background-color css
<style>
a { background-color: #BB4EB8; }
a { background-color: rgb(187,78,184); }
div.DivClassName
{
background-color: #BB4EB8;
}
.BgClassName
{
background-color: #BB4EB8;
}
</style>
border-color css
<style>
span { border-color: #BB4EB8; }
span { border-color: rgb(187,78,184); }
td.TdClassName
{
border-color: #BB4EB8;
}
.TagClassName
{
border-color: #BB4EB8;
}
</style>