Shades of Fuchsia #BD4AA9
Tints of Fuchsia #BD4AA9
RGB
CMYK
RGB Variations
Color information
#BD4AA9 (or 0xBD4AA9) is known color: Fuchsia. HEX triplet: BD, 4A and A9. RGB value is (189,74,169). Sum of RGB (Red+Green+Blue) = 189+74+169=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4AA9 is #42B556. Grayscale: #767676. Windows color (decimal): -4371799 or 11094717. OLE color: 11094717.
HSL color Cylindrical-coordinate representation of color #BD4AA9: hue angle of 310.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4AA9 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 169 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.26 |
| HSL | 310.43º | 0.47% | 0.52% | - |
| HSV(B) | 310.43º | 0.61% | 0.74% | - |
| XYZ | 30.6 | 18.58 | 39.51 | - |
| YUV | 119.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 169 | 0 | 0.61 | 0.11 | 0.26 | 310.43 | 0.47 | 0.52 |
| Hex | BD | 4A | A9 | 0 | 3D | B | 1A | 136 | 2F | 34 |
| Octal | 275 | 112 | 251 | 0 | 75 | 13 | 32 | 466 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10101001 | 0 | 111101 | 1011 | 11010 | 100110110 | 101111 | 110100 |
Color Harmonies of #BD4AA9
Complementary color
Monochromatic Colors of #BD4AA9
Black with #BD4AA9
Text Example
Text Example
White with #BD4AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AA9; }
p { color: rgb(189,74,169); }
H1.HeaderClassName
{
color: #BD4AA9;
}
.AnyTagClassName
{
color: #BD4AA9;
}
</style>
background-color css
<style>
a { background-color: #BD4AA9; }
a { background-color: rgb(189,74,169); }
div.DivClassName
{
background-color: #BD4AA9;
}
.BgClassName
{
background-color: #BD4AA9;
}
</style>
border-color css
<style>
span { border-color: #BD4AA9; }
span { border-color: rgb(189,74,169); }
td.TdClassName
{
border-color: #BD4AA9;
}
.TagClassName
{
border-color: #BD4AA9;
}
</style>