Shades of Fuchsia #B551AD
Tints of Fuchsia #B551AD
RGB
CMYK
RGB Variations
Color information
#B551AD (or 0xB551AD) is known color: Fuchsia. HEX triplet: B5, 51 and AD. RGB value is (181,81,173). Sum of RGB (Red+Green+Blue) = 181+81+173=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B551AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B551AD is #4AAE52. Grayscale: #797979. Windows color (decimal): -4894291 or 11358645. OLE color: 11358645.
HSL color Cylindrical-coordinate representation of color #B551AD: hue angle of 304.8º 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 #B551AD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 173 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.29 |
| HSL | 304.8º | 0.4% | 0.51% | - |
| HSV(B) | 304.8º | 0.55% | 0.71% | - |
| XYZ | 29.54 | 18.73 | 41.59 | - |
| YUV | 121.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 173 | 0 | 0.55 | 0.04 | 0.29 | 304.8 | 0.4 | 0.51 |
| Hex | B5 | 51 | AD | 0 | 37 | 4 | 1D | 131 | 28 | 33 |
| Octal | 265 | 121 | 255 | 0 | 67 | 4 | 35 | 461 | 50 | 63 |
| Binary | 10110101 | 1010001 | 10101101 | 0 | 110111 | 100 | 11101 | 100110001 | 101000 | 110011 |
Color Harmonies of #B551AD
Complementary color
Monochromatic Colors of #B551AD
Black with #B551AD
Text Example
Text Example
White with #B551AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B551AD; }
p { color: rgb(181,81,173); }
H1.HeaderClassName
{
color: #B551AD;
}
.AnyTagClassName
{
color: #B551AD;
}
</style>
background-color css
<style>
a { background-color: #B551AD; }
a { background-color: rgb(181,81,173); }
div.DivClassName
{
background-color: #B551AD;
}
.BgClassName
{
background-color: #B551AD;
}
</style>
border-color css
<style>
span { border-color: #B551AD; }
span { border-color: rgb(181,81,173); }
td.TdClassName
{
border-color: #B551AD;
}
.TagClassName
{
border-color: #B551AD;
}
</style>