Shades of Fuchsia #BD4DC0
Tints of Fuchsia #BD4DC0
RGB
CMYK
RGB Variations
Color information
#BD4DC0 (or 0xBD4DC0) is known color: Fuchsia. HEX triplet: BD, 4D and C0. RGB value is (189,77,192). Sum of RGB (Red+Green+Blue) = 189+77+192=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD4DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DC0 is #42B23F. Grayscale: #7B7B7B. Windows color (decimal): -4371008 or 12602813. OLE color: 12602813.
HSL color Cylindrical-coordinate representation of color #BD4DC0: hue angle of 298.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4DC0 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 77 | 192 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.25 |
| HSL | 298.43º | 0.48% | 0.53% | - |
| HSV(B) | 298.43º | 0.6% | 0.75% | - |
| XYZ | 33.15 | 19.93 | 51.97 | - |
| YUV | 123.6 | 166.61 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 192 | 0.02 | 0.60 | 0 | 0.25 | 298.43 | 0.48 | 0.53 |
| Hex | BD | 4D | C0 | 2 | 3C | 0 | 19 | 12A | 30 | 35 |
| Octal | 275 | 115 | 300 | 2 | 74 | 0 | 31 | 452 | 60 | 65 |
| Binary | 10111101 | 1001101 | 11000000 | 10 | 111100 | 0 | 11001 | 100101010 | 110000 | 110101 |
Color Harmonies of #BD4DC0
Complementary color
Monochromatic Colors of #BD4DC0
Black with #BD4DC0
Text Example
Text Example
White with #BD4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DC0; }
p { color: rgb(189,77,192); }
H1.HeaderClassName
{
color: #BD4DC0;
}
.AnyTagClassName
{
color: #BD4DC0;
}
</style>
background-color css
<style>
a { background-color: #BD4DC0; }
a { background-color: rgb(189,77,192); }
div.DivClassName
{
background-color: #BD4DC0;
}
.BgClassName
{
background-color: #BD4DC0;
}
</style>
border-color css
<style>
span { border-color: #BD4DC0; }
span { border-color: rgb(189,77,192); }
td.TdClassName
{
border-color: #BD4DC0;
}
.TagClassName
{
border-color: #BD4DC0;
}
</style>