Shades of Fuchsia #B558C1
Tints of Fuchsia #B558C1
RGB
CMYK
RGB Variations
Color information
#B558C1 (or 0xB558C1) is known color: Fuchsia. HEX triplet: B5, 58 and C1. RGB value is (181,88,193). Sum of RGB (Red+Green+Blue) = 181+88+193=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #B558C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B558C1 is #4AA73E. Grayscale: #7F7F7F. Windows color (decimal): -4892479 or 12671157. OLE color: 12671157.
HSL color Cylindrical-coordinate representation of color #B558C1: hue angle of 293.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B558C1 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 88 | 193 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.24 |
| HSL | 293.14º | 0.46% | 0.55% | - |
| HSV(B) | 293.14º | 0.54% | 0.76% | - |
| XYZ | 32.17 | 20.65 | 52.74 | - |
| YUV | 127.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 193 | 0.06 | 0.54 | 0 | 0.24 | 293.14 | 0.46 | 0.55 |
| Hex | B5 | 58 | C1 | 6 | 36 | 0 | 18 | 125 | 2E | 37 |
| Octal | 265 | 130 | 301 | 6 | 66 | 0 | 30 | 445 | 56 | 67 |
| Binary | 10110101 | 1011000 | 11000001 | 110 | 110110 | 0 | 11000 | 100100101 | 101110 | 110111 |
Color Harmonies of #B558C1
Complementary color
Monochromatic Colors of #B558C1
Black with #B558C1
Text Example
Text Example
White with #B558C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B558C1; }
p { color: rgb(181,88,193); }
H1.HeaderClassName
{
color: #B558C1;
}
.AnyTagClassName
{
color: #B558C1;
}
</style>
background-color css
<style>
a { background-color: #B558C1; }
a { background-color: rgb(181,88,193); }
div.DivClassName
{
background-color: #B558C1;
}
.BgClassName
{
background-color: #B558C1;
}
</style>
border-color css
<style>
span { border-color: #B558C1; }
span { border-color: rgb(181,88,193); }
td.TdClassName
{
border-color: #B558C1;
}
.TagClassName
{
border-color: #B558C1;
}
</style>