Shades of Fuchsia #B051B4
Tints of Fuchsia #B051B4
RGB
CMYK
RGB Variations
Color information
#B051B4 (or 0xB051B4) is known color: Fuchsia. HEX triplet: B0, 51 and B4. RGB value is (176,81,180). Sum of RGB (Red+Green+Blue) = 176+81+180=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #B051B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051B4 is #4FAE4B. Grayscale: #787878. Windows color (decimal): -5221964 or 11817392. OLE color: 11817392.
HSL color Cylindrical-coordinate representation of color #B051B4: hue angle of 297.58º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B051B4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 81 | 180 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.29 |
| HSL | 297.58º | 0.4% | 0.51% | - |
| HSV(B) | 297.58º | 0.55% | 0.71% | - |
| XYZ | 29.09 | 18.41 | 45.2 | - |
| YUV | 120.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 180 | 0.02 | 0.55 | 0 | 0.29 | 297.58 | 0.4 | 0.51 |
| Hex | B0 | 51 | B4 | 2 | 37 | 0 | 1D | 12A | 28 | 33 |
| Octal | 260 | 121 | 264 | 2 | 67 | 0 | 35 | 452 | 50 | 63 |
| Binary | 10110000 | 1010001 | 10110100 | 10 | 110111 | 0 | 11101 | 100101010 | 101000 | 110011 |
Color Harmonies of #B051B4
Complementary color
Monochromatic Colors of #B051B4
Black with #B051B4
Text Example
Text Example
White with #B051B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051B4; }
p { color: rgb(176,81,180); }
H1.HeaderClassName
{
color: #B051B4;
}
.AnyTagClassName
{
color: #B051B4;
}
</style>
background-color css
<style>
a { background-color: #B051B4; }
a { background-color: rgb(176,81,180); }
div.DivClassName
{
background-color: #B051B4;
}
.BgClassName
{
background-color: #B051B4;
}
</style>
border-color css
<style>
span { border-color: #B051B4; }
span { border-color: rgb(176,81,180); }
td.TdClassName
{
border-color: #B051B4;
}
.TagClassName
{
border-color: #B051B4;
}
</style>