Shades of Fuchsia #BD4DB0
Tints of Fuchsia #BD4DB0
RGB
CMYK
RGB Variations
Color information
#BD4DB0 (or 0xBD4DB0) is known color: Fuchsia. HEX triplet: BD, 4D and B0. RGB value is (189,77,176). Sum of RGB (Red+Green+Blue) = 189+77+176=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DB0 is #42B24F. Grayscale: #797979. Windows color (decimal): -4371024 or 11554237. OLE color: 11554237.
HSL color Cylindrical-coordinate representation of color #BD4DB0: hue angle of 306.96º 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 #BD4DB0 is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 176 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.26 |
| HSL | 306.96º | 0.46% | 0.52% | - |
| HSV(B) | 306.96º | 0.59% | 0.74% | - |
| XYZ | 31.48 | 19.26 | 43.13 | - |
| YUV | 121.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 176 | 0 | 0.59 | 0.07 | 0.26 | 306.96 | 0.46 | 0.52 |
| Hex | BD | 4D | B0 | 0 | 3B | 7 | 1A | 133 | 2E | 34 |
| Octal | 275 | 115 | 260 | 0 | 73 | 7 | 32 | 463 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10110000 | 0 | 111011 | 111 | 11010 | 100110011 | 101110 | 110100 |
Color Harmonies of #BD4DB0
Complementary color
Monochromatic Colors of #BD4DB0
Black with #BD4DB0
Text Example
Text Example
White with #BD4DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DB0; }
p { color: rgb(189,77,176); }
H1.HeaderClassName
{
color: #BD4DB0;
}
.AnyTagClassName
{
color: #BD4DB0;
}
</style>
background-color css
<style>
a { background-color: #BD4DB0; }
a { background-color: rgb(189,77,176); }
div.DivClassName
{
background-color: #BD4DB0;
}
.BgClassName
{
background-color: #BD4DB0;
}
</style>
border-color css
<style>
span { border-color: #BD4DB0; }
span { border-color: rgb(189,77,176); }
td.TdClassName
{
border-color: #BD4DB0;
}
.TagClassName
{
border-color: #BD4DB0;
}
</style>