Shades of Fuchsia #BD40AA
Tints of Fuchsia #BD40AA
RGB
CMYK
RGB Variations
Color information
#BD40AA (or 0xBD40AA) is known color: Fuchsia. HEX triplet: BD, 40 and AA. RGB value is (189,64,170). Sum of RGB (Red+Green+Blue) = 189+64+170=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40AA is #42BF55. Grayscale: #717171. Windows color (decimal): -4374358 or 11157693. OLE color: 11157693.
HSL color Cylindrical-coordinate representation of color #BD40AA: hue angle of 309.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40AA is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 170 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.26 |
| HSL | 309.12º | 0.49% | 0.5% | - |
| HSV(B) | 309.12º | 0.66% | 0.74% | - |
| XYZ | 30.08 | 17.39 | 39.8 | - |
| YUV | 113.46 | 159.91 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 170 | 0 | 0.66 | 0.10 | 0.26 | 309.12 | 0.49 | 0.5 |
| Hex | BD | 40 | AA | 0 | 42 | A | 1A | 135 | 31 | 32 |
| Octal | 275 | 100 | 252 | 0 | 102 | 12 | 32 | 465 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10101010 | 0 | 1000010 | 1010 | 11010 | 100110101 | 110001 | 110010 |
Color Harmonies of #BD40AA
Complementary color
Monochromatic Colors of #BD40AA
Black with #BD40AA
Text Example
Text Example
White with #BD40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40AA; }
p { color: rgb(189,64,170); }
H1.HeaderClassName
{
color: #BD40AA;
}
.AnyTagClassName
{
color: #BD40AA;
}
</style>
background-color css
<style>
a { background-color: #BD40AA; }
a { background-color: rgb(189,64,170); }
div.DivClassName
{
background-color: #BD40AA;
}
.BgClassName
{
background-color: #BD40AA;
}
</style>
border-color css
<style>
span { border-color: #BD40AA; }
span { border-color: rgb(189,64,170); }
td.TdClassName
{
border-color: #BD40AA;
}
.TagClassName
{
border-color: #BD40AA;
}
</style>