Shades of Fuchsia #BD2EC2
Tints of Fuchsia #BD2EC2
RGB
CMYK
RGB Variations
Color information
#BD2EC2 (or 0xBD2EC2) is known color: Fuchsia. HEX triplet: BD, 2E and C2. RGB value is (189,46,194). Sum of RGB (Red+Green+Blue) = 189+46+194=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD2EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EC2 is #42D13D. Grayscale: #696969. Windows color (decimal): -4378942 or 12725949. OLE color: 12725949.
HSL color Cylindrical-coordinate representation of color #BD2EC2: hue angle of 297.97º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EC2 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 46 | 194 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.24 |
| HSL | 297.97º | 0.62% | 0.47% | - |
| HSV(B) | 297.97º | 0.76% | 0.76% | - |
| XYZ | 31.7 | 16.67 | 52.59 | - |
| YUV | 105.63 | 177.88 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 194 | 0.03 | 0.76 | 0 | 0.24 | 297.97 | 0.62 | 0.47 |
| Hex | BD | 2E | C2 | 3 | 4C | 0 | 18 | 12A | 3E | 2F |
| Octal | 275 | 56 | 302 | 3 | 114 | 0 | 30 | 452 | 76 | 57 |
| Binary | 10111101 | 101110 | 11000010 | 11 | 1001100 | 0 | 11000 | 100101010 | 111110 | 101111 |
Color Harmonies of #BD2EC2
Complementary color
Monochromatic Colors of #BD2EC2
Black with #BD2EC2
Text Example
Text Example
White with #BD2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EC2; }
p { color: rgb(189,46,194); }
H1.HeaderClassName
{
color: #BD2EC2;
}
.AnyTagClassName
{
color: #BD2EC2;
}
</style>
background-color css
<style>
a { background-color: #BD2EC2; }
a { background-color: rgb(189,46,194); }
div.DivClassName
{
background-color: #BD2EC2;
}
.BgClassName
{
background-color: #BD2EC2;
}
</style>
border-color css
<style>
span { border-color: #BD2EC2; }
span { border-color: rgb(189,46,194); }
td.TdClassName
{
border-color: #BD2EC2;
}
.TagClassName
{
border-color: #BD2EC2;
}
</style>