Shades of Fuchsia #B051B2
Tints of Fuchsia #B051B2
RGB
CMYK
RGB Variations
Color information
#B051B2 (or 0xB051B2) is known color: Fuchsia. HEX triplet: B0, 51 and B2. RGB value is (176,81,178). Sum of RGB (Red+Green+Blue) = 176+81+178=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #B051B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B051B2 is #4FAE4D. Grayscale: #787878. Windows color (decimal): -5221966 or 11686320. OLE color: 11686320.
HSL color Cylindrical-coordinate representation of color #B051B2: hue angle of 298.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B051B2 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 81 | 178 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.30 |
| HSL | 298.76º | 0.39% | 0.51% | - |
| HSV(B) | 298.76º | 0.54% | 0.7% | - |
| XYZ | 28.88 | 18.33 | 44.14 | - |
| YUV | 120.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 178 | 0.01 | 0.54 | 0 | 0.30 | 298.76 | 0.39 | 0.51 |
| Hex | B0 | 51 | B2 | 1 | 36 | 0 | 1E | 12B | 27 | 33 |
| Octal | 260 | 121 | 262 | 1 | 66 | 0 | 36 | 453 | 47 | 63 |
| Binary | 10110000 | 1010001 | 10110010 | 1 | 110110 | 0 | 11110 | 100101011 | 100111 | 110011 |
Color Harmonies of #B051B2
Complementary color
Monochromatic Colors of #B051B2
Black with #B051B2
Text Example
Text Example
White with #B051B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051B2; }
p { color: rgb(176,81,178); }
H1.HeaderClassName
{
color: #B051B2;
}
.AnyTagClassName
{
color: #B051B2;
}
</style>
background-color css
<style>
a { background-color: #B051B2; }
a { background-color: rgb(176,81,178); }
div.DivClassName
{
background-color: #B051B2;
}
.BgClassName
{
background-color: #B051B2;
}
</style>
border-color css
<style>
span { border-color: #B051B2; }
span { border-color: rgb(176,81,178); }
td.TdClassName
{
border-color: #B051B2;
}
.TagClassName
{
border-color: #B051B2;
}
</style>