Shades of Fuchsia #BB4CAC
Tints of Fuchsia #BB4CAC
RGB
CMYK
RGB Variations
Color information
#BB4CAC (or 0xBB4CAC) is known color: Fuchsia. HEX triplet: BB, 4C and AC. RGB value is (187,76,172). Sum of RGB (Red+Green+Blue) = 187+76+172=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CAC is #44B353. Grayscale: #777777. Windows color (decimal): -4502356 or 11291835. OLE color: 11291835.
HSL color Cylindrical-coordinate representation of color #BB4CAC: hue angle of 308.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4CAC is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 172 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.27 |
| HSL | 308.11º | 0.45% | 0.52% | - |
| HSV(B) | 308.11º | 0.59% | 0.73% | - |
| XYZ | 30.52 | 18.71 | 41.03 | - |
| YUV | 120.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 172 | 0 | 0.59 | 0.08 | 0.27 | 308.11 | 0.45 | 0.52 |
| Hex | BB | 4C | AC | 0 | 3B | 8 | 1B | 134 | 2D | 34 |
| Octal | 273 | 114 | 254 | 0 | 73 | 10 | 33 | 464 | 55 | 64 |
| Binary | 10111011 | 1001100 | 10101100 | 0 | 111011 | 1000 | 11011 | 100110100 | 101101 | 110100 |
Color Harmonies of #BB4CAC
Complementary color
Monochromatic Colors of #BB4CAC
Black with #BB4CAC
Text Example
Text Example
White with #BB4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CAC; }
p { color: rgb(187,76,172); }
H1.HeaderClassName
{
color: #BB4CAC;
}
.AnyTagClassName
{
color: #BB4CAC;
}
</style>
background-color css
<style>
a { background-color: #BB4CAC; }
a { background-color: rgb(187,76,172); }
div.DivClassName
{
background-color: #BB4CAC;
}
.BgClassName
{
background-color: #BB4CAC;
}
</style>
border-color css
<style>
span { border-color: #BB4CAC; }
span { border-color: rgb(187,76,172); }
td.TdClassName
{
border-color: #BB4CAC;
}
.TagClassName
{
border-color: #BB4CAC;
}
</style>