Shades of Fuchsia #B956C0
Tints of Fuchsia #B956C0
RGB
CMYK
RGB Variations
Color information
#B956C0 (or 0xB956C0) is known color: Fuchsia. HEX triplet: B9, 56 and C0. RGB value is (185,86,192). Sum of RGB (Red+Green+Blue) = 185+86+192=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #B956C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956C0 is #46A93F. Grayscale: #7F7F7F. Windows color (decimal): -4630848 or 12605113. OLE color: 12605113.
HSL color Cylindrical-coordinate representation of color #B956C0: hue angle of 296.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B956C0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 86 | 192 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.25 |
| HSL | 296.04º | 0.46% | 0.55% | - |
| HSV(B) | 296.04º | 0.55% | 0.75% | - |
| XYZ | 32.85 | 20.78 | 52.15 | - |
| YUV | 127.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 192 | 0.04 | 0.55 | 0 | 0.25 | 296.04 | 0.46 | 0.55 |
| Hex | B9 | 56 | C0 | 4 | 37 | 0 | 19 | 128 | 2E | 37 |
| Octal | 271 | 126 | 300 | 4 | 67 | 0 | 31 | 450 | 56 | 67 |
| Binary | 10111001 | 1010110 | 11000000 | 100 | 110111 | 0 | 11001 | 100101000 | 101110 | 110111 |
Color Harmonies of #B956C0
Complementary color
Monochromatic Colors of #B956C0
Black with #B956C0
Text Example
Text Example
White with #B956C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956C0; }
p { color: rgb(185,86,192); }
H1.HeaderClassName
{
color: #B956C0;
}
.AnyTagClassName
{
color: #B956C0;
}
</style>
background-color css
<style>
a { background-color: #B956C0; }
a { background-color: rgb(185,86,192); }
div.DivClassName
{
background-color: #B956C0;
}
.BgClassName
{
background-color: #B956C0;
}
</style>
border-color css
<style>
span { border-color: #B956C0; }
span { border-color: rgb(185,86,192); }
td.TdClassName
{
border-color: #B956C0;
}
.TagClassName
{
border-color: #B956C0;
}
</style>