Shades of Fuchsia #B051BB
Tints of Fuchsia #B051BB
RGB
CMYK
RGB Variations
Color information
#B051BB (or 0xB051BB) is known color: Fuchsia. HEX triplet: B0, 51 and BB. RGB value is (176,81,187). Sum of RGB (Red+Green+Blue) = 176+81+187=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #B051BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BB is #4FAE44. Grayscale: #797979. Windows color (decimal): -5221957 or 12276144. OLE color: 12276144.
HSL color Cylindrical-coordinate representation of color #B051BB: hue angle of 293.77º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B051BB is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 81 | 187 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.27 |
| HSL | 293.77º | 0.44% | 0.53% | - |
| HSV(B) | 293.77º | 0.57% | 0.73% | - |
| XYZ | 29.82 | 18.7 | 49.05 | - |
| YUV | 121.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 187 | 0.06 | 0.57 | 0 | 0.27 | 293.77 | 0.44 | 0.53 |
| Hex | B0 | 51 | BB | 6 | 39 | 0 | 1B | 126 | 2C | 35 |
| Octal | 260 | 121 | 273 | 6 | 71 | 0 | 33 | 446 | 54 | 65 |
| Binary | 10110000 | 1010001 | 10111011 | 110 | 111001 | 0 | 11011 | 100100110 | 101100 | 110101 |
Color Harmonies of #B051BB
Complementary color
Monochromatic Colors of #B051BB
Black with #B051BB
Text Example
Text Example
White with #B051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051BB; }
p { color: rgb(176,81,187); }
H1.HeaderClassName
{
color: #B051BB;
}
.AnyTagClassName
{
color: #B051BB;
}
</style>
background-color css
<style>
a { background-color: #B051BB; }
a { background-color: rgb(176,81,187); }
div.DivClassName
{
background-color: #B051BB;
}
.BgClassName
{
background-color: #B051BB;
}
</style>
border-color css
<style>
span { border-color: #B051BB; }
span { border-color: rgb(176,81,187); }
td.TdClassName
{
border-color: #B051BB;
}
.TagClassName
{
border-color: #B051BB;
}
</style>