Shades of Fuchsia #BD71BB
Tints of Fuchsia #BD71BB
RGB
CMYK
RGB Variations
Color information
#BD71BB (or 0xBD71BB) is known color: Fuchsia. HEX triplet: BD, 71 and BB. RGB value is (189,113,187). Sum of RGB (Red+Green+Blue) = 189+113+187=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71BB is #428E44. Grayscale: #8F8F8F. Windows color (decimal): -4361797 or 12284349. OLE color: 12284349.
HSL color Cylindrical-coordinate representation of color #BD71BB: hue angle of 301.58º 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 #BD71BB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 187 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.26 |
| HSL | 301.58º | 0.37% | 0.59% | - |
| HSV(B) | 301.58º | 0.4% | 0.74% | - |
| XYZ | 35.86 | 26.22 | 50.18 | - |
| YUV | 144.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 187 | 0 | 0.40 | 0.01 | 0.26 | 301.58 | 0.37 | 0.59 |
| Hex | BD | 71 | BB | 0 | 28 | 1 | 1A | 12E | 25 | 3B |
| Octal | 275 | 161 | 273 | 0 | 50 | 1 | 32 | 456 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10111011 | 0 | 101000 | 1 | 11010 | 100101110 | 100101 | 111011 |
Color Harmonies of #BD71BB
Complementary color
Monochromatic Colors of #BD71BB
Black with #BD71BB
Text Example
Text Example
White with #BD71BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71BB; }
p { color: rgb(189,113,187); }
H1.HeaderClassName
{
color: #BD71BB;
}
.AnyTagClassName
{
color: #BD71BB;
}
</style>
background-color css
<style>
a { background-color: #BD71BB; }
a { background-color: rgb(189,113,187); }
div.DivClassName
{
background-color: #BD71BB;
}
.BgClassName
{
background-color: #BD71BB;
}
</style>
border-color css
<style>
span { border-color: #BD71BB; }
span { border-color: rgb(189,113,187); }
td.TdClassName
{
border-color: #BD71BB;
}
.TagClassName
{
border-color: #BD71BB;
}
</style>