Shades of Fuchsia #B557AD
Tints of Fuchsia #B557AD
RGB
CMYK
RGB Variations
Color information
#B557AD (or 0xB557AD) is known color: Fuchsia. HEX triplet: B5, 57 and AD. RGB value is (181,87,173). Sum of RGB (Red+Green+Blue) = 181+87+173=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B557AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B557AD is #4AA852. Grayscale: #7C7C7C. Windows color (decimal): -4892755 or 11360181. OLE color: 11360181.
HSL color Cylindrical-coordinate representation of color #B557AD: hue angle of 305.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B557AD is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 173 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.29 |
| HSL | 305.11º | 0.39% | 0.53% | - |
| HSV(B) | 305.11º | 0.52% | 0.71% | - |
| XYZ | 30.01 | 19.66 | 41.75 | - |
| YUV | 124.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 173 | 0 | 0.52 | 0.04 | 0.29 | 305.11 | 0.39 | 0.53 |
| Hex | B5 | 57 | AD | 0 | 34 | 4 | 1D | 131 | 27 | 35 |
| Octal | 265 | 127 | 255 | 0 | 64 | 4 | 35 | 461 | 47 | 65 |
| Binary | 10110101 | 1010111 | 10101101 | 0 | 110100 | 100 | 11101 | 100110001 | 100111 | 110101 |
Color Harmonies of #B557AD
Complementary color
Monochromatic Colors of #B557AD
Black with #B557AD
Text Example
Text Example
White with #B557AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557AD; }
p { color: rgb(181,87,173); }
H1.HeaderClassName
{
color: #B557AD;
}
.AnyTagClassName
{
color: #B557AD;
}
</style>
background-color css
<style>
a { background-color: #B557AD; }
a { background-color: rgb(181,87,173); }
div.DivClassName
{
background-color: #B557AD;
}
.BgClassName
{
background-color: #B557AD;
}
</style>
border-color css
<style>
span { border-color: #B557AD; }
span { border-color: rgb(181,87,173); }
td.TdClassName
{
border-color: #B557AD;
}
.TagClassName
{
border-color: #B557AD;
}
</style>