Shades of Fuchsia #B558B7
Tints of Fuchsia #B558B7
RGB
CMYK
RGB Variations
Color information
#B558B7 (or 0xB558B7) is known color: Fuchsia. HEX triplet: B5, 58 and B7. RGB value is (181,88,183). Sum of RGB (Red+Green+Blue) = 181+88+183=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #B558B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558B7 is #4AA748. Grayscale: #7E7E7E. Windows color (decimal): -4892489 or 12015797. OLE color: 12015797.
HSL color Cylindrical-coordinate representation of color #B558B7: hue angle of 298.74º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B558B7 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 88 | 183 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.28 |
| HSL | 298.74º | 0.4% | 0.53% | - |
| HSV(B) | 298.74º | 0.52% | 0.72% | - |
| XYZ | 31.09 | 20.22 | 47.06 | - |
| YUV | 126.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 183 | 0.01 | 0.52 | 0 | 0.28 | 298.74 | 0.4 | 0.53 |
| Hex | B5 | 58 | B7 | 1 | 34 | 0 | 1C | 12B | 28 | 35 |
| Octal | 265 | 130 | 267 | 1 | 64 | 0 | 34 | 453 | 50 | 65 |
| Binary | 10110101 | 1011000 | 10110111 | 1 | 110100 | 0 | 11100 | 100101011 | 101000 | 110101 |
Color Harmonies of #B558B7
Complementary color
Monochromatic Colors of #B558B7
Black with #B558B7
Text Example
Text Example
White with #B558B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558B7; }
p { color: rgb(181,88,183); }
H1.HeaderClassName
{
color: #B558B7;
}
.AnyTagClassName
{
color: #B558B7;
}
</style>
background-color css
<style>
a { background-color: #B558B7; }
a { background-color: rgb(181,88,183); }
div.DivClassName
{
background-color: #B558B7;
}
.BgClassName
{
background-color: #B558B7;
}
</style>
border-color css
<style>
span { border-color: #B558B7; }
span { border-color: rgb(181,88,183); }
td.TdClassName
{
border-color: #B558B7;
}
.TagClassName
{
border-color: #B558B7;
}
</style>