Shades of Fuchsia #BD32C5
Tints of Fuchsia #BD32C5
RGB
CMYK
RGB Variations
Color information
#BD32C5 (or 0xBD32C5) is known color: Fuchsia. HEX triplet: BD, 32 and C5. RGB value is (189,50,197). Sum of RGB (Red+Green+Blue) = 189+50+197=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 197 (77.34% from 255 or 45.18% from 436); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD32C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32C5 is #42CD3A. Grayscale: #6B6B6B. Windows color (decimal): -4377915 or 12923581. OLE color: 12923581.
HSL color Cylindrical-coordinate representation of color #BD32C5: hue angle of 296.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD32C5 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 50 | 197 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.23 |
| HSL | 296.73º | 0.6% | 0.48% | - |
| HSV(B) | 296.73º | 0.75% | 0.77% | - |
| XYZ | 32.2 | 17.13 | 54.43 | - |
| YUV | 108.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 197 | 0.04 | 0.75 | 0 | 0.23 | 296.73 | 0.6 | 0.48 |
| Hex | BD | 32 | C5 | 4 | 4B | 0 | 17 | 129 | 3C | 30 |
| Octal | 275 | 62 | 305 | 4 | 113 | 0 | 27 | 451 | 74 | 60 |
| Binary | 10111101 | 110010 | 11000101 | 100 | 1001011 | 0 | 10111 | 100101001 | 111100 | 110000 |
Color Harmonies of #BD32C5
Complementary color
Monochromatic Colors of #BD32C5
Black with #BD32C5
Text Example
Text Example
White with #BD32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32C5; }
p { color: rgb(189,50,197); }
H1.HeaderClassName
{
color: #BD32C5;
}
.AnyTagClassName
{
color: #BD32C5;
}
</style>
background-color css
<style>
a { background-color: #BD32C5; }
a { background-color: rgb(189,50,197); }
div.DivClassName
{
background-color: #BD32C5;
}
.BgClassName
{
background-color: #BD32C5;
}
</style>
border-color css
<style>
span { border-color: #BD32C5; }
span { border-color: rgb(189,50,197); }
td.TdClassName
{
border-color: #BD32C5;
}
.TagClassName
{
border-color: #BD32C5;
}
</style>