Shades of Fuchsia #BD71B7
Tints of Fuchsia #BD71B7
RGB
CMYK
RGB Variations
Color information
#BD71B7 (or 0xBD71B7) is known color: Fuchsia. HEX triplet: BD, 71 and B7. RGB value is (189,113,183). Sum of RGB (Red+Green+Blue) = 189+113+183=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71B7 is #428E48. Grayscale: #8F8F8F. Windows color (decimal): -4361801 or 12022205. OLE color: 12022205.
HSL color Cylindrical-coordinate representation of color #BD71B7: hue angle of 304.74º 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 #BD71B7 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 183 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.26 |
| HSL | 304.74º | 0.37% | 0.59% | - |
| HSV(B) | 304.74º | 0.4% | 0.74% | - |
| XYZ | 35.44 | 26.05 | 47.96 | - |
| YUV | 143.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 183 | 0 | 0.40 | 0.03 | 0.26 | 304.74 | 0.37 | 0.59 |
| Hex | BD | 71 | B7 | 0 | 28 | 3 | 1A | 131 | 25 | 3B |
| Octal | 275 | 161 | 267 | 0 | 50 | 3 | 32 | 461 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10110111 | 0 | 101000 | 11 | 11010 | 100110001 | 100101 | 111011 |
Color Harmonies of #BD71B7
Complementary color
Monochromatic Colors of #BD71B7
Black with #BD71B7
Text Example
Text Example
White with #BD71B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71B7; }
p { color: rgb(189,113,183); }
H1.HeaderClassName
{
color: #BD71B7;
}
.AnyTagClassName
{
color: #BD71B7;
}
</style>
background-color css
<style>
a { background-color: #BD71B7; }
a { background-color: rgb(189,113,183); }
div.DivClassName
{
background-color: #BD71B7;
}
.BgClassName
{
background-color: #BD71B7;
}
</style>
border-color css
<style>
span { border-color: #BD71B7; }
span { border-color: rgb(189,113,183); }
td.TdClassName
{
border-color: #BD71B7;
}
.TagClassName
{
border-color: #BD71B7;
}
</style>