Shades of Fuchsia #BD4DB5
Tints of Fuchsia #BD4DB5
RGB
CMYK
RGB Variations
Color information
#BD4DB5 (or 0xBD4DB5) is known color: Fuchsia. HEX triplet: BD, 4D and B5. RGB value is (189,77,181). Sum of RGB (Red+Green+Blue) = 189+77+181=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DB5 is #42B24A. Grayscale: #7A7A7A. Windows color (decimal): -4371019 or 11881917. OLE color: 11881917.
HSL color Cylindrical-coordinate representation of color #BD4DB5: hue angle of 304.29º 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 #BD4DB5 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 181 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.26 |
| HSL | 304.29º | 0.46% | 0.52% | - |
| HSV(B) | 304.29º | 0.59% | 0.74% | - |
| XYZ | 31.98 | 19.46 | 45.79 | - |
| YUV | 122.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 181 | 0 | 0.59 | 0.04 | 0.26 | 304.29 | 0.46 | 0.52 |
| Hex | BD | 4D | B5 | 0 | 3B | 4 | 1A | 130 | 2E | 34 |
| Octal | 275 | 115 | 265 | 0 | 73 | 4 | 32 | 460 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10110101 | 0 | 111011 | 100 | 11010 | 100110000 | 101110 | 110100 |
Color Harmonies of #BD4DB5
Complementary color
Monochromatic Colors of #BD4DB5
Black with #BD4DB5
Text Example
Text Example
White with #BD4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DB5; }
p { color: rgb(189,77,181); }
H1.HeaderClassName
{
color: #BD4DB5;
}
.AnyTagClassName
{
color: #BD4DB5;
}
</style>
background-color css
<style>
a { background-color: #BD4DB5; }
a { background-color: rgb(189,77,181); }
div.DivClassName
{
background-color: #BD4DB5;
}
.BgClassName
{
background-color: #BD4DB5;
}
</style>
border-color css
<style>
span { border-color: #BD4DB5; }
span { border-color: rgb(189,77,181); }
td.TdClassName
{
border-color: #BD4DB5;
}
.TagClassName
{
border-color: #BD4DB5;
}
</style>