Shades of Fuchsia #BC32C7
Tints of Fuchsia #BC32C7
RGB
CMYK
RGB Variations
Color information
#BC32C7 (or 0xBC32C7) is known color: Fuchsia. HEX triplet: BC, 32 and C7. RGB value is (188,50,199). Sum of RGB (Red+Green+Blue) = 188+50+199=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 50 (19.92% from 255 or 11.44% from 437); Blue value is 199 (78.12% from 255 or 45.54% from 437); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC32C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32C7 is #43CD38. Grayscale: #6B6B6B. Windows color (decimal): -4443449 or 13054652. OLE color: 13054652.
HSL color Cylindrical-coordinate representation of color #BC32C7: hue angle of 295.57º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC32C7 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 50 | 199 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.22 |
| HSL | 295.57º | 0.6% | 0.49% | - |
| HSV(B) | 295.57º | 0.75% | 0.78% | - |
| XYZ | 32.19 | 17.1 | 55.64 | - |
| YUV | 108.25 | 179.22 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 199 | 0.06 | 0.75 | 0 | 0.22 | 295.57 | 0.6 | 0.49 |
| Hex | BC | 32 | C7 | 6 | 4B | 0 | 16 | 128 | 3C | 31 |
| Octal | 274 | 62 | 307 | 6 | 113 | 0 | 26 | 450 | 74 | 61 |
| Binary | 10111100 | 110010 | 11000111 | 110 | 1001011 | 0 | 10110 | 100101000 | 111100 | 110001 |
Color Harmonies of #BC32C7
Complementary color
Monochromatic Colors of #BC32C7
Black with #BC32C7
Text Example
Text Example
White with #BC32C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32C7; }
p { color: rgb(188,50,199); }
H1.HeaderClassName
{
color: #BC32C7;
}
.AnyTagClassName
{
color: #BC32C7;
}
</style>
background-color css
<style>
a { background-color: #BC32C7; }
a { background-color: rgb(188,50,199); }
div.DivClassName
{
background-color: #BC32C7;
}
.BgClassName
{
background-color: #BC32C7;
}
</style>
border-color css
<style>
span { border-color: #BC32C7; }
span { border-color: rgb(188,50,199); }
td.TdClassName
{
border-color: #BC32C7;
}
.TagClassName
{
border-color: #BC32C7;
}
</style>