Shades of Fuchsia #B053BC
Tints of Fuchsia #B053BC
RGB
CMYK
RGB Variations
Color information
#B053BC (or 0xB053BC) is known color: Fuchsia. HEX triplet: B0, 53 and BC. RGB value is (176,83,188). Sum of RGB (Red+Green+Blue) = 176+83+188=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 83 (32.81% from 255 or 18.57% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #B053BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053BC is #4FAC43. Grayscale: #7A7A7A. Windows color (decimal): -5221444 or 12342192. OLE color: 12342192.
HSL color Cylindrical-coordinate representation of color #B053BC: hue angle of 293.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B053BC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 83 | 188 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.26 |
| HSL | 293.14º | 0.44% | 0.53% | - |
| HSV(B) | 293.14º | 0.56% | 0.74% | - |
| XYZ | 30.07 | 19.05 | 49.67 | - |
| YUV | 122.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 188 | 0.06 | 0.56 | 0 | 0.26 | 293.14 | 0.44 | 0.53 |
| Hex | B0 | 53 | BC | 6 | 38 | 0 | 1A | 125 | 2C | 35 |
| Octal | 260 | 123 | 274 | 6 | 70 | 0 | 32 | 445 | 54 | 65 |
| Binary | 10110000 | 1010011 | 10111100 | 110 | 111000 | 0 | 11010 | 100100101 | 101100 | 110101 |
Color Harmonies of #B053BC
Complementary color
Monochromatic Colors of #B053BC
Black with #B053BC
Text Example
Text Example
White with #B053BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053BC; }
p { color: rgb(176,83,188); }
H1.HeaderClassName
{
color: #B053BC;
}
.AnyTagClassName
{
color: #B053BC;
}
</style>
background-color css
<style>
a { background-color: #B053BC; }
a { background-color: rgb(176,83,188); }
div.DivClassName
{
background-color: #B053BC;
}
.BgClassName
{
background-color: #B053BC;
}
</style>
border-color css
<style>
span { border-color: #B053BC; }
span { border-color: rgb(176,83,188); }
td.TdClassName
{
border-color: #B053BC;
}
.TagClassName
{
border-color: #B053BC;
}
</style>