Shades of Fuchsia #BD2AAE
Tints of Fuchsia #BD2AAE
RGB
CMYK
RGB Variations
Color information
#BD2AAE (or 0xBD2AAE) is known color: Fuchsia. HEX triplet: BD, 2A and AE. RGB value is (189,42,174). Sum of RGB (Red+Green+Blue) = 189+42+174=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2AAE is #42D551. Grayscale: #646464. Windows color (decimal): -4379986 or 11414205. OLE color: 11414205.
HSL color Cylindrical-coordinate representation of color #BD2AAE: hue angle of 306.12º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2AAE is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 174 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.26 |
| HSL | 306.12º | 0.64% | 0.45% | - |
| HSV(B) | 306.12º | 0.78% | 0.74% | - |
| XYZ | 29.45 | 15.53 | 41.49 | - |
| YUV | 101 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 174 | 0 | 0.78 | 0.08 | 0.26 | 306.12 | 0.64 | 0.45 |
| Hex | BD | 2A | AE | 0 | 4E | 8 | 1A | 132 | 40 | 2D |
| Octal | 275 | 52 | 256 | 0 | 116 | 10 | 32 | 462 | 100 | 55 |
| Binary | 10111101 | 101010 | 10101110 | 0 | 1001110 | 1000 | 11010 | 100110010 | 1000000 | 101101 |
Color Harmonies of #BD2AAE
Complementary color
Monochromatic Colors of #BD2AAE
Black with #BD2AAE
Text Example
Text Example
White with #BD2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AAE; }
p { color: rgb(189,42,174); }
H1.HeaderClassName
{
color: #BD2AAE;
}
.AnyTagClassName
{
color: #BD2AAE;
}
</style>
background-color css
<style>
a { background-color: #BD2AAE; }
a { background-color: rgb(189,42,174); }
div.DivClassName
{
background-color: #BD2AAE;
}
.BgClassName
{
background-color: #BD2AAE;
}
</style>
border-color css
<style>
span { border-color: #BD2AAE; }
span { border-color: rgb(189,42,174); }
td.TdClassName
{
border-color: #BD2AAE;
}
.TagClassName
{
border-color: #BD2AAE;
}
</style>