Shades of Fuchsia #BD41AA
Tints of Fuchsia #BD41AA
RGB
CMYK
RGB Variations
Color information
#BD41AA (or 0xBD41AA) is known color: Fuchsia. HEX triplet: BD, 41 and AA. RGB value is (189,65,170). Sum of RGB (Red+Green+Blue) = 189+65+170=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD41AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD41AA is #42BE55. Grayscale: #717171. Windows color (decimal): -4374102 or 11157949. OLE color: 11157949.
HSL color Cylindrical-coordinate representation of color #BD41AA: hue angle of 309.19º 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 #BD41AA is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 170 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.26 |
| HSL | 309.19º | 0.49% | 0.5% | - |
| HSV(B) | 309.19º | 0.66% | 0.74% | - |
| XYZ | 30.13 | 17.5 | 39.82 | - |
| YUV | 114.05 | 159.58 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 170 | 0 | 0.66 | 0.10 | 0.26 | 309.19 | 0.49 | 0.5 |
| Hex | BD | 41 | AA | 0 | 42 | A | 1A | 135 | 31 | 32 |
| Octal | 275 | 101 | 252 | 0 | 102 | 12 | 32 | 465 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10101010 | 0 | 1000010 | 1010 | 11010 | 100110101 | 110001 | 110010 |
Color Harmonies of #BD41AA
Complementary color
Monochromatic Colors of #BD41AA
Black with #BD41AA
Text Example
Text Example
White with #BD41AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD41AA; }
p { color: rgb(189,65,170); }
H1.HeaderClassName
{
color: #BD41AA;
}
.AnyTagClassName
{
color: #BD41AA;
}
</style>
background-color css
<style>
a { background-color: #BD41AA; }
a { background-color: rgb(189,65,170); }
div.DivClassName
{
background-color: #BD41AA;
}
.BgClassName
{
background-color: #BD41AA;
}
</style>
border-color css
<style>
span { border-color: #BD41AA; }
span { border-color: rgb(189,65,170); }
td.TdClassName
{
border-color: #BD41AA;
}
.TagClassName
{
border-color: #BD41AA;
}
</style>