Shades of Fuchsia #BD71BC
Tints of Fuchsia #BD71BC
RGB
CMYK
RGB Variations
Color information
#BD71BC (or 0xBD71BC) is known color: Fuchsia. HEX triplet: BD, 71 and BC. RGB value is (189,113,188). Sum of RGB (Red+Green+Blue) = 189+113+188=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71BC is #428E43. Grayscale: #909090. Windows color (decimal): -4361796 or 12349885. OLE color: 12349885.
HSL color Cylindrical-coordinate representation of color #BD71BC: hue angle of 300.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD71BC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 188 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.26 |
| HSL | 300.79º | 0.37% | 0.59% | - |
| HSV(B) | 300.79º | 0.4% | 0.74% | - |
| XYZ | 35.97 | 26.26 | 50.75 | - |
| YUV | 144.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 188 | 0 | 0.40 | 0.01 | 0.26 | 300.79 | 0.37 | 0.59 |
| Hex | BD | 71 | BC | 0 | 28 | 1 | 1A | 12D | 25 | 3B |
| Octal | 275 | 161 | 274 | 0 | 50 | 1 | 32 | 455 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10111100 | 0 | 101000 | 1 | 11010 | 100101101 | 100101 | 111011 |
Color Harmonies of #BD71BC
Complementary color
Monochromatic Colors of #BD71BC
Black with #BD71BC
Text Example
Text Example
White with #BD71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71BC; }
p { color: rgb(189,113,188); }
H1.HeaderClassName
{
color: #BD71BC;
}
.AnyTagClassName
{
color: #BD71BC;
}
</style>
background-color css
<style>
a { background-color: #BD71BC; }
a { background-color: rgb(189,113,188); }
div.DivClassName
{
background-color: #BD71BC;
}
.BgClassName
{
background-color: #BD71BC;
}
</style>
border-color css
<style>
span { border-color: #BD71BC; }
span { border-color: rgb(189,113,188); }
td.TdClassName
{
border-color: #BD71BC;
}
.TagClassName
{
border-color: #BD71BC;
}
</style>