Shades of Fuchsia #B56DC1
Tints of Fuchsia #B56DC1
RGB
CMYK
RGB Variations
Color information
#B56DC1 (or 0xB56DC1) is known color: Fuchsia. HEX triplet: B5, 6D and C1. RGB value is (181,109,193). Sum of RGB (Red+Green+Blue) = 181+109+193=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #B56DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56DC1 is #4A923E. Grayscale: #8B8B8B. Windows color (decimal): -4887103 or 12676533. OLE color: 12676533.
HSL color Cylindrical-coordinate representation of color #B56DC1: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56DC1 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 109 | 193 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.24 |
| HSL | 291.43º | 0.4% | 0.59% | - |
| HSV(B) | 291.43º | 0.44% | 0.76% | - |
| XYZ | 34.15 | 24.61 | 53.4 | - |
| YUV | 140.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 193 | 0.06 | 0.44 | 0 | 0.24 | 291.43 | 0.4 | 0.59 |
| Hex | B5 | 6D | C1 | 6 | 2C | 0 | 18 | 123 | 28 | 3B |
| Octal | 265 | 155 | 301 | 6 | 54 | 0 | 30 | 443 | 50 | 73 |
| Binary | 10110101 | 1101101 | 11000001 | 110 | 101100 | 0 | 11000 | 100100011 | 101000 | 111011 |
Color Harmonies of #B56DC1
Complementary color
Monochromatic Colors of #B56DC1
Black with #B56DC1
Text Example
Text Example
White with #B56DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DC1; }
p { color: rgb(181,109,193); }
H1.HeaderClassName
{
color: #B56DC1;
}
.AnyTagClassName
{
color: #B56DC1;
}
</style>
background-color css
<style>
a { background-color: #B56DC1; }
a { background-color: rgb(181,109,193); }
div.DivClassName
{
background-color: #B56DC1;
}
.BgClassName
{
background-color: #B56DC1;
}
</style>
border-color css
<style>
span { border-color: #B56DC1; }
span { border-color: rgb(181,109,193); }
td.TdClassName
{
border-color: #B56DC1;
}
.TagClassName
{
border-color: #B56DC1;
}
</style>