Shades of Fuchsia #BD2EBC
Tints of Fuchsia #BD2EBC
RGB
CMYK
RGB Variations
Color information
#BD2EBC (or 0xBD2EBC) is known color: Fuchsia. HEX triplet: BD, 2E and BC. RGB value is (189,46,188). Sum of RGB (Red+Green+Blue) = 189+46+188=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2EBC is #42D143. Grayscale: #686868. Windows color (decimal): -4378948 or 12332733. OLE color: 12332733.
HSL color Cylindrical-coordinate representation of color #BD2EBC: hue angle of 300.42º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2EBC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 188 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.26 |
| HSL | 300.42º | 0.61% | 0.46% | - |
| HSV(B) | 300.42º | 0.76% | 0.74% | - |
| XYZ | 31.04 | 16.4 | 49.11 | - |
| YUV | 104.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 188 | 0 | 0.76 | 0.01 | 0.26 | 300.42 | 0.61 | 0.46 |
| Hex | BD | 2E | BC | 0 | 4C | 1 | 1A | 12C | 3D | 2E |
| Octal | 275 | 56 | 274 | 0 | 114 | 1 | 32 | 454 | 75 | 56 |
| Binary | 10111101 | 101110 | 10111100 | 0 | 1001100 | 1 | 11010 | 100101100 | 111101 | 101110 |
Color Harmonies of #BD2EBC
Complementary color
Monochromatic Colors of #BD2EBC
Black with #BD2EBC
Text Example
Text Example
White with #BD2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EBC; }
p { color: rgb(189,46,188); }
H1.HeaderClassName
{
color: #BD2EBC;
}
.AnyTagClassName
{
color: #BD2EBC;
}
</style>
background-color css
<style>
a { background-color: #BD2EBC; }
a { background-color: rgb(189,46,188); }
div.DivClassName
{
background-color: #BD2EBC;
}
.BgClassName
{
background-color: #BD2EBC;
}
</style>
border-color css
<style>
span { border-color: #BD2EBC; }
span { border-color: rgb(189,46,188); }
td.TdClassName
{
border-color: #BD2EBC;
}
.TagClassName
{
border-color: #BD2EBC;
}
</style>