Shades of Fuchsia #BD71B8
Tints of Fuchsia #BD71B8
RGB
CMYK
RGB Variations
Color information
#BD71B8 (or 0xBD71B8) is known color: Fuchsia. HEX triplet: BD, 71 and B8. RGB value is (189,113,184). Sum of RGB (Red+Green+Blue) = 189+113+184=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71B8 is #428E47. Grayscale: #8F8F8F. Windows color (decimal): -4361800 or 12087741. OLE color: 12087741.
HSL color Cylindrical-coordinate representation of color #BD71B8: hue angle of 303.95º 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 #BD71B8 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 184 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.26 |
| HSL | 303.95º | 0.37% | 0.59% | - |
| HSV(B) | 303.95º | 0.4% | 0.74% | - |
| XYZ | 35.54 | 26.09 | 48.51 | - |
| YUV | 143.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 184 | 0 | 0.40 | 0.03 | 0.26 | 303.95 | 0.37 | 0.59 |
| Hex | BD | 71 | B8 | 0 | 28 | 3 | 1A | 130 | 25 | 3B |
| Octal | 275 | 161 | 270 | 0 | 50 | 3 | 32 | 460 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10111000 | 0 | 101000 | 11 | 11010 | 100110000 | 100101 | 111011 |
Color Harmonies of #BD71B8
Complementary color
Monochromatic Colors of #BD71B8
Black with #BD71B8
Text Example
Text Example
White with #BD71B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71B8; }
p { color: rgb(189,113,184); }
H1.HeaderClassName
{
color: #BD71B8;
}
.AnyTagClassName
{
color: #BD71B8;
}
</style>
background-color css
<style>
a { background-color: #BD71B8; }
a { background-color: rgb(189,113,184); }
div.DivClassName
{
background-color: #BD71B8;
}
.BgClassName
{
background-color: #BD71B8;
}
</style>
border-color css
<style>
span { border-color: #BD71B8; }
span { border-color: rgb(189,113,184); }
td.TdClassName
{
border-color: #BD71B8;
}
.TagClassName
{
border-color: #BD71B8;
}
</style>