Shades of Fuchsia #BD3EC0
Tints of Fuchsia #BD3EC0
RGB
CMYK
RGB Variations
Color information
#BD3EC0 (or 0xBD3EC0) is known color: Fuchsia. HEX triplet: BD, 3E and C0. RGB value is (189,62,192). Sum of RGB (Red+Green+Blue) = 189+62+192=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EC0 is #42C13F. Grayscale: #727272. Windows color (decimal): -4374848 or 12598973. OLE color: 12598973.
HSL color Cylindrical-coordinate representation of color #BD3EC0: hue angle of 298.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3EC0 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 62 | 192 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.25 |
| HSL | 298.62º | 0.51% | 0.5% | - |
| HSV(B) | 298.62º | 0.68% | 0.75% | - |
| XYZ | 32.22 | 18.07 | 51.66 | - |
| YUV | 114.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 192 | 0.02 | 0.68 | 0 | 0.25 | 298.62 | 0.51 | 0.5 |
| Hex | BD | 3E | C0 | 2 | 44 | 0 | 19 | 12B | 33 | 32 |
| Octal | 275 | 76 | 300 | 2 | 104 | 0 | 31 | 453 | 63 | 62 |
| Binary | 10111101 | 111110 | 11000000 | 10 | 1000100 | 0 | 11001 | 100101011 | 110011 | 110010 |
Color Harmonies of #BD3EC0
Complementary color
Monochromatic Colors of #BD3EC0
Black with #BD3EC0
Text Example
Text Example
White with #BD3EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EC0; }
p { color: rgb(189,62,192); }
H1.HeaderClassName
{
color: #BD3EC0;
}
.AnyTagClassName
{
color: #BD3EC0;
}
</style>
background-color css
<style>
a { background-color: #BD3EC0; }
a { background-color: rgb(189,62,192); }
div.DivClassName
{
background-color: #BD3EC0;
}
.BgClassName
{
background-color: #BD3EC0;
}
</style>
border-color css
<style>
span { border-color: #BD3EC0; }
span { border-color: rgb(189,62,192); }
td.TdClassName
{
border-color: #BD3EC0;
}
.TagClassName
{
border-color: #BD3EC0;
}
</style>