Shades of Fuchsia #B053BD
Tints of Fuchsia #B053BD
RGB
CMYK
RGB Variations
Color information
#B053BD (or 0xB053BD) is known color: Fuchsia. HEX triplet: B0, 53 and BD. RGB value is (176,83,189). Sum of RGB (Red+Green+Blue) = 176+83+189=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #B053BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053BD is #4FAC42. Grayscale: #7A7A7A. Windows color (decimal): -5221443 or 12407728. OLE color: 12407728.
HSL color Cylindrical-coordinate representation of color #B053BD: hue angle of 292.64º degrees, saturation: 0.45, 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 #B053BD is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 83 | 189 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.26 |
| HSL | 292.64º | 0.45% | 0.53% | - |
| HSV(B) | 292.64º | 0.56% | 0.74% | - |
| XYZ | 30.18 | 19.09 | 50.24 | - |
| YUV | 122.89 | 165.31 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 189 | 0.07 | 0.56 | 0 | 0.26 | 292.64 | 0.45 | 0.53 |
| Hex | B0 | 53 | BD | 7 | 38 | 0 | 1A | 125 | 2D | 35 |
| Octal | 260 | 123 | 275 | 7 | 70 | 0 | 32 | 445 | 55 | 65 |
| Binary | 10110000 | 1010011 | 10111101 | 111 | 111000 | 0 | 11010 | 100100101 | 101101 | 110101 |
Color Harmonies of #B053BD
Complementary color
Monochromatic Colors of #B053BD
Black with #B053BD
Text Example
Text Example
White with #B053BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053BD; }
p { color: rgb(176,83,189); }
H1.HeaderClassName
{
color: #B053BD;
}
.AnyTagClassName
{
color: #B053BD;
}
</style>
background-color css
<style>
a { background-color: #B053BD; }
a { background-color: rgb(176,83,189); }
div.DivClassName
{
background-color: #B053BD;
}
.BgClassName
{
background-color: #B053BD;
}
</style>
border-color css
<style>
span { border-color: #B053BD; }
span { border-color: rgb(176,83,189); }
td.TdClassName
{
border-color: #B053BD;
}
.TagClassName
{
border-color: #B053BD;
}
</style>