Shades of Fuchsia #B556B1
Tints of Fuchsia #B556B1
RGB
CMYK
RGB Variations
Color information
#B556B1 (or 0xB556B1) is known color: Fuchsia. HEX triplet: B5, 56 and B1. RGB value is (181,86,177). Sum of RGB (Red+Green+Blue) = 181+86+177=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 177 (69.53% from 255 or 39.86% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B556B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B556B1 is #4AA94E. Grayscale: #7C7C7C. Windows color (decimal): -4893007 or 11622069. OLE color: 11622069.
HSL color Cylindrical-coordinate representation of color #B556B1: hue angle of 302.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B556B1 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 177 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.29 |
| HSL | 302.53º | 0.39% | 0.52% | - |
| HSV(B) | 302.53º | 0.52% | 0.71% | - |
| XYZ | 30.32 | 19.65 | 43.79 | - |
| YUV | 124.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 177 | 0 | 0.52 | 0.02 | 0.29 | 302.53 | 0.39 | 0.52 |
| Hex | B5 | 56 | B1 | 0 | 34 | 2 | 1D | 12F | 27 | 34 |
| Octal | 265 | 126 | 261 | 0 | 64 | 2 | 35 | 457 | 47 | 64 |
| Binary | 10110101 | 1010110 | 10110001 | 0 | 110100 | 10 | 11101 | 100101111 | 100111 | 110100 |
Color Harmonies of #B556B1
Complementary color
Monochromatic Colors of #B556B1
Black with #B556B1
Text Example
Text Example
White with #B556B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B556B1; }
p { color: rgb(181,86,177); }
H1.HeaderClassName
{
color: #B556B1;
}
.AnyTagClassName
{
color: #B556B1;
}
</style>
background-color css
<style>
a { background-color: #B556B1; }
a { background-color: rgb(181,86,177); }
div.DivClassName
{
background-color: #B556B1;
}
.BgClassName
{
background-color: #B556B1;
}
</style>
border-color css
<style>
span { border-color: #B556B1; }
span { border-color: rgb(181,86,177); }
td.TdClassName
{
border-color: #B556B1;
}
.TagClassName
{
border-color: #B556B1;
}
</style>