Shades of Fuchsia #BD54AD
Tints of Fuchsia #BD54AD
RGB
CMYK
RGB Variations
Color information
#BD54AD (or 0xBD54AD) is known color: Fuchsia. HEX triplet: BD, 54 and AD. RGB value is (189,84,173). Sum of RGB (Red+Green+Blue) = 189+84+173=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD54AD is #42AB52. Grayscale: #7D7D7D. Windows color (decimal): -4369235 or 11359421. OLE color: 11359421.
HSL color Cylindrical-coordinate representation of color #BD54AD: hue angle of 309.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD54AD is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 173 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.26 |
| HSL | 309.14º | 0.44% | 0.54% | - |
| HSV(B) | 309.14º | 0.56% | 0.74% | - |
| XYZ | 31.7 | 20.18 | 41.76 | - |
| YUV | 125.54 | 154.79 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 173 | 0 | 0.56 | 0.08 | 0.26 | 309.14 | 0.44 | 0.54 |
| Hex | BD | 54 | AD | 0 | 38 | 8 | 1A | 135 | 2C | 36 |
| Octal | 275 | 124 | 255 | 0 | 70 | 10 | 32 | 465 | 54 | 66 |
| Binary | 10111101 | 1010100 | 10101101 | 0 | 111000 | 1000 | 11010 | 100110101 | 101100 | 110110 |
Color Harmonies of #BD54AD
Complementary color
Monochromatic Colors of #BD54AD
Black with #BD54AD
Text Example
Text Example
White with #BD54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54AD; }
p { color: rgb(189,84,173); }
H1.HeaderClassName
{
color: #BD54AD;
}
.AnyTagClassName
{
color: #BD54AD;
}
</style>
background-color css
<style>
a { background-color: #BD54AD; }
a { background-color: rgb(189,84,173); }
div.DivClassName
{
background-color: #BD54AD;
}
.BgClassName
{
background-color: #BD54AD;
}
</style>
border-color css
<style>
span { border-color: #BD54AD; }
span { border-color: rgb(189,84,173); }
td.TdClassName
{
border-color: #BD54AD;
}
.TagClassName
{
border-color: #BD54AD;
}
</style>