Shades of Fuchsia #BB56C1
Tints of Fuchsia #BB56C1
RGB
CMYK
RGB Variations
Color information
#BB56C1 (or 0xBB56C1) is known color: Fuchsia. HEX triplet: BB, 56 and C1. RGB value is (187,86,193). Sum of RGB (Red+Green+Blue) = 187+86+193=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB56C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56C1 is #44A93E. Grayscale: #808080. Windows color (decimal): -4499775 or 12670651. OLE color: 12670651.
HSL color Cylindrical-coordinate representation of color #BB56C1: hue angle of 296.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB56C1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 86 | 193 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.24 |
| HSL | 296.64º | 0.46% | 0.55% | - |
| HSV(B) | 296.64º | 0.55% | 0.76% | - |
| XYZ | 33.45 | 21.07 | 52.76 | - |
| YUV | 128.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 193 | 0.03 | 0.55 | 0 | 0.24 | 296.64 | 0.46 | 0.55 |
| Hex | BB | 56 | C1 | 3 | 37 | 0 | 18 | 129 | 2E | 37 |
| Octal | 273 | 126 | 301 | 3 | 67 | 0 | 30 | 451 | 56 | 67 |
| Binary | 10111011 | 1010110 | 11000001 | 11 | 110111 | 0 | 11000 | 100101001 | 101110 | 110111 |
Color Harmonies of #BB56C1
Complementary color
Monochromatic Colors of #BB56C1
Black with #BB56C1
Text Example
Text Example
White with #BB56C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56C1; }
p { color: rgb(187,86,193); }
H1.HeaderClassName
{
color: #BB56C1;
}
.AnyTagClassName
{
color: #BB56C1;
}
</style>
background-color css
<style>
a { background-color: #BB56C1; }
a { background-color: rgb(187,86,193); }
div.DivClassName
{
background-color: #BB56C1;
}
.BgClassName
{
background-color: #BB56C1;
}
</style>
border-color css
<style>
span { border-color: #BB56C1; }
span { border-color: rgb(187,86,193); }
td.TdClassName
{
border-color: #BB56C1;
}
.TagClassName
{
border-color: #BB56C1;
}
</style>