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