Shades of Fuchsia #BD4DBC
Tints of Fuchsia #BD4DBC
RGB
CMYK
RGB Variations
Color information
#BD4DBC (or 0xBD4DBC) is known color: Fuchsia. HEX triplet: BD, 4D and BC. RGB value is (189,77,188). Sum of RGB (Red+Green+Blue) = 189+77+188=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DBC is #42B243. Grayscale: #7A7A7A. Windows color (decimal): -4371012 or 12340669. OLE color: 12340669.
HSL color Cylindrical-coordinate representation of color #BD4DBC: hue angle of 300.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4DBC is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 188 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.26 |
| HSL | 300.54º | 0.46% | 0.52% | - |
| HSV(B) | 300.54º | 0.59% | 0.74% | - |
| XYZ | 32.72 | 19.76 | 49.67 | - |
| YUV | 123.14 | 164.61 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 188 | 0 | 0.59 | 0.01 | 0.26 | 300.54 | 0.46 | 0.52 |
| Hex | BD | 4D | BC | 0 | 3B | 1 | 1A | 12D | 2E | 34 |
| Octal | 275 | 115 | 274 | 0 | 73 | 1 | 32 | 455 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10111100 | 0 | 111011 | 1 | 11010 | 100101101 | 101110 | 110100 |
Color Harmonies of #BD4DBC
Complementary color
Monochromatic Colors of #BD4DBC
Black with #BD4DBC
Text Example
Text Example
White with #BD4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DBC; }
p { color: rgb(189,77,188); }
H1.HeaderClassName
{
color: #BD4DBC;
}
.AnyTagClassName
{
color: #BD4DBC;
}
</style>
background-color css
<style>
a { background-color: #BD4DBC; }
a { background-color: rgb(189,77,188); }
div.DivClassName
{
background-color: #BD4DBC;
}
.BgClassName
{
background-color: #BD4DBC;
}
</style>
border-color css
<style>
span { border-color: #BD4DBC; }
span { border-color: rgb(189,77,188); }
td.TdClassName
{
border-color: #BD4DBC;
}
.TagClassName
{
border-color: #BD4DBC;
}
</style>