Shades of Fuchsia #BD32AC
Tints of Fuchsia #BD32AC
RGB
CMYK
RGB Variations
Color information
#BD32AC (or 0xBD32AC) is known color: Fuchsia. HEX triplet: BD, 32 and AC. RGB value is (189,50,172). Sum of RGB (Red+Green+Blue) = 189+50+172=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD32AC is #42CD53. Grayscale: #696969. Windows color (decimal): -4377940 or 11285181. OLE color: 11285181.
HSL color Cylindrical-coordinate representation of color #BD32AC: hue angle of 307.34º 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 #BD32AC is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 172 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.26 |
| HSL | 307.34º | 0.58% | 0.47% | - |
| HSV(B) | 307.34º | 0.74% | 0.74% | - |
| XYZ | 29.57 | 16.08 | 40.57 | - |
| YUV | 105.47 | 165.55 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 172 | 0 | 0.74 | 0.09 | 0.26 | 307.34 | 0.58 | 0.47 |
| Hex | BD | 32 | AC | 0 | 4A | 9 | 1A | 133 | 3A | 2F |
| Octal | 275 | 62 | 254 | 0 | 112 | 11 | 32 | 463 | 72 | 57 |
| Binary | 10111101 | 110010 | 10101100 | 0 | 1001010 | 1001 | 11010 | 100110011 | 111010 | 101111 |
Color Harmonies of #BD32AC
Complementary color
Monochromatic Colors of #BD32AC
Black with #BD32AC
Text Example
Text Example
White with #BD32AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32AC; }
p { color: rgb(189,50,172); }
H1.HeaderClassName
{
color: #BD32AC;
}
.AnyTagClassName
{
color: #BD32AC;
}
</style>
background-color css
<style>
a { background-color: #BD32AC; }
a { background-color: rgb(189,50,172); }
div.DivClassName
{
background-color: #BD32AC;
}
.BgClassName
{
background-color: #BD32AC;
}
</style>
border-color css
<style>
span { border-color: #BD32AC; }
span { border-color: rgb(189,50,172); }
td.TdClassName
{
border-color: #BD32AC;
}
.TagClassName
{
border-color: #BD32AC;
}
</style>