Shades of Fuchsia #BD32AB
Tints of Fuchsia #BD32AB
RGB
CMYK
RGB Variations
Color information
#BD32AB (or 0xBD32AB) is known color: Fuchsia. HEX triplet: BD, 32 and AB. RGB value is (189,50,171). Sum of RGB (Red+Green+Blue) = 189+50+171=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD32AB is #42CD54. Grayscale: #696969. Windows color (decimal): -4377941 or 11219645. OLE color: 11219645.
HSL color Cylindrical-coordinate representation of color #BD32AB: hue angle of 307.77º 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 #BD32AB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 171 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.26 |
| HSL | 307.77º | 0.58% | 0.47% | - |
| HSV(B) | 307.77º | 0.74% | 0.74% | - |
| XYZ | 29.48 | 16.04 | 40.07 | - |
| YUV | 105.36 | 165.05 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 171 | 0 | 0.74 | 0.10 | 0.26 | 307.77 | 0.58 | 0.47 |
| Hex | BD | 32 | AB | 0 | 4A | A | 1A | 134 | 3A | 2F |
| Octal | 275 | 62 | 253 | 0 | 112 | 12 | 32 | 464 | 72 | 57 |
| Binary | 10111101 | 110010 | 10101011 | 0 | 1001010 | 1010 | 11010 | 100110100 | 111010 | 101111 |
Color Harmonies of #BD32AB
Complementary color
Monochromatic Colors of #BD32AB
Black with #BD32AB
Text Example
Text Example
White with #BD32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32AB; }
p { color: rgb(189,50,171); }
H1.HeaderClassName
{
color: #BD32AB;
}
.AnyTagClassName
{
color: #BD32AB;
}
</style>
background-color css
<style>
a { background-color: #BD32AB; }
a { background-color: rgb(189,50,171); }
div.DivClassName
{
background-color: #BD32AB;
}
.BgClassName
{
background-color: #BD32AB;
}
</style>
border-color css
<style>
span { border-color: #BD32AB; }
span { border-color: rgb(189,50,171); }
td.TdClassName
{
border-color: #BD32AB;
}
.TagClassName
{
border-color: #BD32AB;
}
</style>