Shades of Fuchsia #B04FC0
Tints of Fuchsia #B04FC0
RGB
CMYK
RGB Variations
Color information
#B04FC0 (or 0xB04FC0) is known color: Fuchsia. HEX triplet: B0, 4F and C0. RGB value is (176,79,192). Sum of RGB (Red+Green+Blue) = 176+79+192=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #B04FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04FC0 is #4FB03F. Grayscale: #787878. Windows color (decimal): -5222464 or 12603312. OLE color: 12603312.
HSL color Cylindrical-coordinate representation of color #B04FC0: hue angle of 291.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04FC0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 79 | 192 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.25 |
| HSL | 291.5º | 0.47% | 0.53% | - |
| HSV(B) | 291.5º | 0.59% | 0.75% | - |
| XYZ | 30.21 | 18.63 | 51.87 | - |
| YUV | 120.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 192 | 0.08 | 0.59 | 0 | 0.25 | 291.5 | 0.47 | 0.53 |
| Hex | B0 | 4F | C0 | 8 | 3B | 0 | 19 | 124 | 2F | 35 |
| Octal | 260 | 117 | 300 | 10 | 73 | 0 | 31 | 444 | 57 | 65 |
| Binary | 10110000 | 1001111 | 11000000 | 1000 | 111011 | 0 | 11001 | 100100100 | 101111 | 110101 |
Color Harmonies of #B04FC0
Complementary color
Monochromatic Colors of #B04FC0
Black with #B04FC0
Text Example
Text Example
White with #B04FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FC0; }
p { color: rgb(176,79,192); }
H1.HeaderClassName
{
color: #B04FC0;
}
.AnyTagClassName
{
color: #B04FC0;
}
</style>
background-color css
<style>
a { background-color: #B04FC0; }
a { background-color: rgb(176,79,192); }
div.DivClassName
{
background-color: #B04FC0;
}
.BgClassName
{
background-color: #B04FC0;
}
</style>
border-color css
<style>
span { border-color: #B04FC0; }
span { border-color: rgb(176,79,192); }
td.TdClassName
{
border-color: #B04FC0;
}
.TagClassName
{
border-color: #B04FC0;
}
</style>