Shades of Fuchsia #BC32CB
Tints of Fuchsia #BC32CB
RGB
CMYK
RGB Variations
Color information
#BC32CB (or 0xBC32CB) is known color: Fuchsia. HEX triplet: BC, 32 and CB. RGB value is (188,50,203). Sum of RGB (Red+Green+Blue) = 188+50+203=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC32CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32CB is #43CD34. Grayscale: #6C6C6C. Windows color (decimal): -4443445 or 13316796. OLE color: 13316796.
HSL color Cylindrical-coordinate representation of color #BC32CB: hue angle of 294.12º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC32CB is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 50 | 203 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.20 |
| HSL | 294.12º | 0.6% | 0.5% | - |
| HSV(B) | 294.12º | 0.75% | 0.8% | - |
| XYZ | 32.66 | 17.28 | 58.11 | - |
| YUV | 108.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 203 | 0.07 | 0.75 | 0 | 0.20 | 294.12 | 0.6 | 0.5 |
| Hex | BC | 32 | CB | 7 | 4B | 0 | 14 | 126 | 3C | 32 |
| Octal | 274 | 62 | 313 | 7 | 113 | 0 | 24 | 446 | 74 | 62 |
| Binary | 10111100 | 110010 | 11001011 | 111 | 1001011 | 0 | 10100 | 100100110 | 111100 | 110010 |
Color Harmonies of #BC32CB
Complementary color
Monochromatic Colors of #BC32CB
Black with #BC32CB
Text Example
Text Example
White with #BC32CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32CB; }
p { color: rgb(188,50,203); }
H1.HeaderClassName
{
color: #BC32CB;
}
.AnyTagClassName
{
color: #BC32CB;
}
</style>
background-color css
<style>
a { background-color: #BC32CB; }
a { background-color: rgb(188,50,203); }
div.DivClassName
{
background-color: #BC32CB;
}
.BgClassName
{
background-color: #BC32CB;
}
</style>
border-color css
<style>
span { border-color: #BC32CB; }
span { border-color: rgb(188,50,203); }
td.TdClassName
{
border-color: #BC32CB;
}
.TagClassName
{
border-color: #BC32CB;
}
</style>