Shades of Fuchsia #BD71BD
Tints of Fuchsia #BD71BD
RGB
CMYK
RGB Variations
Color information
#BD71BD (or 0xBD71BD) is known color: Fuchsia. HEX triplet: BD, 71 and BD. RGB value is (189,113,189). Sum of RGB (Red+Green+Blue) = 189+113+189=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71BD is #428E42. Grayscale: #909090. Windows color (decimal): -4361795 or 12415421. OLE color: 12415421.
HSL color Cylindrical-coordinate representation of color #BD71BD: hue angle of 300º 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 #BD71BD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 189 | - |
| CMYK | 0 | 0.40 | 0 | 0.26 |
| HSL | 300º | 0.37% | 0.59% | - |
| HSV(B) | 300º | 0.4% | 0.74% | - |
| XYZ | 36.08 | 26.3 | 51.32 | - |
| YUV | 144.39 | 153.18 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 189 | 0 | 0.40 | 0 | 0.26 | 300 | 0.37 | 0.59 |
| Hex | BD | 71 | BD | 0 | 28 | 0 | 1A | 12C | 25 | 3B |
| Octal | 275 | 161 | 275 | 0 | 50 | 0 | 32 | 454 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10111101 | 0 | 101000 | 0 | 11010 | 100101100 | 100101 | 111011 |
Color Harmonies of #BD71BD
Complementary color
Monochromatic Colors of #BD71BD
Black with #BD71BD
Text Example
Text Example
White with #BD71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71BD; }
p { color: rgb(189,113,189); }
H1.HeaderClassName
{
color: #BD71BD;
}
.AnyTagClassName
{
color: #BD71BD;
}
</style>
background-color css
<style>
a { background-color: #BD71BD; }
a { background-color: rgb(189,113,189); }
div.DivClassName
{
background-color: #BD71BD;
}
.BgClassName
{
background-color: #BD71BD;
}
</style>
border-color css
<style>
span { border-color: #BD71BD; }
span { border-color: rgb(189,113,189); }
td.TdClassName
{
border-color: #BD71BD;
}
.TagClassName
{
border-color: #BD71BD;
}
</style>