Shades of Fuchsia #BC36C9
Tints of Fuchsia #BC36C9
RGB
CMYK
RGB Variations
Color information
#BC36C9 (or 0xBC36C9) is known color: Fuchsia. HEX triplet: BC, 36 and C9. RGB value is (188,54,201). Sum of RGB (Red+Green+Blue) = 188+54+201=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC36C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36C9 is #43C936. Grayscale: #6E6E6E. Windows color (decimal): -4442423 or 13186748. OLE color: 13186748.
HSL color Cylindrical-coordinate representation of color #BC36C9: hue angle of 294.69º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC36C9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 54 | 201 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.21 |
| HSL | 294.69º | 0.58% | 0.5% | - |
| HSV(B) | 294.69º | 0.73% | 0.79% | - |
| XYZ | 32.6 | 17.55 | 56.93 | - |
| YUV | 110.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 201 | 0.06 | 0.73 | 0 | 0.21 | 294.69 | 0.58 | 0.5 |
| Hex | BC | 36 | C9 | 6 | 49 | 0 | 15 | 127 | 3A | 32 |
| Octal | 274 | 66 | 311 | 6 | 111 | 0 | 25 | 447 | 72 | 62 |
| Binary | 10111100 | 110110 | 11001001 | 110 | 1001001 | 0 | 10101 | 100100111 | 111010 | 110010 |
Color Harmonies of #BC36C9
Complementary color
Monochromatic Colors of #BC36C9
Black with #BC36C9
Text Example
Text Example
White with #BC36C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36C9; }
p { color: rgb(188,54,201); }
H1.HeaderClassName
{
color: #BC36C9;
}
.AnyTagClassName
{
color: #BC36C9;
}
</style>
background-color css
<style>
a { background-color: #BC36C9; }
a { background-color: rgb(188,54,201); }
div.DivClassName
{
background-color: #BC36C9;
}
.BgClassName
{
background-color: #BC36C9;
}
</style>
border-color css
<style>
span { border-color: #BC36C9; }
span { border-color: rgb(188,54,201); }
td.TdClassName
{
border-color: #BC36C9;
}
.TagClassName
{
border-color: #BC36C9;
}
</style>