Shades of Fuchsia #B558B0
Tints of Fuchsia #B558B0
RGB
CMYK
RGB Variations
Color information
#B558B0 (or 0xB558B0) is known color: Fuchsia. HEX triplet: B5, 58 and B0. RGB value is (181,88,176). Sum of RGB (Red+Green+Blue) = 181+88+176=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B558B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558B0 is #4AA74F. Grayscale: #7D7D7D. Windows color (decimal): -4892496 or 11557045. OLE color: 11557045.
HSL color Cylindrical-coordinate representation of color #B558B0: hue angle of 303.23º 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 #B558B0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 176 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.29 |
| HSL | 303.23º | 0.39% | 0.53% | - |
| HSV(B) | 303.23º | 0.51% | 0.71% | - |
| XYZ | 30.38 | 19.94 | 43.32 | - |
| YUV | 125.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 176 | 0 | 0.51 | 0.03 | 0.29 | 303.23 | 0.39 | 0.53 |
| Hex | B5 | 58 | B0 | 0 | 33 | 3 | 1D | 12F | 27 | 35 |
| Octal | 265 | 130 | 260 | 0 | 63 | 3 | 35 | 457 | 47 | 65 |
| Binary | 10110101 | 1011000 | 10110000 | 0 | 110011 | 11 | 11101 | 100101111 | 100111 | 110101 |
Color Harmonies of #B558B0
Complementary color
Monochromatic Colors of #B558B0
Black with #B558B0
Text Example
Text Example
White with #B558B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558B0; }
p { color: rgb(181,88,176); }
H1.HeaderClassName
{
color: #B558B0;
}
.AnyTagClassName
{
color: #B558B0;
}
</style>
background-color css
<style>
a { background-color: #B558B0; }
a { background-color: rgb(181,88,176); }
div.DivClassName
{
background-color: #B558B0;
}
.BgClassName
{
background-color: #B558B0;
}
</style>
border-color css
<style>
span { border-color: #B558B0; }
span { border-color: rgb(181,88,176); }
td.TdClassName
{
border-color: #B558B0;
}
.TagClassName
{
border-color: #B558B0;
}
</style>