Shades of Fuchsia #B56EBD
Tints of Fuchsia #B56EBD
RGB
CMYK
RGB Variations
Color information
#B56EBD (or 0xB56EBD) is known color: Fuchsia. HEX triplet: B5, 6E and BD. RGB value is (181,110,189). Sum of RGB (Red+Green+Blue) = 181+110+189=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #B56EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56EBD is #4A9142. Grayscale: #8B8B8B. Windows color (decimal): -4886851 or 12414645. OLE color: 12414645.
HSL color Cylindrical-coordinate representation of color #B56EBD: hue angle of 293.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56EBD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 110 | 189 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.26 |
| HSL | 293.92º | 0.37% | 0.59% | - |
| HSV(B) | 293.92º | 0.42% | 0.74% | - |
| XYZ | 33.82 | 24.65 | 51.12 | - |
| YUV | 140.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 189 | 0.04 | 0.42 | 0 | 0.26 | 293.92 | 0.37 | 0.59 |
| Hex | B5 | 6E | BD | 4 | 2A | 0 | 1A | 126 | 25 | 3B |
| Octal | 265 | 156 | 275 | 4 | 52 | 0 | 32 | 446 | 45 | 73 |
| Binary | 10110101 | 1101110 | 10111101 | 100 | 101010 | 0 | 11010 | 100100110 | 100101 | 111011 |
Color Harmonies of #B56EBD
Complementary color
Monochromatic Colors of #B56EBD
Black with #B56EBD
Text Example
Text Example
White with #B56EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EBD; }
p { color: rgb(181,110,189); }
H1.HeaderClassName
{
color: #B56EBD;
}
.AnyTagClassName
{
color: #B56EBD;
}
</style>
background-color css
<style>
a { background-color: #B56EBD; }
a { background-color: rgb(181,110,189); }
div.DivClassName
{
background-color: #B56EBD;
}
.BgClassName
{
background-color: #B56EBD;
}
</style>
border-color css
<style>
span { border-color: #B56EBD; }
span { border-color: rgb(181,110,189); }
td.TdClassName
{
border-color: #B56EBD;
}
.TagClassName
{
border-color: #B56EBD;
}
</style>