Shades of Fuchsia #B552AD
Tints of Fuchsia #B552AD
RGB
CMYK
RGB Variations
Color information
#B552AD (or 0xB552AD) is known color: Fuchsia. HEX triplet: B5, 52 and AD. RGB value is (181,82,173). Sum of RGB (Red+Green+Blue) = 181+82+173=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B552AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B552AD is #4AAD52. Grayscale: #797979. Windows color (decimal): -4894035 or 11358901. OLE color: 11358901.
HSL color Cylindrical-coordinate representation of color #B552AD: hue angle of 304.85º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B552AD is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 173 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.29 |
| HSL | 304.85º | 0.4% | 0.52% | - |
| HSV(B) | 304.85º | 0.55% | 0.71% | - |
| XYZ | 29.62 | 18.88 | 41.62 | - |
| YUV | 121.98 | 156.8 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 173 | 0 | 0.55 | 0.04 | 0.29 | 304.85 | 0.4 | 0.52 |
| Hex | B5 | 52 | AD | 0 | 37 | 4 | 1D | 131 | 28 | 34 |
| Octal | 265 | 122 | 255 | 0 | 67 | 4 | 35 | 461 | 50 | 64 |
| Binary | 10110101 | 1010010 | 10101101 | 0 | 110111 | 100 | 11101 | 100110001 | 101000 | 110100 |
Color Harmonies of #B552AD
Complementary color
Monochromatic Colors of #B552AD
Black with #B552AD
Text Example
Text Example
White with #B552AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B552AD; }
p { color: rgb(181,82,173); }
H1.HeaderClassName
{
color: #B552AD;
}
.AnyTagClassName
{
color: #B552AD;
}
</style>
background-color css
<style>
a { background-color: #B552AD; }
a { background-color: rgb(181,82,173); }
div.DivClassName
{
background-color: #B552AD;
}
.BgClassName
{
background-color: #B552AD;
}
</style>
border-color css
<style>
span { border-color: #B552AD; }
span { border-color: rgb(181,82,173); }
td.TdClassName
{
border-color: #B552AD;
}
.TagClassName
{
border-color: #B552AD;
}
</style>