Shades of Fuchsia #BB56BA
Tints of Fuchsia #BB56BA
RGB
CMYK
RGB Variations
Color information
#BB56BA (or 0xBB56BA) is known color: Fuchsia. HEX triplet: BB, 56 and BA. RGB value is (187,86,186). Sum of RGB (Red+Green+Blue) = 187+86+186=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56BA is #44A945. Grayscale: #7F7F7F. Windows color (decimal): -4499782 or 12211899. OLE color: 12211899.
HSL color Cylindrical-coordinate representation of color #BB56BA: hue angle of 300.59º 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 #BB56BA is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 86 | 186 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.27 |
| HSL | 300.59º | 0.43% | 0.54% | - |
| HSV(B) | 300.59º | 0.54% | 0.73% | - |
| XYZ | 32.68 | 20.77 | 48.74 | - |
| YUV | 127.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 186 | 0 | 0.54 | 0.01 | 0.27 | 300.59 | 0.43 | 0.54 |
| Hex | BB | 56 | BA | 0 | 36 | 1 | 1B | 12D | 2B | 36 |
| Octal | 273 | 126 | 272 | 0 | 66 | 1 | 33 | 455 | 53 | 66 |
| Binary | 10111011 | 1010110 | 10111010 | 0 | 110110 | 1 | 11011 | 100101101 | 101011 | 110110 |
Color Harmonies of #BB56BA
Complementary color
Monochromatic Colors of #BB56BA
Black with #BB56BA
Text Example
Text Example
White with #BB56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56BA; }
p { color: rgb(187,86,186); }
H1.HeaderClassName
{
color: #BB56BA;
}
.AnyTagClassName
{
color: #BB56BA;
}
</style>
background-color css
<style>
a { background-color: #BB56BA; }
a { background-color: rgb(187,86,186); }
div.DivClassName
{
background-color: #BB56BA;
}
.BgClassName
{
background-color: #BB56BA;
}
</style>
border-color css
<style>
span { border-color: #BB56BA; }
span { border-color: rgb(187,86,186); }
td.TdClassName
{
border-color: #BB56BA;
}
.TagClassName
{
border-color: #BB56BA;
}
</style>