Shades of Fuchsia #BB56C0
Tints of Fuchsia #BB56C0
RGB
CMYK
RGB Variations
Color information
#BB56C0 (or 0xBB56C0) is known color: Fuchsia. HEX triplet: BB, 56 and C0. RGB value is (187,86,192). Sum of RGB (Red+Green+Blue) = 187+86+192=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB56C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56C0 is #44A93F. Grayscale: #7F7F7F. Windows color (decimal): -4499776 or 12605115. OLE color: 12605115.
HSL color Cylindrical-coordinate representation of color #BB56C0: hue angle of 297.17º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB56C0 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 86 | 192 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.25 |
| HSL | 297.17º | 0.46% | 0.55% | - |
| HSV(B) | 297.17º | 0.55% | 0.75% | - |
| XYZ | 33.34 | 21.03 | 52.17 | - |
| YUV | 128.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 192 | 0.03 | 0.55 | 0 | 0.25 | 297.17 | 0.46 | 0.55 |
| Hex | BB | 56 | C0 | 3 | 37 | 0 | 19 | 129 | 2E | 37 |
| Octal | 273 | 126 | 300 | 3 | 67 | 0 | 31 | 451 | 56 | 67 |
| Binary | 10111011 | 1010110 | 11000000 | 11 | 110111 | 0 | 11001 | 100101001 | 101110 | 110111 |
Color Harmonies of #BB56C0
Complementary color
Monochromatic Colors of #BB56C0
Black with #BB56C0
Text Example
Text Example
White with #BB56C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56C0; }
p { color: rgb(187,86,192); }
H1.HeaderClassName
{
color: #BB56C0;
}
.AnyTagClassName
{
color: #BB56C0;
}
</style>
background-color css
<style>
a { background-color: #BB56C0; }
a { background-color: rgb(187,86,192); }
div.DivClassName
{
background-color: #BB56C0;
}
.BgClassName
{
background-color: #BB56C0;
}
</style>
border-color css
<style>
span { border-color: #BB56C0; }
span { border-color: rgb(187,86,192); }
td.TdClassName
{
border-color: #BB56C0;
}
.TagClassName
{
border-color: #BB56C0;
}
</style>