Shades of Fuchsia #B56DB7
Tints of Fuchsia #B56DB7
RGB
CMYK
RGB Variations
Color information
#B56DB7 (or 0xB56DB7) is known color: Fuchsia. HEX triplet: B5, 6D and B7. RGB value is (181,109,183). Sum of RGB (Red+Green+Blue) = 181+109+183=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #B56DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DB7 is #4A9248. Grayscale: #8A8A8A. Windows color (decimal): -4887113 or 12021173. OLE color: 12021173.
HSL color Cylindrical-coordinate representation of color #B56DB7: hue angle of 298.38º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56DB7 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 109 | 183 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.28 |
| HSL | 298.38º | 0.34% | 0.57% | - |
| HSV(B) | 298.38º | 0.4% | 0.72% | - |
| XYZ | 33.07 | 24.18 | 47.72 | - |
| YUV | 138.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 183 | 0.01 | 0.40 | 0 | 0.28 | 298.38 | 0.34 | 0.57 |
| Hex | B5 | 6D | B7 | 1 | 28 | 0 | 1C | 12A | 22 | 39 |
| Octal | 265 | 155 | 267 | 1 | 50 | 0 | 34 | 452 | 42 | 71 |
| Binary | 10110101 | 1101101 | 10110111 | 1 | 101000 | 0 | 11100 | 100101010 | 100010 | 111001 |
Color Harmonies of #B56DB7
Complementary color
Monochromatic Colors of #B56DB7
Black with #B56DB7
Text Example
Text Example
White with #B56DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DB7; }
p { color: rgb(181,109,183); }
H1.HeaderClassName
{
color: #B56DB7;
}
.AnyTagClassName
{
color: #B56DB7;
}
</style>
background-color css
<style>
a { background-color: #B56DB7; }
a { background-color: rgb(181,109,183); }
div.DivClassName
{
background-color: #B56DB7;
}
.BgClassName
{
background-color: #B56DB7;
}
</style>
border-color css
<style>
span { border-color: #B56DB7; }
span { border-color: rgb(181,109,183); }
td.TdClassName
{
border-color: #B56DB7;
}
.TagClassName
{
border-color: #B56DB7;
}
</style>