Shades of Fuchsia #B556B4
Tints of Fuchsia #B556B4
RGB
CMYK
RGB Variations
Color information
#B556B4 (or 0xB556B4) is known color: Fuchsia. HEX triplet: B5, 56 and B4. RGB value is (181,86,180). Sum of RGB (Red+Green+Blue) = 181+86+180=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B556B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B556B4 is #4AA94B. Grayscale: #7C7C7C. Windows color (decimal): -4893004 or 11818677. OLE color: 11818677.
HSL color Cylindrical-coordinate representation of color #B556B4: hue angle of 300.63º 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 #B556B4 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 180 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.29 |
| HSL | 300.63º | 0.39% | 0.52% | - |
| HSV(B) | 300.63º | 0.52% | 0.71% | - |
| XYZ | 30.62 | 19.77 | 45.38 | - |
| YUV | 125.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 180 | 0 | 0.52 | 0.01 | 0.29 | 300.63 | 0.39 | 0.52 |
| Hex | B5 | 56 | B4 | 0 | 34 | 1 | 1D | 12D | 27 | 34 |
| Octal | 265 | 126 | 264 | 0 | 64 | 1 | 35 | 455 | 47 | 64 |
| Binary | 10110101 | 1010110 | 10110100 | 0 | 110100 | 1 | 11101 | 100101101 | 100111 | 110100 |
Color Harmonies of #B556B4
Complementary color
Monochromatic Colors of #B556B4
Black with #B556B4
Text Example
Text Example
White with #B556B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B556B4; }
p { color: rgb(181,86,180); }
H1.HeaderClassName
{
color: #B556B4;
}
.AnyTagClassName
{
color: #B556B4;
}
</style>
background-color css
<style>
a { background-color: #B556B4; }
a { background-color: rgb(181,86,180); }
div.DivClassName
{
background-color: #B556B4;
}
.BgClassName
{
background-color: #B556B4;
}
</style>
border-color css
<style>
span { border-color: #B556B4; }
span { border-color: rgb(181,86,180); }
td.TdClassName
{
border-color: #B556B4;
}
.TagClassName
{
border-color: #B556B4;
}
</style>