Shades of Fuchsia #B56DB3
Tints of Fuchsia #B56DB3
RGB
CMYK
RGB Variations
Color information
#B56DB3 (or 0xB56DB3) is known color: Fuchsia. HEX triplet: B5, 6D and B3. RGB value is (181,109,179). Sum of RGB (Red+Green+Blue) = 181+109+179=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B56DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DB3 is #4A924C. Grayscale: #8A8A8A. Windows color (decimal): -4887117 or 11759029. OLE color: 11759029.
HSL color Cylindrical-coordinate representation of color #B56DB3: hue angle of 301.67º 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 #B56DB3 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 109 | 179 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.29 |
| HSL | 301.67º | 0.33% | 0.57% | - |
| HSV(B) | 301.67º | 0.4% | 0.71% | - |
| XYZ | 32.66 | 24.02 | 45.56 | - |
| YUV | 138.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 179 | 0 | 0.40 | 0.01 | 0.29 | 301.67 | 0.33 | 0.57 |
| Hex | B5 | 6D | B3 | 0 | 28 | 1 | 1D | 12E | 21 | 39 |
| Octal | 265 | 155 | 263 | 0 | 50 | 1 | 35 | 456 | 41 | 71 |
| Binary | 10110101 | 1101101 | 10110011 | 0 | 101000 | 1 | 11101 | 100101110 | 100001 | 111001 |
Color Harmonies of #B56DB3
Complementary color
Monochromatic Colors of #B56DB3
Black with #B56DB3
Text Example
Text Example
White with #B56DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DB3; }
p { color: rgb(181,109,179); }
H1.HeaderClassName
{
color: #B56DB3;
}
.AnyTagClassName
{
color: #B56DB3;
}
</style>
background-color css
<style>
a { background-color: #B56DB3; }
a { background-color: rgb(181,109,179); }
div.DivClassName
{
background-color: #B56DB3;
}
.BgClassName
{
background-color: #B56DB3;
}
</style>
border-color css
<style>
span { border-color: #B56DB3; }
span { border-color: rgb(181,109,179); }
td.TdClassName
{
border-color: #B56DB3;
}
.TagClassName
{
border-color: #B56DB3;
}
</style>