Shades of Fuchsia #BD2EC5
Tints of Fuchsia #BD2EC5
RGB
CMYK
RGB Variations
Color information
#BD2EC5 (or 0xBD2EC5) is known color: Fuchsia. HEX triplet: BD, 2E and C5. RGB value is (189,46,197). Sum of RGB (Red+Green+Blue) = 189+46+197=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD2EC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EC5 is #42D13A. Grayscale: #696969. Windows color (decimal): -4378939 or 12922557. OLE color: 12922557.
HSL color Cylindrical-coordinate representation of color #BD2EC5: hue angle of 296.82º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2EC5 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 46 | 197 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.23 |
| HSL | 296.82º | 0.62% | 0.48% | - |
| HSV(B) | 296.82º | 0.77% | 0.77% | - |
| XYZ | 32.04 | 16.8 | 54.38 | - |
| YUV | 105.97 | 179.38 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 197 | 0.04 | 0.77 | 0 | 0.23 | 296.82 | 0.62 | 0.48 |
| Hex | BD | 2E | C5 | 4 | 4D | 0 | 17 | 129 | 3E | 30 |
| Octal | 275 | 56 | 305 | 4 | 115 | 0 | 27 | 451 | 76 | 60 |
| Binary | 10111101 | 101110 | 11000101 | 100 | 1001101 | 0 | 10111 | 100101001 | 111110 | 110000 |
Color Harmonies of #BD2EC5
Complementary color
Monochromatic Colors of #BD2EC5
Black with #BD2EC5
Text Example
Text Example
White with #BD2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EC5; }
p { color: rgb(189,46,197); }
H1.HeaderClassName
{
color: #BD2EC5;
}
.AnyTagClassName
{
color: #BD2EC5;
}
</style>
background-color css
<style>
a { background-color: #BD2EC5; }
a { background-color: rgb(189,46,197); }
div.DivClassName
{
background-color: #BD2EC5;
}
.BgClassName
{
background-color: #BD2EC5;
}
</style>
border-color css
<style>
span { border-color: #BD2EC5; }
span { border-color: rgb(189,46,197); }
td.TdClassName
{
border-color: #BD2EC5;
}
.TagClassName
{
border-color: #BD2EC5;
}
</style>