Shades of Fuchsia #BB4CAA
Tints of Fuchsia #BB4CAA
RGB
CMYK
RGB Variations
Color information
#BB4CAA (or 0xBB4CAA) is known color: Fuchsia. HEX triplet: BB, 4C and AA. RGB value is (187,76,170). Sum of RGB (Red+Green+Blue) = 187+76+170=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4CAA is #44B355. Grayscale: #777777. Windows color (decimal): -4502358 or 11160763. OLE color: 11160763.
HSL color Cylindrical-coordinate representation of color #BB4CAA: hue angle of 309.19º 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 #BB4CAA is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 170 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.27 |
| HSL | 309.19º | 0.45% | 0.52% | - |
| HSV(B) | 309.19º | 0.59% | 0.73% | - |
| XYZ | 30.33 | 18.64 | 40.03 | - |
| YUV | 119.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 170 | 0 | 0.59 | 0.09 | 0.27 | 309.19 | 0.45 | 0.52 |
| Hex | BB | 4C | AA | 0 | 3B | 9 | 1B | 135 | 2D | 34 |
| Octal | 273 | 114 | 252 | 0 | 73 | 11 | 33 | 465 | 55 | 64 |
| Binary | 10111011 | 1001100 | 10101010 | 0 | 111011 | 1001 | 11011 | 100110101 | 101101 | 110100 |
Color Harmonies of #BB4CAA
Complementary color
Monochromatic Colors of #BB4CAA
Black with #BB4CAA
Text Example
Text Example
White with #BB4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CAA; }
p { color: rgb(187,76,170); }
H1.HeaderClassName
{
color: #BB4CAA;
}
.AnyTagClassName
{
color: #BB4CAA;
}
</style>
background-color css
<style>
a { background-color: #BB4CAA; }
a { background-color: rgb(187,76,170); }
div.DivClassName
{
background-color: #BB4CAA;
}
.BgClassName
{
background-color: #BB4CAA;
}
</style>
border-color css
<style>
span { border-color: #BB4CAA; }
span { border-color: rgb(187,76,170); }
td.TdClassName
{
border-color: #BB4CAA;
}
.TagClassName
{
border-color: #BB4CAA;
}
</style>