Shades of Fuchsia #BB57A8
Tints of Fuchsia #BB57A8
RGB
CMYK
RGB Variations
Color information
#BB57A8 (or 0xBB57A8) is known color: Fuchsia. HEX triplet: BB, 57 and A8. RGB value is (187,87,168). Sum of RGB (Red+Green+Blue) = 187+87+168=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB57A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB57A8 is #44A857. Grayscale: #7D7D7D. Windows color (decimal): -4499544 or 11032507. OLE color: 11032507.
HSL color Cylindrical-coordinate representation of color #BB57A8: hue angle of 311.4º 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 #BB57A8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 168 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.27 |
| HSL | 311.4º | 0.42% | 0.54% | - |
| HSV(B) | 311.4º | 0.53% | 0.73% | - |
| XYZ | 30.97 | 20.21 | 39.31 | - |
| YUV | 126.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 168 | 0 | 0.53 | 0.10 | 0.27 | 311.4 | 0.42 | 0.54 |
| Hex | BB | 57 | A8 | 0 | 35 | A | 1B | 137 | 2A | 36 |
| Octal | 273 | 127 | 250 | 0 | 65 | 12 | 33 | 467 | 52 | 66 |
| Binary | 10111011 | 1010111 | 10101000 | 0 | 110101 | 1010 | 11011 | 100110111 | 101010 | 110110 |
Color Harmonies of #BB57A8
Complementary color
Monochromatic Colors of #BB57A8
Black with #BB57A8
Text Example
Text Example
White with #BB57A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57A8; }
p { color: rgb(187,87,168); }
H1.HeaderClassName
{
color: #BB57A8;
}
.AnyTagClassName
{
color: #BB57A8;
}
</style>
background-color css
<style>
a { background-color: #BB57A8; }
a { background-color: rgb(187,87,168); }
div.DivClassName
{
background-color: #BB57A8;
}
.BgClassName
{
background-color: #BB57A8;
}
</style>
border-color css
<style>
span { border-color: #BB57A8; }
span { border-color: rgb(187,87,168); }
td.TdClassName
{
border-color: #BB57A8;
}
.TagClassName
{
border-color: #BB57A8;
}
</style>