Shades of Fuchsia #BC53B0
Tints of Fuchsia #BC53B0
RGB
CMYK
RGB Variations
Color information
#BC53B0 (or 0xBC53B0) is known color: Fuchsia. HEX triplet: BC, 53 and B0. RGB value is (188,83,176). Sum of RGB (Red+Green+Blue) = 188+83+176=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53B0 is #43AC4F. Grayscale: #7C7C7C. Windows color (decimal): -4435024 or 11555772. OLE color: 11555772.
HSL color Cylindrical-coordinate representation of color #BC53B0: hue angle of 306.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC53B0 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 176 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.26 |
| HSL | 306.86º | 0.44% | 0.53% | - |
| HSV(B) | 306.86º | 0.56% | 0.74% | - |
| XYZ | 31.67 | 20.01 | 43.27 | - |
| YUV | 125 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 176 | 0 | 0.56 | 0.06 | 0.26 | 306.86 | 0.44 | 0.53 |
| Hex | BC | 53 | B0 | 0 | 38 | 6 | 1A | 133 | 2C | 35 |
| Octal | 274 | 123 | 260 | 0 | 70 | 6 | 32 | 463 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10110000 | 0 | 111000 | 110 | 11010 | 100110011 | 101100 | 110101 |
Color Harmonies of #BC53B0
Complementary color
Monochromatic Colors of #BC53B0
Black with #BC53B0
Text Example
Text Example
White with #BC53B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53B0; }
p { color: rgb(188,83,176); }
H1.HeaderClassName
{
color: #BC53B0;
}
.AnyTagClassName
{
color: #BC53B0;
}
</style>
background-color css
<style>
a { background-color: #BC53B0; }
a { background-color: rgb(188,83,176); }
div.DivClassName
{
background-color: #BC53B0;
}
.BgClassName
{
background-color: #BC53B0;
}
</style>
border-color css
<style>
span { border-color: #BC53B0; }
span { border-color: rgb(188,83,176); }
td.TdClassName
{
border-color: #BC53B0;
}
.TagClassName
{
border-color: #BC53B0;
}
</style>