Shades of Fuchsia #BD2ECB
Tints of Fuchsia #BD2ECB
RGB
CMYK
RGB Variations
Color information
#BD2ECB (or 0xBD2ECB) is known color: Fuchsia. HEX triplet: BD, 2E and CB. RGB value is (189,46,203). Sum of RGB (Red+Green+Blue) = 189+46+203=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 46 (18.36% from 255 or 10.50% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD2ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ECB is #42D134. Grayscale: #6A6A6A. Windows color (decimal): -4378933 or 13315773. OLE color: 13315773.
HSL color Cylindrical-coordinate representation of color #BD2ECB: hue angle of 294.65º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2ECB is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 46 | 203 | - |
| CMYK | 0.07 | 0.77 | 0 | 0.20 |
| HSL | 294.65º | 0.63% | 0.49% | - |
| HSV(B) | 294.65º | 0.77% | 0.8% | - |
| XYZ | 32.74 | 17.08 | 58.07 | - |
| YUV | 106.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 203 | 0.07 | 0.77 | 0 | 0.20 | 294.65 | 0.63 | 0.49 |
| Hex | BD | 2E | CB | 7 | 4D | 0 | 14 | 127 | 3F | 31 |
| Octal | 275 | 56 | 313 | 7 | 115 | 0 | 24 | 447 | 77 | 61 |
| Binary | 10111101 | 101110 | 11001011 | 111 | 1001101 | 0 | 10100 | 100100111 | 111111 | 110001 |
Color Harmonies of #BD2ECB
Complementary color
Monochromatic Colors of #BD2ECB
Black with #BD2ECB
Text Example
Text Example
White with #BD2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ECB; }
p { color: rgb(189,46,203); }
H1.HeaderClassName
{
color: #BD2ECB;
}
.AnyTagClassName
{
color: #BD2ECB;
}
</style>
background-color css
<style>
a { background-color: #BD2ECB; }
a { background-color: rgb(189,46,203); }
div.DivClassName
{
background-color: #BD2ECB;
}
.BgClassName
{
background-color: #BD2ECB;
}
</style>
border-color css
<style>
span { border-color: #BD2ECB; }
span { border-color: rgb(189,46,203); }
td.TdClassName
{
border-color: #BD2ECB;
}
.TagClassName
{
border-color: #BD2ECB;
}
</style>