Shades of Fuchsia #BD4EC0
Tints of Fuchsia #BD4EC0
RGB
CMYK
RGB Variations
Color information
#BD4EC0 (or 0xBD4EC0) is known color: Fuchsia. HEX triplet: BD, 4E and C0. RGB value is (189,78,192). Sum of RGB (Red+Green+Blue) = 189+78+192=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4EC0 is #42B13F. Grayscale: #7B7B7B. Windows color (decimal): -4370752 or 12603069. OLE color: 12603069.
HSL color Cylindrical-coordinate representation of color #BD4EC0: hue angle of 298.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4EC0 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 78 | 192 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.25 |
| HSL | 298.42º | 0.48% | 0.53% | - |
| HSV(B) | 298.42º | 0.59% | 0.75% | - |
| XYZ | 33.23 | 20.07 | 51.99 | - |
| YUV | 124.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 192 | 0.02 | 0.59 | 0 | 0.25 | 298.42 | 0.48 | 0.53 |
| Hex | BD | 4E | C0 | 2 | 3B | 0 | 19 | 12A | 30 | 35 |
| Octal | 275 | 116 | 300 | 2 | 73 | 0 | 31 | 452 | 60 | 65 |
| Binary | 10111101 | 1001110 | 11000000 | 10 | 111011 | 0 | 11001 | 100101010 | 110000 | 110101 |
Color Harmonies of #BD4EC0
Complementary color
Monochromatic Colors of #BD4EC0
Black with #BD4EC0
Text Example
Text Example
White with #BD4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4EC0; }
p { color: rgb(189,78,192); }
H1.HeaderClassName
{
color: #BD4EC0;
}
.AnyTagClassName
{
color: #BD4EC0;
}
</style>
background-color css
<style>
a { background-color: #BD4EC0; }
a { background-color: rgb(189,78,192); }
div.DivClassName
{
background-color: #BD4EC0;
}
.BgClassName
{
background-color: #BD4EC0;
}
</style>
border-color css
<style>
span { border-color: #BD4EC0; }
span { border-color: rgb(189,78,192); }
td.TdClassName
{
border-color: #BD4EC0;
}
.TagClassName
{
border-color: #BD4EC0;
}
</style>