Shades of Fuchsia #B04DBE
Tints of Fuchsia #B04DBE
RGB
CMYK
RGB Variations
Color information
#B04DBE (or 0xB04DBE) is known color: Fuchsia. HEX triplet: B0, 4D and BE. RGB value is (176,77,190). Sum of RGB (Red+Green+Blue) = 176+77+190=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #B04DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DBE is #4FB241. Grayscale: #777777. Windows color (decimal): -5222978 or 12471728. OLE color: 12471728.
HSL color Cylindrical-coordinate representation of color #B04DBE: hue angle of 292.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04DBE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 77 | 190 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.25 |
| HSL | 292.57º | 0.47% | 0.52% | - |
| HSV(B) | 292.57º | 0.59% | 0.75% | - |
| XYZ | 29.85 | 18.26 | 50.67 | - |
| YUV | 119.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 190 | 0.07 | 0.59 | 0 | 0.25 | 292.57 | 0.47 | 0.52 |
| Hex | B0 | 4D | BE | 7 | 3B | 0 | 19 | 125 | 2F | 34 |
| Octal | 260 | 115 | 276 | 7 | 73 | 0 | 31 | 445 | 57 | 64 |
| Binary | 10110000 | 1001101 | 10111110 | 111 | 111011 | 0 | 11001 | 100100101 | 101111 | 110100 |
Color Harmonies of #B04DBE
Complementary color
Monochromatic Colors of #B04DBE
Black with #B04DBE
Text Example
Text Example
White with #B04DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04DBE; }
p { color: rgb(176,77,190); }
H1.HeaderClassName
{
color: #B04DBE;
}
.AnyTagClassName
{
color: #B04DBE;
}
</style>
background-color css
<style>
a { background-color: #B04DBE; }
a { background-color: rgb(176,77,190); }
div.DivClassName
{
background-color: #B04DBE;
}
.BgClassName
{
background-color: #B04DBE;
}
</style>
border-color css
<style>
span { border-color: #B04DBE; }
span { border-color: rgb(176,77,190); }
td.TdClassName
{
border-color: #B04DBE;
}
.TagClassName
{
border-color: #B04DBE;
}
</style>