Shades of Fuchsia #BD4AAA
Tints of Fuchsia #BD4AAA
RGB
CMYK
RGB Variations
Color information
#BD4AAA (or 0xBD4AAA) is known color: Fuchsia. HEX triplet: BD, 4A and AA. RGB value is (189,74,170). Sum of RGB (Red+Green+Blue) = 189+74+170=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4AAA is #42B555. Grayscale: #777777. Windows color (decimal): -4371798 or 11160253. OLE color: 11160253.
HSL color Cylindrical-coordinate representation of color #BD4AAA: hue angle of 309.91º 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 #BD4AAA is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 170 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.26 |
| HSL | 309.91º | 0.47% | 0.52% | - |
| HSV(B) | 309.91º | 0.61% | 0.74% | - |
| XYZ | 30.69 | 18.62 | 40.01 | - |
| YUV | 119.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 170 | 0 | 0.61 | 0.10 | 0.26 | 309.91 | 0.47 | 0.52 |
| Hex | BD | 4A | AA | 0 | 3D | A | 1A | 136 | 2F | 34 |
| Octal | 275 | 112 | 252 | 0 | 75 | 12 | 32 | 466 | 57 | 64 |
| Binary | 10111101 | 1001010 | 10101010 | 0 | 111101 | 1010 | 11010 | 100110110 | 101111 | 110100 |
Color Harmonies of #BD4AAA
Complementary color
Monochromatic Colors of #BD4AAA
Black with #BD4AAA
Text Example
Text Example
White with #BD4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4AAA; }
p { color: rgb(189,74,170); }
H1.HeaderClassName
{
color: #BD4AAA;
}
.AnyTagClassName
{
color: #BD4AAA;
}
</style>
background-color css
<style>
a { background-color: #BD4AAA; }
a { background-color: rgb(189,74,170); }
div.DivClassName
{
background-color: #BD4AAA;
}
.BgClassName
{
background-color: #BD4AAA;
}
</style>
border-color css
<style>
span { border-color: #BD4AAA; }
span { border-color: rgb(189,74,170); }
td.TdClassName
{
border-color: #BD4AAA;
}
.TagClassName
{
border-color: #BD4AAA;
}
</style>