Shades of Fuchsia #B956A8
Tints of Fuchsia #B956A8
RGB
CMYK
RGB Variations
Color information
#B956A8 (or 0xB956A8) is known color: Fuchsia. HEX triplet: B9, 56 and A8. RGB value is (185,86,168). Sum of RGB (Red+Green+Blue) = 185+86+168=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B956A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B956A8 is #46A957. Grayscale: #7C7C7C. Windows color (decimal): -4630872 or 11032249. OLE color: 11032249.
HSL color Cylindrical-coordinate representation of color #B956A8: hue angle of 310.3º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B956A8 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 168 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.27 |
| HSL | 310.3º | 0.41% | 0.53% | - |
| HSV(B) | 310.3º | 0.54% | 0.73% | - |
| XYZ | 30.4 | 19.8 | 39.26 | - |
| YUV | 124.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 168 | 0 | 0.54 | 0.09 | 0.27 | 310.3 | 0.41 | 0.53 |
| Hex | B9 | 56 | A8 | 0 | 36 | 9 | 1B | 136 | 29 | 35 |
| Octal | 271 | 126 | 250 | 0 | 66 | 11 | 33 | 466 | 51 | 65 |
| Binary | 10111001 | 1010110 | 10101000 | 0 | 110110 | 1001 | 11011 | 100110110 | 101001 | 110101 |
Color Harmonies of #B956A8
Complementary color
Monochromatic Colors of #B956A8
Black with #B956A8
Text Example
Text Example
White with #B956A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956A8; }
p { color: rgb(185,86,168); }
H1.HeaderClassName
{
color: #B956A8;
}
.AnyTagClassName
{
color: #B956A8;
}
</style>
background-color css
<style>
a { background-color: #B956A8; }
a { background-color: rgb(185,86,168); }
div.DivClassName
{
background-color: #B956A8;
}
.BgClassName
{
background-color: #B956A8;
}
</style>
border-color css
<style>
span { border-color: #B956A8; }
span { border-color: rgb(185,86,168); }
td.TdClassName
{
border-color: #B956A8;
}
.TagClassName
{
border-color: #B956A8;
}
</style>