Shades of Fuchsia #B56CBB
Tints of Fuchsia #B56CBB
RGB
CMYK
RGB Variations
Color information
#B56CBB (or 0xB56CBB) is known color: Fuchsia. HEX triplet: B5, 6C and BB. RGB value is (181,108,187). Sum of RGB (Red+Green+Blue) = 181+108+187=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #B56CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CBB is #4A9344. Grayscale: #8A8A8A. Windows color (decimal): -4887365 or 12283061. OLE color: 12283061.
HSL color Cylindrical-coordinate representation of color #B56CBB: hue angle of 295.44º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56CBB is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 108 | 187 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.27 |
| HSL | 295.44º | 0.37% | 0.58% | - |
| HSV(B) | 295.44º | 0.42% | 0.73% | - |
| XYZ | 33.39 | 24.14 | 49.91 | - |
| YUV | 138.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 187 | 0.03 | 0.42 | 0 | 0.27 | 295.44 | 0.37 | 0.58 |
| Hex | B5 | 6C | BB | 3 | 2A | 0 | 1B | 127 | 25 | 3A |
| Octal | 265 | 154 | 273 | 3 | 52 | 0 | 33 | 447 | 45 | 72 |
| Binary | 10110101 | 1101100 | 10111011 | 11 | 101010 | 0 | 11011 | 100100111 | 100101 | 111010 |
Color Harmonies of #B56CBB
Complementary color
Monochromatic Colors of #B56CBB
Black with #B56CBB
Text Example
Text Example
White with #B56CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CBB; }
p { color: rgb(181,108,187); }
H1.HeaderClassName
{
color: #B56CBB;
}
.AnyTagClassName
{
color: #B56CBB;
}
</style>
background-color css
<style>
a { background-color: #B56CBB; }
a { background-color: rgb(181,108,187); }
div.DivClassName
{
background-color: #B56CBB;
}
.BgClassName
{
background-color: #B56CBB;
}
</style>
border-color css
<style>
span { border-color: #B56CBB; }
span { border-color: rgb(181,108,187); }
td.TdClassName
{
border-color: #B56CBB;
}
.TagClassName
{
border-color: #B56CBB;
}
</style>