Shades of Fuchsia #B053B0
Tints of Fuchsia #B053B0
RGB
CMYK
RGB Variations
Color information
#B053B0 (or 0xB053B0) is known color: Fuchsia. HEX triplet: B0, 53 and B0. RGB value is (176,83,176). Sum of RGB (Red+Green+Blue) = 176+83+176=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B053B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053B0 is #4FAC4F. Grayscale: #797979. Windows color (decimal): -5221456 or 11555760. OLE color: 11555760.
HSL color Cylindrical-coordinate representation of color #B053B0: hue angle of 300º degrees, saturation: 0.37, 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 #B053B0 is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 83 | 176 | - |
CMYK | 0 | 0.53 | 0 | 0.31 |
HSL | 300º | 0.37% | 0.51% | - |
HSV(B) | 300º | 0.53% | 0.69% | - |
XYZ | 28.83 | 18.55 | 43.14 | - |
YUV | 121.41 | 158.81 | 166.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 83 | 176 | 0 | 0.53 | 0 | 0.31 | 300 | 0.37 | 0.51 |
Hex | B0 | 53 | B0 | 0 | 35 | 0 | 1F | 12C | 25 | 33 |
Octal | 260 | 123 | 260 | 0 | 65 | 0 | 37 | 454 | 45 | 63 |
Binary | 10110000 | 1010011 | 10110000 | 0 | 110101 | 0 | 11111 | 100101100 | 100101 | 110011 |
Color Harmonies of #B053B0
Complementary color
Monochromatic Colors of #B053B0
Black with #B053B0
Text Example
Text Example
White with #B053B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053B0; }
p { color: rgb(176,83,176); }
H1.HeaderClassName
{
color: #B053B0;
}
.AnyTagClassName
{
color: #B053B0;
}
</style>
background-color css
<style>
a { background-color: #B053B0; }
a { background-color: rgb(176,83,176); }
div.DivClassName
{
background-color: #B053B0;
}
.BgClassName
{
background-color: #B053B0;
}
</style>
border-color css
<style>
span { border-color: #B053B0; }
span { border-color: rgb(176,83,176); }
td.TdClassName
{
border-color: #B053B0;
}
.TagClassName
{
border-color: #B053B0;
}
</style>