Shades of Fuchsia #B053BB
Tints of Fuchsia #B053BB
RGB
CMYK
RGB Variations
Color information
#B053BB (or 0xB053BB) is known color: Fuchsia. HEX triplet: B0, 53 and BB. RGB value is (176,83,187). Sum of RGB (Red+Green+Blue) = 176+83+187=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #B053BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053BB is #4FAC44. Grayscale: #7A7A7A. Windows color (decimal): -5221445 or 12276656. OLE color: 12276656.
HSL color Cylindrical-coordinate representation of color #B053BB: hue angle of 293.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B053BB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 83 | 187 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.27 |
| HSL | 293.65º | 0.43% | 0.53% | - |
| HSV(B) | 293.65º | 0.56% | 0.73% | - |
| XYZ | 29.97 | 19 | 49.1 | - |
| YUV | 122.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 187 | 0.06 | 0.56 | 0 | 0.27 | 293.65 | 0.43 | 0.53 |
| Hex | B0 | 53 | BB | 6 | 38 | 0 | 1B | 126 | 2B | 35 |
| Octal | 260 | 123 | 273 | 6 | 70 | 0 | 33 | 446 | 53 | 65 |
| Binary | 10110000 | 1010011 | 10111011 | 110 | 111000 | 0 | 11011 | 100100110 | 101011 | 110101 |
Color Harmonies of #B053BB
Complementary color
Monochromatic Colors of #B053BB
Black with #B053BB
Text Example
Text Example
White with #B053BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053BB; }
p { color: rgb(176,83,187); }
H1.HeaderClassName
{
color: #B053BB;
}
.AnyTagClassName
{
color: #B053BB;
}
</style>
background-color css
<style>
a { background-color: #B053BB; }
a { background-color: rgb(176,83,187); }
div.DivClassName
{
background-color: #B053BB;
}
.BgClassName
{
background-color: #B053BB;
}
</style>
border-color css
<style>
span { border-color: #B053BB; }
span { border-color: rgb(176,83,187); }
td.TdClassName
{
border-color: #B053BB;
}
.TagClassName
{
border-color: #B053BB;
}
</style>