Shades of Fuchsia #B558AF
Tints of Fuchsia #B558AF
RGB
CMYK
RGB Variations
Color information
#B558AF (or 0xB558AF) is known color: Fuchsia. HEX triplet: B5, 58 and AF. RGB value is (181,88,175). Sum of RGB (Red+Green+Blue) = 181+88+175=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AF is #4AA750. Grayscale: #7D7D7D. Windows color (decimal): -4892497 or 11491509. OLE color: 11491509.
HSL color Cylindrical-coordinate representation of color #B558AF: hue angle of 303.87º 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 #B558AF is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 175 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.29 |
| HSL | 303.87º | 0.39% | 0.53% | - |
| HSV(B) | 303.87º | 0.51% | 0.71% | - |
| XYZ | 30.28 | 19.9 | 42.8 | - |
| YUV | 125.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 175 | 0 | 0.51 | 0.03 | 0.29 | 303.87 | 0.39 | 0.53 |
| Hex | B5 | 58 | AF | 0 | 33 | 3 | 1D | 130 | 27 | 35 |
| Octal | 265 | 130 | 257 | 0 | 63 | 3 | 35 | 460 | 47 | 65 |
| Binary | 10110101 | 1011000 | 10101111 | 0 | 110011 | 11 | 11101 | 100110000 | 100111 | 110101 |
Color Harmonies of #B558AF
Complementary color
Monochromatic Colors of #B558AF
Black with #B558AF
Text Example
Text Example
White with #B558AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558AF; }
p { color: rgb(181,88,175); }
H1.HeaderClassName
{
color: #B558AF;
}
.AnyTagClassName
{
color: #B558AF;
}
</style>
background-color css
<style>
a { background-color: #B558AF; }
a { background-color: rgb(181,88,175); }
div.DivClassName
{
background-color: #B558AF;
}
.BgClassName
{
background-color: #B558AF;
}
</style>
border-color css
<style>
span { border-color: #B558AF; }
span { border-color: rgb(181,88,175); }
td.TdClassName
{
border-color: #B558AF;
}
.TagClassName
{
border-color: #B558AF;
}
</style>