Shades of Fuchsia #B053B7
Tints of Fuchsia #B053B7
RGB
CMYK
RGB Variations
Color information
#B053B7 (or 0xB053B7) is known color: Fuchsia. HEX triplet: B0, 53 and B7. RGB value is (176,83,183). Sum of RGB (Red+Green+Blue) = 176+83+183=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #B053B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053B7 is #4FAC48. Grayscale: #797979. Windows color (decimal): -5221449 or 12014512. OLE color: 12014512.
HSL color Cylindrical-coordinate representation of color #B053B7: hue angle of 295.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B053B7 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 83 | 183 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.28 |
| HSL | 295.8º | 0.41% | 0.52% | - |
| HSV(B) | 295.8º | 0.55% | 0.72% | - |
| XYZ | 29.55 | 18.84 | 46.88 | - |
| YUV | 122.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 183 | 0.04 | 0.55 | 0 | 0.28 | 295.8 | 0.41 | 0.52 |
| Hex | B0 | 53 | B7 | 4 | 37 | 0 | 1C | 128 | 29 | 34 |
| Octal | 260 | 123 | 267 | 4 | 67 | 0 | 34 | 450 | 51 | 64 |
| Binary | 10110000 | 1010011 | 10110111 | 100 | 110111 | 0 | 11100 | 100101000 | 101001 | 110100 |
Color Harmonies of #B053B7
Complementary color
Monochromatic Colors of #B053B7
Black with #B053B7
Text Example
Text Example
White with #B053B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053B7; }
p { color: rgb(176,83,183); }
H1.HeaderClassName
{
color: #B053B7;
}
.AnyTagClassName
{
color: #B053B7;
}
</style>
background-color css
<style>
a { background-color: #B053B7; }
a { background-color: rgb(176,83,183); }
div.DivClassName
{
background-color: #B053B7;
}
.BgClassName
{
background-color: #B053B7;
}
</style>
border-color css
<style>
span { border-color: #B053B7; }
span { border-color: rgb(176,83,183); }
td.TdClassName
{
border-color: #B053B7;
}
.TagClassName
{
border-color: #B053B7;
}
</style>