Shades of Fuchsia #BB56B3
Tints of Fuchsia #BB56B3
RGB
CMYK
RGB Variations
Color information
#BB56B3 (or 0xBB56B3) is known color: Fuchsia. HEX triplet: BB, 56 and B3. RGB value is (187,86,179). Sum of RGB (Red+Green+Blue) = 187+86+179=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56B3 is #44A94C. Grayscale: #7E7E7E. Windows color (decimal): -4499789 or 11753147. OLE color: 11753147.
HSL color Cylindrical-coordinate representation of color #BB56B3: hue angle of 304.75º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB56B3 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 179 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.27 |
| HSL | 304.75º | 0.43% | 0.54% | - |
| HSV(B) | 304.75º | 0.54% | 0.73% | - |
| XYZ | 31.96 | 20.48 | 44.92 | - |
| YUV | 126.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 179 | 0 | 0.54 | 0.04 | 0.27 | 304.75 | 0.43 | 0.54 |
| Hex | BB | 56 | B3 | 0 | 36 | 4 | 1B | 131 | 2B | 36 |
| Octal | 273 | 126 | 263 | 0 | 66 | 4 | 33 | 461 | 53 | 66 |
| Binary | 10111011 | 1010110 | 10110011 | 0 | 110110 | 100 | 11011 | 100110001 | 101011 | 110110 |
Color Harmonies of #BB56B3
Complementary color
Monochromatic Colors of #BB56B3
Black with #BB56B3
Text Example
Text Example
White with #BB56B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56B3; }
p { color: rgb(187,86,179); }
H1.HeaderClassName
{
color: #BB56B3;
}
.AnyTagClassName
{
color: #BB56B3;
}
</style>
background-color css
<style>
a { background-color: #BB56B3; }
a { background-color: rgb(187,86,179); }
div.DivClassName
{
background-color: #BB56B3;
}
.BgClassName
{
background-color: #BB56B3;
}
</style>
border-color css
<style>
span { border-color: #BB56B3; }
span { border-color: rgb(187,86,179); }
td.TdClassName
{
border-color: #BB56B3;
}
.TagClassName
{
border-color: #BB56B3;
}
</style>