Shades of Fuchsia #BB4CAB
Tints of Fuchsia #BB4CAB
RGB
CMYK
RGB Variations
Color information
#BB4CAB (or 0xBB4CAB) is known color: Fuchsia. HEX triplet: BB, 4C and AB. RGB value is (187,76,171). Sum of RGB (Red+Green+Blue) = 187+76+171=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CAB is #44B354. Grayscale: #777777. Windows color (decimal): -4502357 or 11226299. OLE color: 11226299.
HSL color Cylindrical-coordinate representation of color #BB4CAB: hue angle of 308.65º 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 #BB4CAB is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 171 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.27 |
| HSL | 308.65º | 0.45% | 0.52% | - |
| HSV(B) | 308.65º | 0.59% | 0.73% | - |
| XYZ | 30.43 | 18.67 | 40.53 | - |
| YUV | 120.02 | 156.77 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 171 | 0 | 0.59 | 0.09 | 0.27 | 308.65 | 0.45 | 0.52 |
| Hex | BB | 4C | AB | 0 | 3B | 9 | 1B | 135 | 2D | 34 |
| Octal | 273 | 114 | 253 | 0 | 73 | 11 | 33 | 465 | 55 | 64 |
| Binary | 10111011 | 1001100 | 10101011 | 0 | 111011 | 1001 | 11011 | 100110101 | 101101 | 110100 |
Color Harmonies of #BB4CAB
Complementary color
Monochromatic Colors of #BB4CAB
Black with #BB4CAB
Text Example
Text Example
White with #BB4CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CAB; }
p { color: rgb(187,76,171); }
H1.HeaderClassName
{
color: #BB4CAB;
}
.AnyTagClassName
{
color: #BB4CAB;
}
</style>
background-color css
<style>
a { background-color: #BB4CAB; }
a { background-color: rgb(187,76,171); }
div.DivClassName
{
background-color: #BB4CAB;
}
.BgClassName
{
background-color: #BB4CAB;
}
</style>
border-color css
<style>
span { border-color: #BB4CAB; }
span { border-color: rgb(187,76,171); }
td.TdClassName
{
border-color: #BB4CAB;
}
.TagClassName
{
border-color: #BB4CAB;
}
</style>