Shades of Fuchsia #B04EBD
Tints of Fuchsia #B04EBD
RGB
CMYK
RGB Variations
Color information
#B04EBD (or 0xB04EBD) is known color: Fuchsia. HEX triplet: B0, 4E and BD. RGB value is (176,78,189). Sum of RGB (Red+Green+Blue) = 176+78+189=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #B04EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EBD is #4FB142. Grayscale: #777777. Windows color (decimal): -5222723 or 12406448. OLE color: 12406448.
HSL color Cylindrical-coordinate representation of color #B04EBD: hue angle of 292.97º 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 #B04EBD is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 78 | 189 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.26 |
| HSL | 292.97º | 0.46% | 0.52% | - |
| HSV(B) | 292.97º | 0.59% | 0.74% | - |
| XYZ | 29.81 | 18.35 | 50.12 | - |
| YUV | 119.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 189 | 0.07 | 0.59 | 0 | 0.26 | 292.97 | 0.46 | 0.52 |
| Hex | B0 | 4E | BD | 7 | 3B | 0 | 1A | 125 | 2E | 34 |
| Octal | 260 | 116 | 275 | 7 | 73 | 0 | 32 | 445 | 56 | 64 |
| Binary | 10110000 | 1001110 | 10111101 | 111 | 111011 | 0 | 11010 | 100100101 | 101110 | 110100 |
Color Harmonies of #B04EBD
Complementary color
Monochromatic Colors of #B04EBD
Black with #B04EBD
Text Example
Text Example
White with #B04EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04EBD; }
p { color: rgb(176,78,189); }
H1.HeaderClassName
{
color: #B04EBD;
}
.AnyTagClassName
{
color: #B04EBD;
}
</style>
background-color css
<style>
a { background-color: #B04EBD; }
a { background-color: rgb(176,78,189); }
div.DivClassName
{
background-color: #B04EBD;
}
.BgClassName
{
background-color: #B04EBD;
}
</style>
border-color css
<style>
span { border-color: #B04EBD; }
span { border-color: rgb(176,78,189); }
td.TdClassName
{
border-color: #B04EBD;
}
.TagClassName
{
border-color: #B04EBD;
}
</style>