Shades of Fuchsia #B558BC
Tints of Fuchsia #B558BC
RGB
CMYK
RGB Variations
Color information
#B558BC (or 0xB558BC) is known color: Fuchsia. HEX triplet: B5, 58 and BC. RGB value is (181,88,188). Sum of RGB (Red+Green+Blue) = 181+88+188=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #B558BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558BC is #4AA743. Grayscale: #7E7E7E. Windows color (decimal): -4892484 or 12343477. OLE color: 12343477.
HSL color Cylindrical-coordinate representation of color #B558BC: hue angle of 295.8º 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 #B558BC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 88 | 188 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.26 |
| HSL | 295.8º | 0.43% | 0.54% | - |
| HSV(B) | 295.8º | 0.53% | 0.74% | - |
| XYZ | 31.62 | 20.43 | 49.85 | - |
| YUV | 127.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 188 | 0.04 | 0.53 | 0 | 0.26 | 295.8 | 0.43 | 0.54 |
| Hex | B5 | 58 | BC | 4 | 35 | 0 | 1A | 128 | 2B | 36 |
| Octal | 265 | 130 | 274 | 4 | 65 | 0 | 32 | 450 | 53 | 66 |
| Binary | 10110101 | 1011000 | 10111100 | 100 | 110101 | 0 | 11010 | 100101000 | 101011 | 110110 |
Color Harmonies of #B558BC
Complementary color
Monochromatic Colors of #B558BC
Black with #B558BC
Text Example
Text Example
White with #B558BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558BC; }
p { color: rgb(181,88,188); }
H1.HeaderClassName
{
color: #B558BC;
}
.AnyTagClassName
{
color: #B558BC;
}
</style>
background-color css
<style>
a { background-color: #B558BC; }
a { background-color: rgb(181,88,188); }
div.DivClassName
{
background-color: #B558BC;
}
.BgClassName
{
background-color: #B558BC;
}
</style>
border-color css
<style>
span { border-color: #B558BC; }
span { border-color: rgb(181,88,188); }
td.TdClassName
{
border-color: #B558BC;
}
.TagClassName
{
border-color: #B558BC;
}
</style>