Shades of Fuchsia #BC32B6
Tints of Fuchsia #BC32B6
RGB
CMYK
RGB Variations
Color information
#BC32B6 (or 0xBC32B6) is known color: Fuchsia. HEX triplet: BC, 32 and B6. RGB value is (188,50,182). Sum of RGB (Red+Green+Blue) = 188+50+182=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC32B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32B6 is #43CD49. Grayscale: #696969. Windows color (decimal): -4443466 or 11940540. OLE color: 11940540.
HSL color Cylindrical-coordinate representation of color #BC32B6: hue angle of 302.61º 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 #BC32B6 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 182 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.26 |
| HSL | 302.61º | 0.58% | 0.47% | - |
| HSV(B) | 302.61º | 0.73% | 0.74% | - |
| XYZ | 30.32 | 16.35 | 45.81 | - |
| YUV | 106.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 182 | 0 | 0.73 | 0.03 | 0.26 | 302.61 | 0.58 | 0.47 |
| Hex | BC | 32 | B6 | 0 | 49 | 3 | 1A | 12F | 3A | 2F |
| Octal | 274 | 62 | 266 | 0 | 111 | 3 | 32 | 457 | 72 | 57 |
| Binary | 10111100 | 110010 | 10110110 | 0 | 1001001 | 11 | 11010 | 100101111 | 111010 | 101111 |
Color Harmonies of #BC32B6
Complementary color
Monochromatic Colors of #BC32B6
Black with #BC32B6
Text Example
Text Example
White with #BC32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32B6; }
p { color: rgb(188,50,182); }
H1.HeaderClassName
{
color: #BC32B6;
}
.AnyTagClassName
{
color: #BC32B6;
}
</style>
background-color css
<style>
a { background-color: #BC32B6; }
a { background-color: rgb(188,50,182); }
div.DivClassName
{
background-color: #BC32B6;
}
.BgClassName
{
background-color: #BC32B6;
}
</style>
border-color css
<style>
span { border-color: #BC32B6; }
span { border-color: rgb(188,50,182); }
td.TdClassName
{
border-color: #BC32B6;
}
.TagClassName
{
border-color: #BC32B6;
}
</style>