Shades of Fuchsia #BD71B4
Tints of Fuchsia #BD71B4
RGB
CMYK
RGB Variations
Color information
#BD71B4 (or 0xBD71B4) is known color: Fuchsia. HEX triplet: BD, 71 and B4. RGB value is (189,113,180). Sum of RGB (Red+Green+Blue) = 189+113+180=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71B4 is #428E4B. Grayscale: #8F8F8F. Windows color (decimal): -4361804 or 11825597. OLE color: 11825597.
HSL color Cylindrical-coordinate representation of color #BD71B4: hue angle of 307.11º 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 #BD71B4 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 180 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.26 |
| HSL | 307.11º | 0.37% | 0.59% | - |
| HSV(B) | 307.11º | 0.4% | 0.74% | - |
| XYZ | 35.13 | 25.92 | 46.33 | - |
| YUV | 143.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 180 | 0 | 0.40 | 0.05 | 0.26 | 307.11 | 0.37 | 0.59 |
| Hex | BD | 71 | B4 | 0 | 28 | 5 | 1A | 133 | 25 | 3B |
| Octal | 275 | 161 | 264 | 0 | 50 | 5 | 32 | 463 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10110100 | 0 | 101000 | 101 | 11010 | 100110011 | 100101 | 111011 |
Color Harmonies of #BD71B4
Complementary color
Monochromatic Colors of #BD71B4
Black with #BD71B4
Text Example
Text Example
White with #BD71B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71B4; }
p { color: rgb(189,113,180); }
H1.HeaderClassName
{
color: #BD71B4;
}
.AnyTagClassName
{
color: #BD71B4;
}
</style>
background-color css
<style>
a { background-color: #BD71B4; }
a { background-color: rgb(189,113,180); }
div.DivClassName
{
background-color: #BD71B4;
}
.BgClassName
{
background-color: #BD71B4;
}
</style>
border-color css
<style>
span { border-color: #BD71B4; }
span { border-color: rgb(189,113,180); }
td.TdClassName
{
border-color: #BD71B4;
}
.TagClassName
{
border-color: #BD71B4;
}
</style>