Shades of Fuchsia #B55EBC
Tints of Fuchsia #B55EBC
RGB
CMYK
RGB Variations
Color information
#B55EBC (or 0xB55EBC) is known color: Fuchsia. HEX triplet: B5, 5E and BC. RGB value is (181,94,188). Sum of RGB (Red+Green+Blue) = 181+94+188=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #B55EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55EBC is #4AA143. Grayscale: #828282. Windows color (decimal): -4890948 or 12345013. OLE color: 12345013.
HSL color Cylindrical-coordinate representation of color #B55EBC: hue angle of 295.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B55EBC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 94 | 188 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.26 |
| HSL | 295.53º | 0.41% | 0.55% | - |
| HSV(B) | 295.53º | 0.5% | 0.74% | - |
| XYZ | 32.14 | 21.46 | 50.03 | - |
| YUV | 130.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 94 | 188 | 0.04 | 0.50 | 0 | 0.26 | 295.53 | 0.41 | 0.55 |
| Hex | B5 | 5E | BC | 4 | 32 | 0 | 1A | 128 | 29 | 37 |
| Octal | 265 | 136 | 274 | 4 | 62 | 0 | 32 | 450 | 51 | 67 |
| Binary | 10110101 | 1011110 | 10111100 | 100 | 110010 | 0 | 11010 | 100101000 | 101001 | 110111 |
Color Harmonies of #B55EBC
Complementary color
Monochromatic Colors of #B55EBC
Black with #B55EBC
Text Example
Text Example
White with #B55EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55EBC; }
p { color: rgb(181,94,188); }
H1.HeaderClassName
{
color: #B55EBC;
}
.AnyTagClassName
{
color: #B55EBC;
}
</style>
background-color css
<style>
a { background-color: #B55EBC; }
a { background-color: rgb(181,94,188); }
div.DivClassName
{
background-color: #B55EBC;
}
.BgClassName
{
background-color: #B55EBC;
}
</style>
border-color css
<style>
span { border-color: #B55EBC; }
span { border-color: rgb(181,94,188); }
td.TdClassName
{
border-color: #B55EBC;
}
.TagClassName
{
border-color: #B55EBC;
}
</style>