Shades of Fuchsia #BC55B5
Tints of Fuchsia #BC55B5
RGB
CMYK
RGB Variations
Color information
#BC55B5 (or 0xBC55B5) is known color: Fuchsia. HEX triplet: BC, 55 and B5. RGB value is (188,85,181). Sum of RGB (Red+Green+Blue) = 188+85+181=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55B5 is #43AA4A. Grayscale: #7E7E7E. Windows color (decimal): -4434507 or 11883964. OLE color: 11883964.
HSL color Cylindrical-coordinate representation of color #BC55B5: hue angle of 304.08º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC55B5 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 181 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.26 |
| HSL | 304.08º | 0.43% | 0.54% | - |
| HSV(B) | 304.08º | 0.55% | 0.74% | - |
| XYZ | 32.33 | 20.52 | 45.97 | - |
| YUV | 126.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 181 | 0 | 0.55 | 0.04 | 0.26 | 304.08 | 0.43 | 0.54 |
| Hex | BC | 55 | B5 | 0 | 37 | 4 | 1A | 130 | 2B | 36 |
| Octal | 274 | 125 | 265 | 0 | 67 | 4 | 32 | 460 | 53 | 66 |
| Binary | 10111100 | 1010101 | 10110101 | 0 | 110111 | 100 | 11010 | 100110000 | 101011 | 110110 |
Color Harmonies of #BC55B5
Complementary color
Monochromatic Colors of #BC55B5
Black with #BC55B5
Text Example
Text Example
White with #BC55B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55B5; }
p { color: rgb(188,85,181); }
H1.HeaderClassName
{
color: #BC55B5;
}
.AnyTagClassName
{
color: #BC55B5;
}
</style>
background-color css
<style>
a { background-color: #BC55B5; }
a { background-color: rgb(188,85,181); }
div.DivClassName
{
background-color: #BC55B5;
}
.BgClassName
{
background-color: #BC55B5;
}
</style>
border-color css
<style>
span { border-color: #BC55B5; }
span { border-color: rgb(188,85,181); }
td.TdClassName
{
border-color: #BC55B5;
}
.TagClassName
{
border-color: #BC55B5;
}
</style>