Shades of Fuchsia #B558BD
Tints of Fuchsia #B558BD
RGB
CMYK
RGB Variations
Color information
#B558BD (or 0xB558BD) is known color: Fuchsia. HEX triplet: B5, 58 and BD. RGB value is (181,88,189). Sum of RGB (Red+Green+Blue) = 181+88+189=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #B558BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558BD is #4AA742. Grayscale: #7F7F7F. Windows color (decimal): -4892483 or 12409013. OLE color: 12409013.
HSL color Cylindrical-coordinate representation of color #B558BD: hue angle of 295.25º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B558BD is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 88 | 189 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.26 |
| HSL | 295.25º | 0.43% | 0.54% | - |
| HSV(B) | 295.25º | 0.53% | 0.74% | - |
| XYZ | 31.73 | 20.48 | 50.42 | - |
| YUV | 127.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 189 | 0.04 | 0.53 | 0 | 0.26 | 295.25 | 0.43 | 0.54 |
| Hex | B5 | 58 | BD | 4 | 35 | 0 | 1A | 127 | 2B | 36 |
| Octal | 265 | 130 | 275 | 4 | 65 | 0 | 32 | 447 | 53 | 66 |
| Binary | 10110101 | 1011000 | 10111101 | 100 | 110101 | 0 | 11010 | 100100111 | 101011 | 110110 |
Color Harmonies of #B558BD
Complementary color
Monochromatic Colors of #B558BD
Black with #B558BD
Text Example
Text Example
White with #B558BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558BD; }
p { color: rgb(181,88,189); }
H1.HeaderClassName
{
color: #B558BD;
}
.AnyTagClassName
{
color: #B558BD;
}
</style>
background-color css
<style>
a { background-color: #B558BD; }
a { background-color: rgb(181,88,189); }
div.DivClassName
{
background-color: #B558BD;
}
.BgClassName
{
background-color: #B558BD;
}
</style>
border-color css
<style>
span { border-color: #B558BD; }
span { border-color: rgb(181,88,189); }
td.TdClassName
{
border-color: #B558BD;
}
.TagClassName
{
border-color: #B558BD;
}
</style>