Shades of Fuchsia #BC53C8
Tints of Fuchsia #BC53C8
RGB
CMYK
RGB Variations
Color information
#BC53C8 (or 0xBC53C8) is known color: Fuchsia. HEX triplet: BC, 53 and C8. RGB value is (188,83,200). Sum of RGB (Red+Green+Blue) = 188+83+200=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC53C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53C8 is #43AC37. Grayscale: #7F7F7F. Windows color (decimal): -4435000 or 13128636. OLE color: 13128636.
HSL color Cylindrical-coordinate representation of color #BC53C8: hue angle of 293.85º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC53C8 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 83 | 200 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.22 |
| HSL | 293.85º | 0.52% | 0.55% | - |
| HSV(B) | 293.85º | 0.59% | 0.78% | - |
| XYZ | 34.26 | 21.05 | 56.9 | - |
| YUV | 127.73 | 168.79 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 200 | 0.06 | 0.58 | 0 | 0.22 | 293.85 | 0.52 | 0.55 |
| Hex | BC | 53 | C8 | 6 | 3A | 0 | 16 | 126 | 34 | 37 |
| Octal | 274 | 123 | 310 | 6 | 72 | 0 | 26 | 446 | 64 | 67 |
| Binary | 10111100 | 1010011 | 11001000 | 110 | 111010 | 0 | 10110 | 100100110 | 110100 | 110111 |
Color Harmonies of #BC53C8
Complementary color
Monochromatic Colors of #BC53C8
Black with #BC53C8
Text Example
Text Example
White with #BC53C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53C8; }
p { color: rgb(188,83,200); }
H1.HeaderClassName
{
color: #BC53C8;
}
.AnyTagClassName
{
color: #BC53C8;
}
</style>
background-color css
<style>
a { background-color: #BC53C8; }
a { background-color: rgb(188,83,200); }
div.DivClassName
{
background-color: #BC53C8;
}
.BgClassName
{
background-color: #BC53C8;
}
</style>
border-color css
<style>
span { border-color: #BC53C8; }
span { border-color: rgb(188,83,200); }
td.TdClassName
{
border-color: #BC53C8;
}
.TagClassName
{
border-color: #BC53C8;
}
</style>