Shades of Fuchsia #BC51BD
Tints of Fuchsia #BC51BD
RGB
CMYK
RGB Variations
Color information
#BC51BD (or 0xBC51BD) is known color: Fuchsia. HEX triplet: BC, 51 and BD. RGB value is (188,81,189). Sum of RGB (Red+Green+Blue) = 188+81+189=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC51BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51BD is #43AE42. Grayscale: #7C7C7C. Windows color (decimal): -4435523 or 12407228. OLE color: 12407228.
HSL color Cylindrical-coordinate representation of color #BC51BD: hue angle of 299.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC51BD is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 189 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.26 |
| HSL | 299.44º | 0.45% | 0.53% | - |
| HSV(B) | 299.44º | 0.57% | 0.74% | - |
| XYZ | 32.87 | 20.25 | 50.32 | - |
| YUV | 125.31 | 163.95 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 189 | 0.01 | 0.57 | 0 | 0.26 | 299.44 | 0.45 | 0.53 |
| Hex | BC | 51 | BD | 1 | 39 | 0 | 1A | 12B | 2D | 35 |
| Octal | 274 | 121 | 275 | 1 | 71 | 0 | 32 | 453 | 55 | 65 |
| Binary | 10111100 | 1010001 | 10111101 | 1 | 111001 | 0 | 11010 | 100101011 | 101101 | 110101 |
Color Harmonies of #BC51BD
Complementary color
Monochromatic Colors of #BC51BD
Black with #BC51BD
Text Example
Text Example
White with #BC51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51BD; }
p { color: rgb(188,81,189); }
H1.HeaderClassName
{
color: #BC51BD;
}
.AnyTagClassName
{
color: #BC51BD;
}
</style>
background-color css
<style>
a { background-color: #BC51BD; }
a { background-color: rgb(188,81,189); }
div.DivClassName
{
background-color: #BC51BD;
}
.BgClassName
{
background-color: #BC51BD;
}
</style>
border-color css
<style>
span { border-color: #BC51BD; }
span { border-color: rgb(188,81,189); }
td.TdClassName
{
border-color: #BC51BD;
}
.TagClassName
{
border-color: #BC51BD;
}
</style>