Shades of Fuchsia #BC51BC
Tints of Fuchsia #BC51BC
RGB
CMYK
RGB Variations
Color information
#BC51BC (or 0xBC51BC) is known color: Fuchsia. HEX triplet: BC, 51 and BC. RGB value is (188,81,188). Sum of RGB (Red+Green+Blue) = 188+81+188=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC51BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51BC is #43AE43. Grayscale: #7C7C7C. Windows color (decimal): -4435524 or 12341692. OLE color: 12341692.
HSL color Cylindrical-coordinate representation of color #BC51BC: hue angle of 300º 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 #BC51BC is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 188 | - |
| CMYK | 0 | 0.57 | 0 | 0.26 |
| HSL | 300º | 0.44% | 0.53% | - |
| HSV(B) | 300º | 0.57% | 0.74% | - |
| XYZ | 32.76 | 20.21 | 49.75 | - |
| YUV | 125.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 188 | 0 | 0.57 | 0 | 0.26 | 300 | 0.44 | 0.53 |
| Hex | BC | 51 | BC | 0 | 39 | 0 | 1A | 12C | 2C | 35 |
| Octal | 274 | 121 | 274 | 0 | 71 | 0 | 32 | 454 | 54 | 65 |
| Binary | 10111100 | 1010001 | 10111100 | 0 | 111001 | 0 | 11010 | 100101100 | 101100 | 110101 |
Color Harmonies of #BC51BC
Complementary color
Monochromatic Colors of #BC51BC
Black with #BC51BC
Text Example
Text Example
White with #BC51BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51BC; }
p { color: rgb(188,81,188); }
H1.HeaderClassName
{
color: #BC51BC;
}
.AnyTagClassName
{
color: #BC51BC;
}
</style>
background-color css
<style>
a { background-color: #BC51BC; }
a { background-color: rgb(188,81,188); }
div.DivClassName
{
background-color: #BC51BC;
}
.BgClassName
{
background-color: #BC51BC;
}
</style>
border-color css
<style>
span { border-color: #BC51BC; }
span { border-color: rgb(188,81,188); }
td.TdClassName
{
border-color: #BC51BC;
}
.TagClassName
{
border-color: #BC51BC;
}
</style>