Shades of Fuchsia #B04FB1
Tints of Fuchsia #B04FB1
RGB
CMYK
RGB Variations
Color information
#B04FB1 (or 0xB04FB1) is known color: Fuchsia. HEX triplet: B0, 4F and B1. RGB value is (176,79,177). Sum of RGB (Red+Green+Blue) = 176+79+177=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #B04FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04FB1 is #4FB04E. Grayscale: #767676. Windows color (decimal): -5222479 or 11620272. OLE color: 11620272.
HSL color Cylindrical-coordinate representation of color #B04FB1: hue angle of 299.39º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B04FB1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 177 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.31 |
| HSL | 299.39º | 0.39% | 0.5% | - |
| HSV(B) | 299.39º | 0.55% | 0.69% | - |
| XYZ | 28.64 | 18 | 43.56 | - |
| YUV | 119.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 177 | 0.01 | 0.55 | 0 | 0.31 | 299.39 | 0.39 | 0.5 |
| Hex | B0 | 4F | B1 | 1 | 37 | 0 | 1F | 12B | 27 | 32 |
| Octal | 260 | 117 | 261 | 1 | 67 | 0 | 37 | 453 | 47 | 62 |
| Binary | 10110000 | 1001111 | 10110001 | 1 | 110111 | 0 | 11111 | 100101011 | 100111 | 110010 |
Color Harmonies of #B04FB1
Complementary color
Monochromatic Colors of #B04FB1
Black with #B04FB1
Text Example
Text Example
White with #B04FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04FB1; }
p { color: rgb(176,79,177); }
H1.HeaderClassName
{
color: #B04FB1;
}
.AnyTagClassName
{
color: #B04FB1;
}
</style>
background-color css
<style>
a { background-color: #B04FB1; }
a { background-color: rgb(176,79,177); }
div.DivClassName
{
background-color: #B04FB1;
}
.BgClassName
{
background-color: #B04FB1;
}
</style>
border-color css
<style>
span { border-color: #B04FB1; }
span { border-color: rgb(176,79,177); }
td.TdClassName
{
border-color: #B04FB1;
}
.TagClassName
{
border-color: #B04FB1;
}
</style>