Shades of Fuchsia #BC32B1
Tints of Fuchsia #BC32B1
RGB
CMYK
RGB Variations
Color information
#BC32B1 (or 0xBC32B1) is known color: Fuchsia. HEX triplet: BC, 32 and B1. RGB value is (188,50,177). Sum of RGB (Red+Green+Blue) = 188+50+177=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32B1 is #43CD4E. Grayscale: #696969. Windows color (decimal): -4443471 or 11612860. OLE color: 11612860.
HSL color Cylindrical-coordinate representation of color #BC32B1: hue angle of 304.78º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC32B1 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 177 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.26 |
| HSL | 304.78º | 0.58% | 0.47% | - |
| HSV(B) | 304.78º | 0.73% | 0.74% | - |
| XYZ | 29.82 | 16.15 | 43.14 | - |
| YUV | 105.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 177 | 0 | 0.73 | 0.06 | 0.26 | 304.78 | 0.58 | 0.47 |
| Hex | BC | 32 | B1 | 0 | 49 | 6 | 1A | 131 | 3A | 2F |
| Octal | 274 | 62 | 261 | 0 | 111 | 6 | 32 | 461 | 72 | 57 |
| Binary | 10111100 | 110010 | 10110001 | 0 | 1001001 | 110 | 11010 | 100110001 | 111010 | 101111 |
Color Harmonies of #BC32B1
Complementary color
Monochromatic Colors of #BC32B1
Black with #BC32B1
Text Example
Text Example
White with #BC32B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32B1; }
p { color: rgb(188,50,177); }
H1.HeaderClassName
{
color: #BC32B1;
}
.AnyTagClassName
{
color: #BC32B1;
}
</style>
background-color css
<style>
a { background-color: #BC32B1; }
a { background-color: rgb(188,50,177); }
div.DivClassName
{
background-color: #BC32B1;
}
.BgClassName
{
background-color: #BC32B1;
}
</style>
border-color css
<style>
span { border-color: #BC32B1; }
span { border-color: rgb(188,50,177); }
td.TdClassName
{
border-color: #BC32B1;
}
.TagClassName
{
border-color: #BC32B1;
}
</style>