Shades of Fuchsia #BC32B0
Tints of Fuchsia #BC32B0
RGB
CMYK
RGB Variations
Color information
#BC32B0 (or 0xBC32B0) is known color: Fuchsia. HEX triplet: BC, 32 and B0. RGB value is (188,50,176). Sum of RGB (Red+Green+Blue) = 188+50+176=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC32B0 is #43CD4F. Grayscale: #696969. Windows color (decimal): -4443472 or 11547324. OLE color: 11547324.
HSL color Cylindrical-coordinate representation of color #BC32B0: hue angle of 305.22º 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 #BC32B0 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 176 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.26 |
| HSL | 305.22º | 0.58% | 0.47% | - |
| HSV(B) | 305.22º | 0.73% | 0.74% | - |
| XYZ | 29.72 | 16.11 | 42.62 | - |
| YUV | 105.63 | 167.72 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 176 | 0 | 0.73 | 0.06 | 0.26 | 305.22 | 0.58 | 0.47 |
| Hex | BC | 32 | B0 | 0 | 49 | 6 | 1A | 131 | 3A | 2F |
| Octal | 274 | 62 | 260 | 0 | 111 | 6 | 32 | 461 | 72 | 57 |
| Binary | 10111100 | 110010 | 10110000 | 0 | 1001001 | 110 | 11010 | 100110001 | 111010 | 101111 |
Color Harmonies of #BC32B0
Complementary color
Monochromatic Colors of #BC32B0
Black with #BC32B0
Text Example
Text Example
White with #BC32B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32B0; }
p { color: rgb(188,50,176); }
H1.HeaderClassName
{
color: #BC32B0;
}
.AnyTagClassName
{
color: #BC32B0;
}
</style>
background-color css
<style>
a { background-color: #BC32B0; }
a { background-color: rgb(188,50,176); }
div.DivClassName
{
background-color: #BC32B0;
}
.BgClassName
{
background-color: #BC32B0;
}
</style>
border-color css
<style>
span { border-color: #BC32B0; }
span { border-color: rgb(188,50,176); }
td.TdClassName
{
border-color: #BC32B0;
}
.TagClassName
{
border-color: #BC32B0;
}
</style>