Shades of Fuchsia #BC32B8
Tints of Fuchsia #BC32B8
RGB
CMYK
RGB Variations
Color information
#BC32B8 (or 0xBC32B8) is known color: Fuchsia. HEX triplet: BC, 32 and B8. RGB value is (188,50,184). Sum of RGB (Red+Green+Blue) = 188+50+184=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32B8 is #43CD47. Grayscale: #6A6A6A. Windows color (decimal): -4443464 or 12071612. OLE color: 12071612.
HSL color Cylindrical-coordinate representation of color #BC32B8: hue angle of 301.74º 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 #BC32B8 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 184 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.26 |
| HSL | 301.74º | 0.58% | 0.47% | - |
| HSV(B) | 301.74º | 0.73% | 0.74% | - |
| XYZ | 30.53 | 16.43 | 46.91 | - |
| YUV | 106.54 | 171.72 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 184 | 0 | 0.73 | 0.02 | 0.26 | 301.74 | 0.58 | 0.47 |
| Hex | BC | 32 | B8 | 0 | 49 | 2 | 1A | 12E | 3A | 2F |
| Octal | 274 | 62 | 270 | 0 | 111 | 2 | 32 | 456 | 72 | 57 |
| Binary | 10111100 | 110010 | 10111000 | 0 | 1001001 | 10 | 11010 | 100101110 | 111010 | 101111 |
Color Harmonies of #BC32B8
Complementary color
Monochromatic Colors of #BC32B8
Black with #BC32B8
Text Example
Text Example
White with #BC32B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32B8; }
p { color: rgb(188,50,184); }
H1.HeaderClassName
{
color: #BC32B8;
}
.AnyTagClassName
{
color: #BC32B8;
}
</style>
background-color css
<style>
a { background-color: #BC32B8; }
a { background-color: rgb(188,50,184); }
div.DivClassName
{
background-color: #BC32B8;
}
.BgClassName
{
background-color: #BC32B8;
}
</style>
border-color css
<style>
span { border-color: #BC32B8; }
span { border-color: rgb(188,50,184); }
td.TdClassName
{
border-color: #BC32B8;
}
.TagClassName
{
border-color: #BC32B8;
}
</style>