Shades of Fuchsia #BC51AD
Tints of Fuchsia #BC51AD
RGB
CMYK
RGB Variations
Color information
#BC51AD (or 0xBC51AD) is known color: Fuchsia. HEX triplet: BC, 51 and AD. RGB value is (188,81,173). Sum of RGB (Red+Green+Blue) = 188+81+173=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51AD is #43AE52. Grayscale: #7B7B7B. Windows color (decimal): -4435539 or 11358652. OLE color: 11358652.
HSL color Cylindrical-coordinate representation of color #BC51AD: hue angle of 308.41º 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 #BC51AD is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 173 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.26 |
| HSL | 308.41º | 0.44% | 0.53% | - |
| HSV(B) | 308.41º | 0.57% | 0.74% | - |
| XYZ | 31.22 | 19.59 | 41.67 | - |
| YUV | 123.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 173 | 0 | 0.57 | 0.08 | 0.26 | 308.41 | 0.44 | 0.53 |
| Hex | BC | 51 | AD | 0 | 39 | 8 | 1A | 134 | 2C | 35 |
| Octal | 274 | 121 | 255 | 0 | 71 | 10 | 32 | 464 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10101101 | 0 | 111001 | 1000 | 11010 | 100110100 | 101100 | 110101 |
Color Harmonies of #BC51AD
Complementary color
Monochromatic Colors of #BC51AD
Black with #BC51AD
Text Example
Text Example
White with #BC51AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51AD; }
p { color: rgb(188,81,173); }
H1.HeaderClassName
{
color: #BC51AD;
}
.AnyTagClassName
{
color: #BC51AD;
}
</style>
background-color css
<style>
a { background-color: #BC51AD; }
a { background-color: rgb(188,81,173); }
div.DivClassName
{
background-color: #BC51AD;
}
.BgClassName
{
background-color: #BC51AD;
}
</style>
border-color css
<style>
span { border-color: #BC51AD; }
span { border-color: rgb(188,81,173); }
td.TdClassName
{
border-color: #BC51AD;
}
.TagClassName
{
border-color: #BC51AD;
}
</style>