Shades of Fuchsia #BC52B1
Tints of Fuchsia #BC52B1
RGB
CMYK
RGB Variations
Color information
#BC52B1 (or 0xBC52B1) is known color: Fuchsia. HEX triplet: BC, 52 and B1. RGB value is (188,82,177). Sum of RGB (Red+Green+Blue) = 188+82+177=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC52B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC52B1 is #43AD4E. Grayscale: #7C7C7C. Windows color (decimal): -4435279 or 11621052. OLE color: 11621052.
HSL color Cylindrical-coordinate representation of color #BC52B1: hue angle of 306.23º 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 #BC52B1 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 177 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.26 |
| HSL | 306.23º | 0.44% | 0.53% | - |
| HSV(B) | 306.23º | 0.56% | 0.74% | - |
| XYZ | 31.69 | 19.9 | 43.77 | - |
| YUV | 124.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 177 | 0 | 0.56 | 0.06 | 0.26 | 306.23 | 0.44 | 0.53 |
| Hex | BC | 52 | B1 | 0 | 38 | 6 | 1A | 132 | 2C | 35 |
| Octal | 274 | 122 | 261 | 0 | 70 | 6 | 32 | 462 | 54 | 65 |
| Binary | 10111100 | 1010010 | 10110001 | 0 | 111000 | 110 | 11010 | 100110010 | 101100 | 110101 |
Color Harmonies of #BC52B1
Complementary color
Monochromatic Colors of #BC52B1
Black with #BC52B1
Text Example
Text Example
White with #BC52B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52B1; }
p { color: rgb(188,82,177); }
H1.HeaderClassName
{
color: #BC52B1;
}
.AnyTagClassName
{
color: #BC52B1;
}
</style>
background-color css
<style>
a { background-color: #BC52B1; }
a { background-color: rgb(188,82,177); }
div.DivClassName
{
background-color: #BC52B1;
}
.BgClassName
{
background-color: #BC52B1;
}
</style>
border-color css
<style>
span { border-color: #BC52B1; }
span { border-color: rgb(188,82,177); }
td.TdClassName
{
border-color: #BC52B1;
}
.TagClassName
{
border-color: #BC52B1;
}
</style>