Shades of Fuchsia #BC32CA
Tints of Fuchsia #BC32CA
RGB
CMYK
RGB Variations
Color information
#BC32CA (or 0xBC32CA) is known color: Fuchsia. HEX triplet: BC, 32 and CA. RGB value is (188,50,202). Sum of RGB (Red+Green+Blue) = 188+50+202=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32CA is #43CD35. Grayscale: #6C6C6C. Windows color (decimal): -4443446 or 13251260. OLE color: 13251260.
HSL color Cylindrical-coordinate representation of color #BC32CA: hue angle of 294.47º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC32CA is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 50 | 202 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.21 |
| HSL | 294.47º | 0.6% | 0.49% | - |
| HSV(B) | 294.47º | 0.75% | 0.79% | - |
| XYZ | 32.54 | 17.24 | 57.49 | - |
| YUV | 108.59 | 180.72 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 202 | 0.07 | 0.75 | 0 | 0.21 | 294.47 | 0.6 | 0.49 |
| Hex | BC | 32 | CA | 7 | 4B | 0 | 15 | 126 | 3C | 31 |
| Octal | 274 | 62 | 312 | 7 | 113 | 0 | 25 | 446 | 74 | 61 |
| Binary | 10111100 | 110010 | 11001010 | 111 | 1001011 | 0 | 10101 | 100100110 | 111100 | 110001 |
Color Harmonies of #BC32CA
Complementary color
Monochromatic Colors of #BC32CA
Black with #BC32CA
Text Example
Text Example
White with #BC32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32CA; }
p { color: rgb(188,50,202); }
H1.HeaderClassName
{
color: #BC32CA;
}
.AnyTagClassName
{
color: #BC32CA;
}
</style>
background-color css
<style>
a { background-color: #BC32CA; }
a { background-color: rgb(188,50,202); }
div.DivClassName
{
background-color: #BC32CA;
}
.BgClassName
{
background-color: #BC32CA;
}
</style>
border-color css
<style>
span { border-color: #BC32CA; }
span { border-color: rgb(188,50,202); }
td.TdClassName
{
border-color: #BC32CA;
}
.TagClassName
{
border-color: #BC32CA;
}
</style>