Shades of Fuchsia #BD4DB6
Tints of Fuchsia #BD4DB6
RGB
CMYK
RGB Variations
Color information
#BD4DB6 (or 0xBD4DB6) is known color: Fuchsia. HEX triplet: BD, 4D and B6. RGB value is (189,77,182). Sum of RGB (Red+Green+Blue) = 189+77+182=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DB6 is #42B249. Grayscale: #7A7A7A. Windows color (decimal): -4371018 or 11947453. OLE color: 11947453.
HSL color Cylindrical-coordinate representation of color #BD4DB6: hue angle of 303.75º 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 #BD4DB6 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 182 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.26 |
| HSL | 303.75º | 0.46% | 0.52% | - |
| HSV(B) | 303.75º | 0.59% | 0.74% | - |
| XYZ | 32.08 | 19.5 | 46.33 | - |
| YUV | 122.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 182 | 0 | 0.59 | 0.04 | 0.26 | 303.75 | 0.46 | 0.52 |
| Hex | BD | 4D | B6 | 0 | 3B | 4 | 1A | 130 | 2E | 34 |
| Octal | 275 | 115 | 266 | 0 | 73 | 4 | 32 | 460 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10110110 | 0 | 111011 | 100 | 11010 | 100110000 | 101110 | 110100 |
Color Harmonies of #BD4DB6
Complementary color
Monochromatic Colors of #BD4DB6
Black with #BD4DB6
Text Example
Text Example
White with #BD4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DB6; }
p { color: rgb(189,77,182); }
H1.HeaderClassName
{
color: #BD4DB6;
}
.AnyTagClassName
{
color: #BD4DB6;
}
</style>
background-color css
<style>
a { background-color: #BD4DB6; }
a { background-color: rgb(189,77,182); }
div.DivClassName
{
background-color: #BD4DB6;
}
.BgClassName
{
background-color: #BD4DB6;
}
</style>
border-color css
<style>
span { border-color: #BD4DB6; }
span { border-color: rgb(189,77,182); }
td.TdClassName
{
border-color: #BD4DB6;
}
.TagClassName
{
border-color: #BD4DB6;
}
</style>