Shades of Fuchsia #B558B3
Tints of Fuchsia #B558B3
RGB
CMYK
RGB Variations
Color information
#B558B3 (or 0xB558B3) is known color: Fuchsia. HEX triplet: B5, 58 and B3. RGB value is (181,88,179). Sum of RGB (Red+Green+Blue) = 181+88+179=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 181 - color contains mainly: red. Hex color #B558B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558B3 is #4AA74C. Grayscale: #7D7D7D. Windows color (decimal): -4892493 or 11753653. OLE color: 11753653.
HSL color Cylindrical-coordinate representation of color #B558B3: hue angle of 301.29º 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 #B558B3 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 179 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.29 |
| HSL | 301.29º | 0.39% | 0.53% | - |
| HSV(B) | 301.29º | 0.51% | 0.71% | - |
| XYZ | 30.68 | 20.06 | 44.9 | - |
| YUV | 126.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 179 | 0 | 0.51 | 0.01 | 0.29 | 301.29 | 0.39 | 0.53 |
| Hex | B5 | 58 | B3 | 0 | 33 | 1 | 1D | 12D | 27 | 35 |
| Octal | 265 | 130 | 263 | 0 | 63 | 1 | 35 | 455 | 47 | 65 |
| Binary | 10110101 | 1011000 | 10110011 | 0 | 110011 | 1 | 11101 | 100101101 | 100111 | 110101 |
Color Harmonies of #B558B3
Complementary color
Monochromatic Colors of #B558B3
Black with #B558B3
Text Example
Text Example
White with #B558B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558B3; }
p { color: rgb(181,88,179); }
H1.HeaderClassName
{
color: #B558B3;
}
.AnyTagClassName
{
color: #B558B3;
}
</style>
background-color css
<style>
a { background-color: #B558B3; }
a { background-color: rgb(181,88,179); }
div.DivClassName
{
background-color: #B558B3;
}
.BgClassName
{
background-color: #B558B3;
}
</style>
border-color css
<style>
span { border-color: #B558B3; }
span { border-color: rgb(181,88,179); }
td.TdClassName
{
border-color: #B558B3;
}
.TagClassName
{
border-color: #B558B3;
}
</style>