Shades of Fuchsia #B558BA
Tints of Fuchsia #B558BA
RGB
CMYK
RGB Variations
Color information
#B558BA (or 0xB558BA) is known color: Fuchsia. HEX triplet: B5, 58 and BA. RGB value is (181,88,186). Sum of RGB (Red+Green+Blue) = 181+88+186=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B558BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558BA is #4AA745. Grayscale: #7E7E7E. Windows color (decimal): -4892486 or 12212405. OLE color: 12212405.
HSL color Cylindrical-coordinate representation of color #B558BA: hue angle of 296.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B558BA is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 88 | 186 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.27 |
| HSL | 296.94º | 0.42% | 0.54% | - |
| HSV(B) | 296.94º | 0.53% | 0.73% | - |
| XYZ | 31.41 | 20.35 | 48.73 | - |
| YUV | 126.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 186 | 0.03 | 0.53 | 0 | 0.27 | 296.94 | 0.42 | 0.54 |
| Hex | B5 | 58 | BA | 3 | 35 | 0 | 1B | 129 | 2A | 36 |
| Octal | 265 | 130 | 272 | 3 | 65 | 0 | 33 | 451 | 52 | 66 |
| Binary | 10110101 | 1011000 | 10111010 | 11 | 110101 | 0 | 11011 | 100101001 | 101010 | 110110 |
Color Harmonies of #B558BA
Complementary color
Monochromatic Colors of #B558BA
Black with #B558BA
Text Example
Text Example
White with #B558BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558BA; }
p { color: rgb(181,88,186); }
H1.HeaderClassName
{
color: #B558BA;
}
.AnyTagClassName
{
color: #B558BA;
}
</style>
background-color css
<style>
a { background-color: #B558BA; }
a { background-color: rgb(181,88,186); }
div.DivClassName
{
background-color: #B558BA;
}
.BgClassName
{
background-color: #B558BA;
}
</style>
border-color css
<style>
span { border-color: #B558BA; }
span { border-color: rgb(181,88,186); }
td.TdClassName
{
border-color: #B558BA;
}
.TagClassName
{
border-color: #B558BA;
}
</style>