Shades of Fuchsia #BD4CA9
Tints of Fuchsia #BD4CA9
RGB
CMYK
RGB Variations
Color information
#BD4CA9 (or 0xBD4CA9) is known color: Fuchsia. HEX triplet: BD, 4C and A9. RGB value is (189,76,169). Sum of RGB (Red+Green+Blue) = 189+76+169=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4CA9 is #42B356. Grayscale: #787878. Windows color (decimal): -4371287 or 11095229. OLE color: 11095229.
HSL color Cylindrical-coordinate representation of color #BD4CA9: hue angle of 310.62º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CA9 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 169 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.26 |
| HSL | 310.62º | 0.46% | 0.52% | - |
| HSV(B) | 310.62º | 0.6% | 0.74% | - |
| XYZ | 30.73 | 18.85 | 39.56 | - |
| YUV | 120.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 169 | 0 | 0.60 | 0.11 | 0.26 | 310.62 | 0.46 | 0.52 |
| Hex | BD | 4C | A9 | 0 | 3C | B | 1A | 137 | 2E | 34 |
| Octal | 275 | 114 | 251 | 0 | 74 | 13 | 32 | 467 | 56 | 64 |
| Binary | 10111101 | 1001100 | 10101001 | 0 | 111100 | 1011 | 11010 | 100110111 | 101110 | 110100 |
Color Harmonies of #BD4CA9
Complementary color
Monochromatic Colors of #BD4CA9
Black with #BD4CA9
Text Example
Text Example
White with #BD4CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CA9; }
p { color: rgb(189,76,169); }
H1.HeaderClassName
{
color: #BD4CA9;
}
.AnyTagClassName
{
color: #BD4CA9;
}
</style>
background-color css
<style>
a { background-color: #BD4CA9; }
a { background-color: rgb(189,76,169); }
div.DivClassName
{
background-color: #BD4CA9;
}
.BgClassName
{
background-color: #BD4CA9;
}
</style>
border-color css
<style>
span { border-color: #BD4CA9; }
span { border-color: rgb(189,76,169); }
td.TdClassName
{
border-color: #BD4CA9;
}
.TagClassName
{
border-color: #BD4CA9;
}
</style>