Shades of Fuchsia #BC51A5
Tints of Fuchsia #BC51A5
RGB
CMYK
RGB Variations
Color information
#BC51A5 (or 0xBC51A5) is known color: Fuchsia. HEX triplet: BC, 51 and A5. RGB value is (188,81,165). Sum of RGB (Red+Green+Blue) = 188+81+165=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51A5 is #43AE5A. Grayscale: #7A7A7A. Windows color (decimal): -4435547 or 10834364. OLE color: 10834364.
HSL color Cylindrical-coordinate representation of color #BC51A5: hue angle of 312.9º degrees, saturation: 0.44, 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 #BC51A5 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 165 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.26 |
| HSL | 312.9º | 0.44% | 0.53% | - |
| HSV(B) | 312.9º | 0.57% | 0.74% | - |
| XYZ | 30.47 | 19.29 | 37.72 | - |
| YUV | 122.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 165 | 0 | 0.57 | 0.12 | 0.26 | 312.9 | 0.44 | 0.53 |
| Hex | BC | 51 | A5 | 0 | 39 | C | 1A | 139 | 2C | 35 |
| Octal | 274 | 121 | 245 | 0 | 71 | 14 | 32 | 471 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10100101 | 0 | 111001 | 1100 | 11010 | 100111001 | 101100 | 110101 |
Color Harmonies of #BC51A5
Complementary color
Monochromatic Colors of #BC51A5
Black with #BC51A5
Text Example
Text Example
White with #BC51A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51A5; }
p { color: rgb(188,81,165); }
H1.HeaderClassName
{
color: #BC51A5;
}
.AnyTagClassName
{
color: #BC51A5;
}
</style>
background-color css
<style>
a { background-color: #BC51A5; }
a { background-color: rgb(188,81,165); }
div.DivClassName
{
background-color: #BC51A5;
}
.BgClassName
{
background-color: #BC51A5;
}
</style>
border-color css
<style>
span { border-color: #BC51A5; }
span { border-color: rgb(188,81,165); }
td.TdClassName
{
border-color: #BC51A5;
}
.TagClassName
{
border-color: #BC51A5;
}
</style>