Shades of Fuchsia #BD32CA
Tints of Fuchsia #BD32CA
RGB
CMYK
RGB Variations
Color information
#BD32CA (or 0xBD32CA) is known color: Fuchsia. HEX triplet: BD, 32 and CA. RGB value is (189,50,202). Sum of RGB (Red+Green+Blue) = 189+50+202=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #BD32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD32CA is #42CD35. Grayscale: #6C6C6C. Windows color (decimal): -4377910 or 13251261. OLE color: 13251261.
HSL color Cylindrical-coordinate representation of color #BD32CA: hue angle of 294.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD32CA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 50 | 202 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.21 |
| HSL | 294.87º | 0.6% | 0.49% | - |
| HSV(B) | 294.87º | 0.75% | 0.79% | - |
| XYZ | 32.79 | 17.36 | 57.5 | - |
| YUV | 108.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 202 | 0.06 | 0.75 | 0 | 0.21 | 294.87 | 0.6 | 0.49 |
| Hex | BD | 32 | CA | 6 | 4B | 0 | 15 | 127 | 3C | 31 |
| Octal | 275 | 62 | 312 | 6 | 113 | 0 | 25 | 447 | 74 | 61 |
| Binary | 10111101 | 110010 | 11001010 | 110 | 1001011 | 0 | 10101 | 100100111 | 111100 | 110001 |
Color Harmonies of #BD32CA
Complementary color
Monochromatic Colors of #BD32CA
Black with #BD32CA
Text Example
Text Example
White with #BD32CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD32CA; }
p { color: rgb(189,50,202); }
H1.HeaderClassName
{
color: #BD32CA;
}
.AnyTagClassName
{
color: #BD32CA;
}
</style>
background-color css
<style>
a { background-color: #BD32CA; }
a { background-color: rgb(189,50,202); }
div.DivClassName
{
background-color: #BD32CA;
}
.BgClassName
{
background-color: #BD32CA;
}
</style>
border-color css
<style>
span { border-color: #BD32CA; }
span { border-color: rgb(189,50,202); }
td.TdClassName
{
border-color: #BD32CA;
}
.TagClassName
{
border-color: #BD32CA;
}
</style>