Shades of Fuchsia #BD4DB3
Tints of Fuchsia #BD4DB3
RGB
CMYK
RGB Variations
Color information
#BD4DB3 (or 0xBD4DB3) is known color: Fuchsia. HEX triplet: BD, 4D and B3. RGB value is (189,77,179). Sum of RGB (Red+Green+Blue) = 189+77+179=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DB3 is #42B24C. Grayscale: #797979. Windows color (decimal): -4371021 or 11750845. OLE color: 11750845.
HSL color Cylindrical-coordinate representation of color #BD4DB3: hue angle of 305.36º 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 #BD4DB3 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 179 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.26 |
| HSL | 305.36º | 0.46% | 0.52% | - |
| HSV(B) | 305.36º | 0.59% | 0.74% | - |
| XYZ | 31.78 | 19.38 | 44.71 | - |
| YUV | 122.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 179 | 0 | 0.59 | 0.05 | 0.26 | 305.36 | 0.46 | 0.52 |
| Hex | BD | 4D | B3 | 0 | 3B | 5 | 1A | 131 | 2E | 34 |
| Octal | 275 | 115 | 263 | 0 | 73 | 5 | 32 | 461 | 56 | 64 |
| Binary | 10111101 | 1001101 | 10110011 | 0 | 111011 | 101 | 11010 | 100110001 | 101110 | 110100 |
Color Harmonies of #BD4DB3
Complementary color
Monochromatic Colors of #BD4DB3
Black with #BD4DB3
Text Example
Text Example
White with #BD4DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DB3; }
p { color: rgb(189,77,179); }
H1.HeaderClassName
{
color: #BD4DB3;
}
.AnyTagClassName
{
color: #BD4DB3;
}
</style>
background-color css
<style>
a { background-color: #BD4DB3; }
a { background-color: rgb(189,77,179); }
div.DivClassName
{
background-color: #BD4DB3;
}
.BgClassName
{
background-color: #BD4DB3;
}
</style>
border-color css
<style>
span { border-color: #BD4DB3; }
span { border-color: rgb(189,77,179); }
td.TdClassName
{
border-color: #BD4DB3;
}
.TagClassName
{
border-color: #BD4DB3;
}
</style>