Shades of Fuchsia #B56CB4
Tints of Fuchsia #B56CB4
RGB
CMYK
RGB Variations
Color information
#B56CB4 (or 0xB56CB4) is known color: Fuchsia. HEX triplet: B5, 6C and B4. RGB value is (181,108,180). Sum of RGB (Red+Green+Blue) = 181+108+180=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B56CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CB4 is #4A934B. Grayscale: #898989. Windows color (decimal): -4887372 or 11824309. OLE color: 11824309.
HSL color Cylindrical-coordinate representation of color #B56CB4: hue angle of 300.82º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56CB4 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 108 | 180 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.29 |
| HSL | 300.82º | 0.33% | 0.57% | - |
| HSV(B) | 300.82º | 0.4% | 0.71% | - |
| XYZ | 32.66 | 23.84 | 46.06 | - |
| YUV | 138.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 180 | 0 | 0.40 | 0.01 | 0.29 | 300.82 | 0.33 | 0.57 |
| Hex | B5 | 6C | B4 | 0 | 28 | 1 | 1D | 12D | 21 | 39 |
| Octal | 265 | 154 | 264 | 0 | 50 | 1 | 35 | 455 | 41 | 71 |
| Binary | 10110101 | 1101100 | 10110100 | 0 | 101000 | 1 | 11101 | 100101101 | 100001 | 111001 |
Color Harmonies of #B56CB4
Complementary color
Monochromatic Colors of #B56CB4
Black with #B56CB4
Text Example
Text Example
White with #B56CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CB4; }
p { color: rgb(181,108,180); }
H1.HeaderClassName
{
color: #B56CB4;
}
.AnyTagClassName
{
color: #B56CB4;
}
</style>
background-color css
<style>
a { background-color: #B56CB4; }
a { background-color: rgb(181,108,180); }
div.DivClassName
{
background-color: #B56CB4;
}
.BgClassName
{
background-color: #B56CB4;
}
</style>
border-color css
<style>
span { border-color: #B56CB4; }
span { border-color: rgb(181,108,180); }
td.TdClassName
{
border-color: #B56CB4;
}
.TagClassName
{
border-color: #B56CB4;
}
</style>