Shades of Fuchsia #BC36C3
Tints of Fuchsia #BC36C3
RGB
CMYK
RGB Variations
Color information
#BC36C3 (or 0xBC36C3) is known color: Fuchsia. HEX triplet: BC, 36 and C3. RGB value is (188,54,195). Sum of RGB (Red+Green+Blue) = 188+54+195=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC36C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36C3 is #43C93C. Grayscale: #6D6D6D. Windows color (decimal): -4442429 or 12793532. OLE color: 12793532.
HSL color Cylindrical-coordinate representation of color #BC36C3: hue angle of 297.02º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC36C3 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 54 | 195 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.24 |
| HSL | 297.02º | 0.57% | 0.49% | - |
| HSV(B) | 297.02º | 0.72% | 0.76% | - |
| XYZ | 31.91 | 17.27 | 53.28 | - |
| YUV | 110.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 195 | 0.04 | 0.72 | 0 | 0.24 | 297.02 | 0.57 | 0.49 |
| Hex | BC | 36 | C3 | 4 | 48 | 0 | 18 | 129 | 39 | 31 |
| Octal | 274 | 66 | 303 | 4 | 110 | 0 | 30 | 451 | 71 | 61 |
| Binary | 10111100 | 110110 | 11000011 | 100 | 1001000 | 0 | 11000 | 100101001 | 111001 | 110001 |
Color Harmonies of #BC36C3
Complementary color
Monochromatic Colors of #BC36C3
Black with #BC36C3
Text Example
Text Example
White with #BC36C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36C3; }
p { color: rgb(188,54,195); }
H1.HeaderClassName
{
color: #BC36C3;
}
.AnyTagClassName
{
color: #BC36C3;
}
</style>
background-color css
<style>
a { background-color: #BC36C3; }
a { background-color: rgb(188,54,195); }
div.DivClassName
{
background-color: #BC36C3;
}
.BgClassName
{
background-color: #BC36C3;
}
</style>
border-color css
<style>
span { border-color: #BC36C3; }
span { border-color: rgb(188,54,195); }
td.TdClassName
{
border-color: #BC36C3;
}
.TagClassName
{
border-color: #BC36C3;
}
</style>