Shades of Fuchsia #BD54A9
Tints of Fuchsia #BD54A9
RGB
CMYK
RGB Variations
Color information
#BD54A9 (or 0xBD54A9) is known color: Fuchsia. HEX triplet: BD, 54 and A9. RGB value is (189,84,169). Sum of RGB (Red+Green+Blue) = 189+84+169=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD54A9 is #42AB56. Grayscale: #7C7C7C. Windows color (decimal): -4369239 or 11097277. OLE color: 11097277.
HSL color Cylindrical-coordinate representation of color #BD54A9: hue angle of 311.43º 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 #BD54A9 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 169 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.26 |
| HSL | 311.43º | 0.44% | 0.54% | - |
| HSV(B) | 311.43º | 0.56% | 0.74% | - |
| XYZ | 31.32 | 20.02 | 39.75 | - |
| YUV | 125.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 169 | 0 | 0.56 | 0.11 | 0.26 | 311.43 | 0.44 | 0.54 |
| Hex | BD | 54 | A9 | 0 | 38 | B | 1A | 137 | 2C | 36 |
| Octal | 275 | 124 | 251 | 0 | 70 | 13 | 32 | 467 | 54 | 66 |
| Binary | 10111101 | 1010100 | 10101001 | 0 | 111000 | 1011 | 11010 | 100110111 | 101100 | 110110 |
Color Harmonies of #BD54A9
Complementary color
Monochromatic Colors of #BD54A9
Black with #BD54A9
Text Example
Text Example
White with #BD54A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54A9; }
p { color: rgb(189,84,169); }
H1.HeaderClassName
{
color: #BD54A9;
}
.AnyTagClassName
{
color: #BD54A9;
}
</style>
background-color css
<style>
a { background-color: #BD54A9; }
a { background-color: rgb(189,84,169); }
div.DivClassName
{
background-color: #BD54A9;
}
.BgClassName
{
background-color: #BD54A9;
}
</style>
border-color css
<style>
span { border-color: #BD54A9; }
span { border-color: rgb(189,84,169); }
td.TdClassName
{
border-color: #BD54A9;
}
.TagClassName
{
border-color: #BD54A9;
}
</style>