Shades of Fuchsia #BB4AB8
Tints of Fuchsia #BB4AB8
RGB
CMYK
RGB Variations
Color information
#BB4AB8 (or 0xBB4AB8) is known color: Fuchsia. HEX triplet: BB, 4A and B8. RGB value is (187,74,184). Sum of RGB (Red+Green+Blue) = 187+74+184=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB4AB8 is #44B547. Grayscale: #777777. Windows color (decimal): -4502856 or 12077755. OLE color: 12077755.
HSL color Cylindrical-coordinate representation of color #BB4AB8: hue angle of 301.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4AB8 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 184 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.27 |
| HSL | 301.59º | 0.45% | 0.51% | - |
| HSV(B) | 301.59º | 0.6% | 0.73% | - |
| XYZ | 31.59 | 18.92 | 47.33 | - |
| YUV | 120.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 184 | 0 | 0.60 | 0.02 | 0.27 | 301.59 | 0.45 | 0.51 |
| Hex | BB | 4A | B8 | 0 | 3C | 2 | 1B | 12E | 2D | 33 |
| Octal | 273 | 112 | 270 | 0 | 74 | 2 | 33 | 456 | 55 | 63 |
| Binary | 10111011 | 1001010 | 10111000 | 0 | 111100 | 10 | 11011 | 100101110 | 101101 | 110011 |
Color Harmonies of #BB4AB8
Complementary color
Monochromatic Colors of #BB4AB8
Black with #BB4AB8
Text Example
Text Example
White with #BB4AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AB8; }
p { color: rgb(187,74,184); }
H1.HeaderClassName
{
color: #BB4AB8;
}
.AnyTagClassName
{
color: #BB4AB8;
}
</style>
background-color css
<style>
a { background-color: #BB4AB8; }
a { background-color: rgb(187,74,184); }
div.DivClassName
{
background-color: #BB4AB8;
}
.BgClassName
{
background-color: #BB4AB8;
}
</style>
border-color css
<style>
span { border-color: #BB4AB8; }
span { border-color: rgb(187,74,184); }
td.TdClassName
{
border-color: #BB4AB8;
}
.TagClassName
{
border-color: #BB4AB8;
}
</style>