Shades of Fuchsia #BD32B5
Tints of Fuchsia #BD32B5
RGB
CMYK
RGB Variations
Color information
#BD32B5 (or 0xBD32B5) is known color: Fuchsia. HEX triplet: BD, 32 and B5. RGB value is (189,50,181). Sum of RGB (Red+Green+Blue) = 189+50+181=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD32B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32B5 is #42CD4A. Grayscale: #6A6A6A. Windows color (decimal): -4377931 or 11875005. OLE color: 11875005.
HSL color Cylindrical-coordinate representation of color #BD32B5: hue angle of 303.45º 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 #BD32B5 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 181 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.26 |
| HSL | 303.45º | 0.58% | 0.47% | - |
| HSV(B) | 303.45º | 0.74% | 0.74% | - |
| XYZ | 30.47 | 16.44 | 45.28 | - |
| YUV | 106.5 | 170.05 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 181 | 0 | 0.74 | 0.04 | 0.26 | 303.45 | 0.58 | 0.47 |
| Hex | BD | 32 | B5 | 0 | 4A | 4 | 1A | 12F | 3A | 2F |
| Octal | 275 | 62 | 265 | 0 | 112 | 4 | 32 | 457 | 72 | 57 |
| Binary | 10111101 | 110010 | 10110101 | 0 | 1001010 | 100 | 11010 | 100101111 | 111010 | 101111 |
Color Harmonies of #BD32B5
Complementary color
Monochromatic Colors of #BD32B5
Black with #BD32B5
Text Example
Text Example
White with #BD32B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32B5; }
p { color: rgb(189,50,181); }
H1.HeaderClassName
{
color: #BD32B5;
}
.AnyTagClassName
{
color: #BD32B5;
}
</style>
background-color css
<style>
a { background-color: #BD32B5; }
a { background-color: rgb(189,50,181); }
div.DivClassName
{
background-color: #BD32B5;
}
.BgClassName
{
background-color: #BD32B5;
}
</style>
border-color css
<style>
span { border-color: #BD32B5; }
span { border-color: rgb(189,50,181); }
td.TdClassName
{
border-color: #BD32B5;
}
.TagClassName
{
border-color: #BD32B5;
}
</style>