Shades of Fuchsia #BB4AAA
Tints of Fuchsia #BB4AAA
RGB
CMYK
RGB Variations
Color information
#BB4AAA (or 0xBB4AAA) is known color: Fuchsia. HEX triplet: BB, 4A and AA. RGB value is (187,74,170). Sum of RGB (Red+Green+Blue) = 187+74+170=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4AAA is #44B555. Grayscale: #767676. Windows color (decimal): -4502870 or 11160251. OLE color: 11160251.
HSL color Cylindrical-coordinate representation of color #BB4AAA: hue angle of 309.03º 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 #BB4AAA is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 170 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.27 |
| HSL | 309.03º | 0.45% | 0.51% | - |
| HSV(B) | 309.03º | 0.6% | 0.73% | - |
| XYZ | 30.2 | 18.36 | 39.98 | - |
| YUV | 118.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 170 | 0 | 0.60 | 0.09 | 0.27 | 309.03 | 0.45 | 0.51 |
| Hex | BB | 4A | AA | 0 | 3C | 9 | 1B | 135 | 2D | 33 |
| Octal | 273 | 112 | 252 | 0 | 74 | 11 | 33 | 465 | 55 | 63 |
| Binary | 10111011 | 1001010 | 10101010 | 0 | 111100 | 1001 | 11011 | 100110101 | 101101 | 110011 |
Color Harmonies of #BB4AAA
Complementary color
Monochromatic Colors of #BB4AAA
Black with #BB4AAA
Text Example
Text Example
White with #BB4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AAA; }
p { color: rgb(187,74,170); }
H1.HeaderClassName
{
color: #BB4AAA;
}
.AnyTagClassName
{
color: #BB4AAA;
}
</style>
background-color css
<style>
a { background-color: #BB4AAA; }
a { background-color: rgb(187,74,170); }
div.DivClassName
{
background-color: #BB4AAA;
}
.BgClassName
{
background-color: #BB4AAA;
}
</style>
border-color css
<style>
span { border-color: #BB4AAA; }
span { border-color: rgb(187,74,170); }
td.TdClassName
{
border-color: #BB4AAA;
}
.TagClassName
{
border-color: #BB4AAA;
}
</style>