Shades of Fuchsia #B557C1
Tints of Fuchsia #B557C1
RGB
CMYK
RGB Variations
Color information
#B557C1 (or 0xB557C1) is known color: Fuchsia. HEX triplet: B5, 57 and C1. RGB value is (181,87,193). Sum of RGB (Red+Green+Blue) = 181+87+193=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #B557C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557C1 is #4AA83E. Grayscale: #7E7E7E. Windows color (decimal): -4892735 or 12670901. OLE color: 12670901.
HSL color Cylindrical-coordinate representation of color #B557C1: hue angle of 293.21º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B557C1 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 87 | 193 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.24 |
| HSL | 293.21º | 0.46% | 0.55% | - |
| HSV(B) | 293.21º | 0.55% | 0.76% | - |
| XYZ | 32.09 | 20.49 | 52.72 | - |
| YUV | 127.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 193 | 0.06 | 0.55 | 0 | 0.24 | 293.21 | 0.46 | 0.55 |
| Hex | B5 | 57 | C1 | 6 | 37 | 0 | 18 | 125 | 2E | 37 |
| Octal | 265 | 127 | 301 | 6 | 67 | 0 | 30 | 445 | 56 | 67 |
| Binary | 10110101 | 1010111 | 11000001 | 110 | 110111 | 0 | 11000 | 100100101 | 101110 | 110111 |
Color Harmonies of #B557C1
Complementary color
Monochromatic Colors of #B557C1
Black with #B557C1
Text Example
Text Example
White with #B557C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557C1; }
p { color: rgb(181,87,193); }
H1.HeaderClassName
{
color: #B557C1;
}
.AnyTagClassName
{
color: #B557C1;
}
</style>
background-color css
<style>
a { background-color: #B557C1; }
a { background-color: rgb(181,87,193); }
div.DivClassName
{
background-color: #B557C1;
}
.BgClassName
{
background-color: #B557C1;
}
</style>
border-color css
<style>
span { border-color: #B557C1; }
span { border-color: rgb(181,87,193); }
td.TdClassName
{
border-color: #B557C1;
}
.TagClassName
{
border-color: #B557C1;
}
</style>