Shades of Fuchsia #BD32AE
Tints of Fuchsia #BD32AE
RGB
CMYK
RGB Variations
Color information
#BD32AE (or 0xBD32AE) is known color: Fuchsia. HEX triplet: BD, 32 and AE. RGB value is (189,50,174). Sum of RGB (Red+Green+Blue) = 189+50+174=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD32AE is #42CD51. Grayscale: #696969. Windows color (decimal): -4377938 or 11416253. OLE color: 11416253.
HSL color Cylindrical-coordinate representation of color #BD32AE: hue angle of 306.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD32AE is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 174 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.26 |
| HSL | 306.47º | 0.58% | 0.47% | - |
| HSV(B) | 306.47º | 0.74% | 0.74% | - |
| XYZ | 29.77 | 16.16 | 41.59 | - |
| YUV | 105.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 174 | 0 | 0.74 | 0.08 | 0.26 | 306.47 | 0.58 | 0.47 |
| Hex | BD | 32 | AE | 0 | 4A | 8 | 1A | 132 | 3A | 2F |
| Octal | 275 | 62 | 256 | 0 | 112 | 10 | 32 | 462 | 72 | 57 |
| Binary | 10111101 | 110010 | 10101110 | 0 | 1001010 | 1000 | 11010 | 100110010 | 111010 | 101111 |
Color Harmonies of #BD32AE
Complementary color
Monochromatic Colors of #BD32AE
Black with #BD32AE
Text Example
Text Example
White with #BD32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32AE; }
p { color: rgb(189,50,174); }
H1.HeaderClassName
{
color: #BD32AE;
}
.AnyTagClassName
{
color: #BD32AE;
}
</style>
background-color css
<style>
a { background-color: #BD32AE; }
a { background-color: rgb(189,50,174); }
div.DivClassName
{
background-color: #BD32AE;
}
.BgClassName
{
background-color: #BD32AE;
}
</style>
border-color css
<style>
span { border-color: #BD32AE; }
span { border-color: rgb(189,50,174); }
td.TdClassName
{
border-color: #BD32AE;
}
.TagClassName
{
border-color: #BD32AE;
}
</style>