Shades of Fuchsia #BC53B9
Tints of Fuchsia #BC53B9
RGB
CMYK
RGB Variations
Color information
#BC53B9 (or 0xBC53B9) is known color: Fuchsia. HEX triplet: BC, 53 and B9. RGB value is (188,83,185). Sum of RGB (Red+Green+Blue) = 188+83+185=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53B9 is #43AC46. Grayscale: #7D7D7D. Windows color (decimal): -4435015 or 12145596. OLE color: 12145596.
HSL color Cylindrical-coordinate representation of color #BC53B9: hue angle of 301.71º 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 #BC53B9 is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 185 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.26 |
| HSL | 301.71º | 0.44% | 0.53% | - |
| HSV(B) | 301.71º | 0.56% | 0.74% | - |
| XYZ | 32.59 | 20.38 | 48.12 | - |
| YUV | 126.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 185 | 0 | 0.56 | 0.02 | 0.26 | 301.71 | 0.44 | 0.53 |
| Hex | BC | 53 | B9 | 0 | 38 | 2 | 1A | 12E | 2C | 35 |
| Octal | 274 | 123 | 271 | 0 | 70 | 2 | 32 | 456 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10111001 | 0 | 111000 | 10 | 11010 | 100101110 | 101100 | 110101 |
Color Harmonies of #BC53B9
Complementary color
Monochromatic Colors of #BC53B9
Black with #BC53B9
Text Example
Text Example
White with #BC53B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53B9; }
p { color: rgb(188,83,185); }
H1.HeaderClassName
{
color: #BC53B9;
}
.AnyTagClassName
{
color: #BC53B9;
}
</style>
background-color css
<style>
a { background-color: #BC53B9; }
a { background-color: rgb(188,83,185); }
div.DivClassName
{
background-color: #BC53B9;
}
.BgClassName
{
background-color: #BC53B9;
}
</style>
border-color css
<style>
span { border-color: #BC53B9; }
span { border-color: rgb(188,83,185); }
td.TdClassName
{
border-color: #BC53B9;
}
.TagClassName
{
border-color: #BC53B9;
}
</style>