Shades of Fuchsia #BD3EC2
Tints of Fuchsia #BD3EC2
RGB
CMYK
RGB Variations
Color information
#BD3EC2 (or 0xBD3EC2) is known color: Fuchsia. HEX triplet: BD, 3E and C2. RGB value is (189,62,194). Sum of RGB (Red+Green+Blue) = 189+62+194=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 194 (76.17% from 255 or 43.60% from 445); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD3EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EC2 is #42C13D. Grayscale: #727272. Windows color (decimal): -4374846 or 12730045. OLE color: 12730045.
HSL color Cylindrical-coordinate representation of color #BD3EC2: hue angle of 297.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3EC2 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 62 | 194 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.24 |
| HSL | 297.73º | 0.52% | 0.5% | - |
| HSV(B) | 297.73º | 0.68% | 0.76% | - |
| XYZ | 32.45 | 18.16 | 52.83 | - |
| YUV | 115.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 194 | 0.03 | 0.68 | 0 | 0.24 | 297.73 | 0.52 | 0.5 |
| Hex | BD | 3E | C2 | 3 | 44 | 0 | 18 | 12A | 34 | 32 |
| Octal | 275 | 76 | 302 | 3 | 104 | 0 | 30 | 452 | 64 | 62 |
| Binary | 10111101 | 111110 | 11000010 | 11 | 1000100 | 0 | 11000 | 100101010 | 110100 | 110010 |
Color Harmonies of #BD3EC2
Complementary color
Monochromatic Colors of #BD3EC2
Black with #BD3EC2
Text Example
Text Example
White with #BD3EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EC2; }
p { color: rgb(189,62,194); }
H1.HeaderClassName
{
color: #BD3EC2;
}
.AnyTagClassName
{
color: #BD3EC2;
}
</style>
background-color css
<style>
a { background-color: #BD3EC2; }
a { background-color: rgb(189,62,194); }
div.DivClassName
{
background-color: #BD3EC2;
}
.BgClassName
{
background-color: #BD3EC2;
}
</style>
border-color css
<style>
span { border-color: #BD3EC2; }
span { border-color: rgb(189,62,194); }
td.TdClassName
{
border-color: #BD3EC2;
}
.TagClassName
{
border-color: #BD3EC2;
}
</style>