Shades of Fuchsia #B558B4
Tints of Fuchsia #B558B4
RGB
CMYK
RGB Variations
Color information
#B558B4 (or 0xB558B4) is known color: Fuchsia. HEX triplet: B5, 58 and B4. RGB value is (181,88,180). Sum of RGB (Red+Green+Blue) = 181+88+180=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B558B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558B4 is #4AA74B. Grayscale: #7E7E7E. Windows color (decimal): -4892492 or 11819189. OLE color: 11819189.
HSL color Cylindrical-coordinate representation of color #B558B4: hue angle of 300.65º 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 #B558B4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 180 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.29 |
| HSL | 300.65º | 0.39% | 0.53% | - |
| HSV(B) | 300.65º | 0.51% | 0.71% | - |
| XYZ | 30.78 | 20.1 | 45.44 | - |
| YUV | 126.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 180 | 0 | 0.51 | 0.01 | 0.29 | 300.65 | 0.39 | 0.53 |
| Hex | B5 | 58 | B4 | 0 | 33 | 1 | 1D | 12D | 27 | 35 |
| Octal | 265 | 130 | 264 | 0 | 63 | 1 | 35 | 455 | 47 | 65 |
| Binary | 10110101 | 1011000 | 10110100 | 0 | 110011 | 1 | 11101 | 100101101 | 100111 | 110101 |
Color Harmonies of #B558B4
Complementary color
Monochromatic Colors of #B558B4
Black with #B558B4
Text Example
Text Example
White with #B558B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558B4; }
p { color: rgb(181,88,180); }
H1.HeaderClassName
{
color: #B558B4;
}
.AnyTagClassName
{
color: #B558B4;
}
</style>
background-color css
<style>
a { background-color: #B558B4; }
a { background-color: rgb(181,88,180); }
div.DivClassName
{
background-color: #B558B4;
}
.BgClassName
{
background-color: #B558B4;
}
</style>
border-color css
<style>
span { border-color: #B558B4; }
span { border-color: rgb(181,88,180); }
td.TdClassName
{
border-color: #B558B4;
}
.TagClassName
{
border-color: #B558B4;
}
</style>