Shades of Fuchsia #B558AD
Tints of Fuchsia #B558AD
RGB
CMYK
RGB Variations
Color information
#B558AD (or 0xB558AD) is known color: Fuchsia. HEX triplet: B5, 58 and AD. RGB value is (181,88,173). Sum of RGB (Red+Green+Blue) = 181+88+173=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AD is #4AA752. Grayscale: #7D7D7D. Windows color (decimal): -4892499 or 11360437. OLE color: 11360437.
HSL color Cylindrical-coordinate representation of color #B558AD: hue angle of 305.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B558AD is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 173 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.29 |
| HSL | 305.16º | 0.39% | 0.53% | - |
| HSV(B) | 305.16º | 0.51% | 0.71% | - |
| XYZ | 30.09 | 19.82 | 41.78 | - |
| YUV | 125.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 173 | 0 | 0.51 | 0.04 | 0.29 | 305.16 | 0.39 | 0.53 |
| Hex | B5 | 58 | AD | 0 | 33 | 4 | 1D | 131 | 27 | 35 |
| Octal | 265 | 130 | 255 | 0 | 63 | 4 | 35 | 461 | 47 | 65 |
| Binary | 10110101 | 1011000 | 10101101 | 0 | 110011 | 100 | 11101 | 100110001 | 100111 | 110101 |
Color Harmonies of #B558AD
Complementary color
Monochromatic Colors of #B558AD
Black with #B558AD
Text Example
Text Example
White with #B558AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558AD; }
p { color: rgb(181,88,173); }
H1.HeaderClassName
{
color: #B558AD;
}
.AnyTagClassName
{
color: #B558AD;
}
</style>
background-color css
<style>
a { background-color: #B558AD; }
a { background-color: rgb(181,88,173); }
div.DivClassName
{
background-color: #B558AD;
}
.BgClassName
{
background-color: #B558AD;
}
</style>
border-color css
<style>
span { border-color: #B558AD; }
span { border-color: rgb(181,88,173); }
td.TdClassName
{
border-color: #B558AD;
}
.TagClassName
{
border-color: #B558AD;
}
</style>