Shades of Fuchsia #BC36C0
Tints of Fuchsia #BC36C0
RGB
CMYK
RGB Variations
Color information
#BC36C0 (or 0xBC36C0) is known color: Fuchsia. HEX triplet: BC, 36 and C0. RGB value is (188,54,192). Sum of RGB (Red+Green+Blue) = 188+54+192=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC36C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36C0 is #43C93F. Grayscale: #6D6D6D. Windows color (decimal): -4442432 or 12596924. OLE color: 12596924.
HSL color Cylindrical-coordinate representation of color #BC36C0: hue angle of 298.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC36C0 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 54 | 192 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.25 |
| HSL | 298.26º | 0.56% | 0.48% | - |
| HSV(B) | 298.26º | 0.72% | 0.75% | - |
| XYZ | 31.57 | 17.14 | 51.51 | - |
| YUV | 109.8 | 174.39 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 192 | 0.02 | 0.72 | 0 | 0.25 | 298.26 | 0.56 | 0.48 |
| Hex | BC | 36 | C0 | 2 | 48 | 0 | 19 | 12A | 38 | 30 |
| Octal | 274 | 66 | 300 | 2 | 110 | 0 | 31 | 452 | 70 | 60 |
| Binary | 10111100 | 110110 | 11000000 | 10 | 1001000 | 0 | 11001 | 100101010 | 111000 | 110000 |
Color Harmonies of #BC36C0
Complementary color
Monochromatic Colors of #BC36C0
Black with #BC36C0
Text Example
Text Example
White with #BC36C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36C0; }
p { color: rgb(188,54,192); }
H1.HeaderClassName
{
color: #BC36C0;
}
.AnyTagClassName
{
color: #BC36C0;
}
</style>
background-color css
<style>
a { background-color: #BC36C0; }
a { background-color: rgb(188,54,192); }
div.DivClassName
{
background-color: #BC36C0;
}
.BgClassName
{
background-color: #BC36C0;
}
</style>
border-color css
<style>
span { border-color: #BC36C0; }
span { border-color: rgb(188,54,192); }
td.TdClassName
{
border-color: #BC36C0;
}
.TagClassName
{
border-color: #BC36C0;
}
</style>