Shades of Fuchsia #BB57AE
Tints of Fuchsia #BB57AE
RGB
CMYK
RGB Variations
Color information
#BB57AE (or 0xBB57AE) is known color: Fuchsia. HEX triplet: BB, 57 and AE. RGB value is (187,87,174). Sum of RGB (Red+Green+Blue) = 187+87+174=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB57AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB57AE is #44A851. Grayscale: #7E7E7E. Windows color (decimal): -4499538 or 11425723. OLE color: 11425723.
HSL color Cylindrical-coordinate representation of color #BB57AE: hue angle of 307.8º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB57AE is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 174 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.27 |
| HSL | 307.8º | 0.42% | 0.54% | - |
| HSV(B) | 307.8º | 0.53% | 0.73% | - |
| XYZ | 31.54 | 20.44 | 42.33 | - |
| YUV | 126.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 174 | 0 | 0.53 | 0.07 | 0.27 | 307.8 | 0.42 | 0.54 |
| Hex | BB | 57 | AE | 0 | 35 | 7 | 1B | 134 | 2A | 36 |
| Octal | 273 | 127 | 256 | 0 | 65 | 7 | 33 | 464 | 52 | 66 |
| Binary | 10111011 | 1010111 | 10101110 | 0 | 110101 | 111 | 11011 | 100110100 | 101010 | 110110 |
Color Harmonies of #BB57AE
Complementary color
Monochromatic Colors of #BB57AE
Black with #BB57AE
Text Example
Text Example
White with #BB57AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57AE; }
p { color: rgb(187,87,174); }
H1.HeaderClassName
{
color: #BB57AE;
}
.AnyTagClassName
{
color: #BB57AE;
}
</style>
background-color css
<style>
a { background-color: #BB57AE; }
a { background-color: rgb(187,87,174); }
div.DivClassName
{
background-color: #BB57AE;
}
.BgClassName
{
background-color: #BB57AE;
}
</style>
border-color css
<style>
span { border-color: #BB57AE; }
span { border-color: rgb(187,87,174); }
td.TdClassName
{
border-color: #BB57AE;
}
.TagClassName
{
border-color: #BB57AE;
}
</style>