Shades of Fuchsia #B053AF
Tints of Fuchsia #B053AF
RGB
CMYK
RGB Variations
Color information
#B053AF (or 0xB053AF) is known color: Fuchsia. HEX triplet: B0, 53 and AF. RGB value is (176,83,175). Sum of RGB (Red+Green+Blue) = 176+83+175=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B053AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B053AF is #4FAC50. Grayscale: #797979. Windows color (decimal): -5221457 or 11490224. OLE color: 11490224.
HSL color Cylindrical-coordinate representation of color #B053AF: hue angle of 300.65º 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 #B053AF is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 175 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.31 |
| HSL | 300.65º | 0.37% | 0.51% | - |
| HSV(B) | 300.65º | 0.53% | 0.69% | - |
| XYZ | 28.74 | 18.51 | 42.62 | - |
| YUV | 121.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 175 | 0 | 0.53 | 0.01 | 0.31 | 300.65 | 0.37 | 0.51 |
| Hex | B0 | 53 | AF | 0 | 35 | 1 | 1F | 12D | 25 | 33 |
| Octal | 260 | 123 | 257 | 0 | 65 | 1 | 37 | 455 | 45 | 63 |
| Binary | 10110000 | 1010011 | 10101111 | 0 | 110101 | 1 | 11111 | 100101101 | 100101 | 110011 |
Color Harmonies of #B053AF
Complementary color
Monochromatic Colors of #B053AF
Black with #B053AF
Text Example
Text Example
White with #B053AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053AF; }
p { color: rgb(176,83,175); }
H1.HeaderClassName
{
color: #B053AF;
}
.AnyTagClassName
{
color: #B053AF;
}
</style>
background-color css
<style>
a { background-color: #B053AF; }
a { background-color: rgb(176,83,175); }
div.DivClassName
{
background-color: #B053AF;
}
.BgClassName
{
background-color: #B053AF;
}
</style>
border-color css
<style>
span { border-color: #B053AF; }
span { border-color: rgb(176,83,175); }
td.TdClassName
{
border-color: #B053AF;
}
.TagClassName
{
border-color: #B053AF;
}
</style>