Shades of Fuchsia #BB58A8
Tints of Fuchsia #BB58A8
RGB
CMYK
RGB Variations
Color information
#BB58A8 (or 0xBB58A8) is known color: Fuchsia. HEX triplet: BB, 58 and A8. RGB value is (187,88,168). Sum of RGB (Red+Green+Blue) = 187+88+168=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB58A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB58A8 is #44A757. Grayscale: #7E7E7E. Windows color (decimal): -4499288 or 11032763. OLE color: 11032763.
HSL color Cylindrical-coordinate representation of color #BB58A8: hue angle of 311.52º 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 #BB58A8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 168 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.27 |
| HSL | 311.52º | 0.42% | 0.54% | - |
| HSV(B) | 311.52º | 0.53% | 0.73% | - |
| XYZ | 31.05 | 20.37 | 39.34 | - |
| YUV | 126.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 168 | 0 | 0.53 | 0.10 | 0.27 | 311.52 | 0.42 | 0.54 |
| Hex | BB | 58 | A8 | 0 | 35 | A | 1B | 138 | 2A | 36 |
| Octal | 273 | 130 | 250 | 0 | 65 | 12 | 33 | 470 | 52 | 66 |
| Binary | 10111011 | 1011000 | 10101000 | 0 | 110101 | 1010 | 11011 | 100111000 | 101010 | 110110 |
Color Harmonies of #BB58A8
Complementary color
Monochromatic Colors of #BB58A8
Black with #BB58A8
Text Example
Text Example
White with #BB58A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB58A8; }
p { color: rgb(187,88,168); }
H1.HeaderClassName
{
color: #BB58A8;
}
.AnyTagClassName
{
color: #BB58A8;
}
</style>
background-color css
<style>
a { background-color: #BB58A8; }
a { background-color: rgb(187,88,168); }
div.DivClassName
{
background-color: #BB58A8;
}
.BgClassName
{
background-color: #BB58A8;
}
</style>
border-color css
<style>
span { border-color: #BB58A8; }
span { border-color: rgb(187,88,168); }
td.TdClassName
{
border-color: #BB58A8;
}
.TagClassName
{
border-color: #BB58A8;
}
</style>