Shades of Fuchsia #B051BD
Tints of Fuchsia #B051BD
RGB
CMYK
RGB Variations
Color information
#B051BD (or 0xB051BD) is known color: Fuchsia. HEX triplet: B0, 51 and BD. RGB value is (176,81,189). Sum of RGB (Red+Green+Blue) = 176+81+189=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #B051BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051BD is #4FAE42. Grayscale: #797979. Windows color (decimal): -5221955 or 12407216. OLE color: 12407216.
HSL color Cylindrical-coordinate representation of color #B051BD: hue angle of 292.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B051BD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 81 | 189 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.26 |
| HSL | 292.78º | 0.45% | 0.53% | - |
| HSV(B) | 292.78º | 0.57% | 0.74% | - |
| XYZ | 30.03 | 18.79 | 50.19 | - |
| YUV | 121.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 189 | 0.07 | 0.57 | 0 | 0.26 | 292.78 | 0.45 | 0.53 |
| Hex | B0 | 51 | BD | 7 | 39 | 0 | 1A | 125 | 2D | 35 |
| Octal | 260 | 121 | 275 | 7 | 71 | 0 | 32 | 445 | 55 | 65 |
| Binary | 10110000 | 1010001 | 10111101 | 111 | 111001 | 0 | 11010 | 100100101 | 101101 | 110101 |
Color Harmonies of #B051BD
Complementary color
Monochromatic Colors of #B051BD
Black with #B051BD
Text Example
Text Example
White with #B051BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051BD; }
p { color: rgb(176,81,189); }
H1.HeaderClassName
{
color: #B051BD;
}
.AnyTagClassName
{
color: #B051BD;
}
</style>
background-color css
<style>
a { background-color: #B051BD; }
a { background-color: rgb(176,81,189); }
div.DivClassName
{
background-color: #B051BD;
}
.BgClassName
{
background-color: #B051BD;
}
</style>
border-color css
<style>
span { border-color: #B051BD; }
span { border-color: rgb(176,81,189); }
td.TdClassName
{
border-color: #B051BD;
}
.TagClassName
{
border-color: #B051BD;
}
</style>