Shades of Fuchsia #B053B1
Tints of Fuchsia #B053B1
RGB
CMYK
RGB Variations
Color information
#B053B1 (or 0xB053B1) is known color: Fuchsia. HEX triplet: B0, 53 and B1. RGB value is (176,83,177). Sum of RGB (Red+Green+Blue) = 176+83+177=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #B053B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053B1 is #4FAC4E. Grayscale: #797979. Windows color (decimal): -5221455 or 11621296. OLE color: 11621296.
HSL color Cylindrical-coordinate representation of color #B053B1: hue angle of 299.36º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B053B1 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 177 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.31 |
| HSL | 299.36º | 0.38% | 0.51% | - |
| HSV(B) | 299.36º | 0.53% | 0.69% | - |
| XYZ | 28.93 | 18.59 | 43.66 | - |
| YUV | 121.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 177 | 0.01 | 0.53 | 0 | 0.31 | 299.36 | 0.38 | 0.51 |
| Hex | B0 | 53 | B1 | 1 | 35 | 0 | 1F | 12B | 26 | 33 |
| Octal | 260 | 123 | 261 | 1 | 65 | 0 | 37 | 453 | 46 | 63 |
| Binary | 10110000 | 1010011 | 10110001 | 1 | 110101 | 0 | 11111 | 100101011 | 100110 | 110011 |
Color Harmonies of #B053B1
Complementary color
Monochromatic Colors of #B053B1
Black with #B053B1
Text Example
Text Example
White with #B053B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053B1; }
p { color: rgb(176,83,177); }
H1.HeaderClassName
{
color: #B053B1;
}
.AnyTagClassName
{
color: #B053B1;
}
</style>
background-color css
<style>
a { background-color: #B053B1; }
a { background-color: rgb(176,83,177); }
div.DivClassName
{
background-color: #B053B1;
}
.BgClassName
{
background-color: #B053B1;
}
</style>
border-color css
<style>
span { border-color: #B053B1; }
span { border-color: rgb(176,83,177); }
td.TdClassName
{
border-color: #B053B1;
}
.TagClassName
{
border-color: #B053B1;
}
</style>