Shades of Fuchsia #B04DB9
Tints of Fuchsia #B04DB9
RGB
CMYK
RGB Variations
Color information
#B04DB9 (or 0xB04DB9) is known color: Fuchsia. HEX triplet: B0, 4D and B9. RGB value is (176,77,185). Sum of RGB (Red+Green+Blue) = 176+77+185=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #B04DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DB9 is #4FB246. Grayscale: #767676. Windows color (decimal): -5222983 or 12144048. OLE color: 12144048.
HSL color Cylindrical-coordinate representation of color #B04DB9: hue angle of 295º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04DB9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 77 | 185 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.27 |
| HSL | 295º | 0.44% | 0.51% | - |
| HSV(B) | 295º | 0.58% | 0.73% | - |
| XYZ | 29.32 | 18.04 | 47.84 | - |
| YUV | 118.91 | 165.3 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 185 | 0.05 | 0.58 | 0 | 0.27 | 295 | 0.44 | 0.51 |
| Hex | B0 | 4D | B9 | 5 | 3A | 0 | 1B | 127 | 2C | 33 |
| Octal | 260 | 115 | 271 | 5 | 72 | 0 | 33 | 447 | 54 | 63 |
| Binary | 10110000 | 1001101 | 10111001 | 101 | 111010 | 0 | 11011 | 100100111 | 101100 | 110011 |
Color Harmonies of #B04DB9
Complementary color
Monochromatic Colors of #B04DB9
Black with #B04DB9
Text Example
Text Example
White with #B04DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DB9; }
p { color: rgb(176,77,185); }
H1.HeaderClassName
{
color: #B04DB9;
}
.AnyTagClassName
{
color: #B04DB9;
}
</style>
background-color css
<style>
a { background-color: #B04DB9; }
a { background-color: rgb(176,77,185); }
div.DivClassName
{
background-color: #B04DB9;
}
.BgClassName
{
background-color: #B04DB9;
}
</style>
border-color css
<style>
span { border-color: #B04DB9; }
span { border-color: rgb(176,77,185); }
td.TdClassName
{
border-color: #B04DB9;
}
.TagClassName
{
border-color: #B04DB9;
}
</style>