Shades of Fuchsia #B04DBF
Tints of Fuchsia #B04DBF
RGB
CMYK
RGB Variations
Color information
#B04DBF (or 0xB04DBF) is known color: Fuchsia. HEX triplet: B0, 4D and BF. RGB value is (176,77,191). Sum of RGB (Red+Green+Blue) = 176+77+191=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #B04DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DBF is #4FB240. Grayscale: #777777. Windows color (decimal): -5222977 or 12537264. OLE color: 12537264.
HSL color Cylindrical-coordinate representation of color #B04DBF: hue angle of 292.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04DBF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 77 | 191 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.25 |
| HSL | 292.11º | 0.47% | 0.53% | - |
| HSV(B) | 292.11º | 0.6% | 0.75% | - |
| XYZ | 29.96 | 18.3 | 51.24 | - |
| YUV | 119.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 191 | 0.08 | 0.60 | 0 | 0.25 | 292.11 | 0.47 | 0.53 |
| Hex | B0 | 4D | BF | 8 | 3C | 0 | 19 | 124 | 2F | 35 |
| Octal | 260 | 115 | 277 | 10 | 74 | 0 | 31 | 444 | 57 | 65 |
| Binary | 10110000 | 1001101 | 10111111 | 1000 | 111100 | 0 | 11001 | 100100100 | 101111 | 110101 |
Color Harmonies of #B04DBF
Complementary color
Monochromatic Colors of #B04DBF
Black with #B04DBF
Text Example
Text Example
White with #B04DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DBF; }
p { color: rgb(176,77,191); }
H1.HeaderClassName
{
color: #B04DBF;
}
.AnyTagClassName
{
color: #B04DBF;
}
</style>
background-color css
<style>
a { background-color: #B04DBF; }
a { background-color: rgb(176,77,191); }
div.DivClassName
{
background-color: #B04DBF;
}
.BgClassName
{
background-color: #B04DBF;
}
</style>
border-color css
<style>
span { border-color: #B04DBF; }
span { border-color: rgb(176,77,191); }
td.TdClassName
{
border-color: #B04DBF;
}
.TagClassName
{
border-color: #B04DBF;
}
</style>