Shades of Fuchsia #B051B3
Tints of Fuchsia #B051B3
RGB
CMYK
RGB Variations
Color information
#B051B3 (or 0xB051B3) is known color: Fuchsia. HEX triplet: B0, 51 and B3. RGB value is (176,81,179). Sum of RGB (Red+Green+Blue) = 176+81+179=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #B051B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051B3 is #4FAE4C. Grayscale: #787878. Windows color (decimal): -5221965 or 11751856. OLE color: 11751856.
HSL color Cylindrical-coordinate representation of color #B051B3: hue angle of 298.16º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B051B3 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 81 | 179 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.30 |
| HSL | 298.16º | 0.39% | 0.51% | - |
| HSV(B) | 298.16º | 0.55% | 0.7% | - |
| XYZ | 28.98 | 18.37 | 44.67 | - |
| YUV | 120.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 179 | 0.02 | 0.55 | 0 | 0.30 | 298.16 | 0.39 | 0.51 |
| Hex | B0 | 51 | B3 | 2 | 37 | 0 | 1E | 12A | 27 | 33 |
| Octal | 260 | 121 | 263 | 2 | 67 | 0 | 36 | 452 | 47 | 63 |
| Binary | 10110000 | 1010001 | 10110011 | 10 | 110111 | 0 | 11110 | 100101010 | 100111 | 110011 |
Color Harmonies of #B051B3
Complementary color
Monochromatic Colors of #B051B3
Black with #B051B3
Text Example
Text Example
White with #B051B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051B3; }
p { color: rgb(176,81,179); }
H1.HeaderClassName
{
color: #B051B3;
}
.AnyTagClassName
{
color: #B051B3;
}
</style>
background-color css
<style>
a { background-color: #B051B3; }
a { background-color: rgb(176,81,179); }
div.DivClassName
{
background-color: #B051B3;
}
.BgClassName
{
background-color: #B051B3;
}
</style>
border-color css
<style>
span { border-color: #B051B3; }
span { border-color: rgb(176,81,179); }
td.TdClassName
{
border-color: #B051B3;
}
.TagClassName
{
border-color: #B051B3;
}
</style>