Shades of Fuchsia #BD47BC
Tints of Fuchsia #BD47BC
RGB
CMYK
RGB Variations
Color information
#BD47BC (or 0xBD47BC) is known color: Fuchsia. HEX triplet: BD, 47 and BC. RGB value is (189,71,188). Sum of RGB (Red+Green+Blue) = 189+71+188=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD47BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD47BC is #42B843. Grayscale: #777777. Windows color (decimal): -4372548 or 12339133. OLE color: 12339133.
HSL color Cylindrical-coordinate representation of color #BD47BC: hue angle of 300.51º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD47BC is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 188 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.26 |
| HSL | 300.51º | 0.47% | 0.51% | - |
| HSV(B) | 300.51º | 0.62% | 0.74% | - |
| XYZ | 32.32 | 18.96 | 49.53 | - |
| YUV | 119.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 188 | 0 | 0.62 | 0.01 | 0.26 | 300.51 | 0.47 | 0.51 |
| Hex | BD | 47 | BC | 0 | 3E | 1 | 1A | 12D | 2F | 33 |
| Octal | 275 | 107 | 274 | 0 | 76 | 1 | 32 | 455 | 57 | 63 |
| Binary | 10111101 | 1000111 | 10111100 | 0 | 111110 | 1 | 11010 | 100101101 | 101111 | 110011 |
Color Harmonies of #BD47BC
Complementary color
Monochromatic Colors of #BD47BC
Black with #BD47BC
Text Example
Text Example
White with #BD47BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47BC; }
p { color: rgb(189,71,188); }
H1.HeaderClassName
{
color: #BD47BC;
}
.AnyTagClassName
{
color: #BD47BC;
}
</style>
background-color css
<style>
a { background-color: #BD47BC; }
a { background-color: rgb(189,71,188); }
div.DivClassName
{
background-color: #BD47BC;
}
.BgClassName
{
background-color: #BD47BC;
}
</style>
border-color css
<style>
span { border-color: #BD47BC; }
span { border-color: rgb(189,71,188); }
td.TdClassName
{
border-color: #BD47BC;
}
.TagClassName
{
border-color: #BD47BC;
}
</style>