Shades of Fuchsia #BB2AAE
Tints of Fuchsia #BB2AAE
RGB
CMYK
RGB Variations
Color information
#BB2AAE (or 0xBB2AAE) is known color: Fuchsia. HEX triplet: BB, 2A and AE. RGB value is (187,42,174). Sum of RGB (Red+Green+Blue) = 187+42+174=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2AAE is #44D551. Grayscale: #646464. Windows color (decimal): -4511058 or 11414203. OLE color: 11414203.
HSL color Cylindrical-coordinate representation of color #BB2AAE: hue angle of 305.38º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2AAE is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 174 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.27 |
| HSL | 305.38º | 0.63% | 0.45% | - |
| HSV(B) | 305.38º | 0.78% | 0.73% | - |
| XYZ | 28.96 | 15.28 | 41.47 | - |
| YUV | 100.4 | 169.54 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 174 | 0 | 0.78 | 0.07 | 0.27 | 305.38 | 0.63 | 0.45 |
| Hex | BB | 2A | AE | 0 | 4E | 7 | 1B | 131 | 3F | 2D |
| Octal | 273 | 52 | 256 | 0 | 116 | 7 | 33 | 461 | 77 | 55 |
| Binary | 10111011 | 101010 | 10101110 | 0 | 1001110 | 111 | 11011 | 100110001 | 111111 | 101101 |
Color Harmonies of #BB2AAE
Complementary color
Monochromatic Colors of #BB2AAE
Black with #BB2AAE
Text Example
Text Example
White with #BB2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2AAE; }
p { color: rgb(187,42,174); }
H1.HeaderClassName
{
color: #BB2AAE;
}
.AnyTagClassName
{
color: #BB2AAE;
}
</style>
background-color css
<style>
a { background-color: #BB2AAE; }
a { background-color: rgb(187,42,174); }
div.DivClassName
{
background-color: #BB2AAE;
}
.BgClassName
{
background-color: #BB2AAE;
}
</style>
border-color css
<style>
span { border-color: #BB2AAE; }
span { border-color: rgb(187,42,174); }
td.TdClassName
{
border-color: #BB2AAE;
}
.TagClassName
{
border-color: #BB2AAE;
}
</style>