Shades of Fuchsia #B956BA
Tints of Fuchsia #B956BA
RGB
CMYK
RGB Variations
Color information
#B956BA (or 0xB956BA) is known color: Fuchsia. HEX triplet: B9, 56 and BA. RGB value is (185,86,186). Sum of RGB (Red+Green+Blue) = 185+86+186=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B956BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956BA is #46A945. Grayscale: #7E7E7E. Windows color (decimal): -4630854 or 12211897. OLE color: 12211897.
HSL color Cylindrical-coordinate representation of color #B956BA: hue angle of 299.4º degrees, saturation: 0.42, 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 #B956BA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 86 | 186 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.27 |
| HSL | 299.4º | 0.42% | 0.53% | - |
| HSV(B) | 299.4º | 0.54% | 0.73% | - |
| XYZ | 32.2 | 20.52 | 48.72 | - |
| YUV | 127 | 161.3 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 86 | 186 | 0.01 | 0.54 | 0 | 0.27 | 299.4 | 0.42 | 0.53 |
| Hex | B9 | 56 | BA | 1 | 36 | 0 | 1B | 12B | 2A | 35 |
| Octal | 271 | 126 | 272 | 1 | 66 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10111001 | 1010110 | 10111010 | 1 | 110110 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B956BA
Complementary color
Monochromatic Colors of #B956BA
Black with #B956BA
Text Example
Text Example
White with #B956BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B956BA; }
p { color: rgb(185,86,186); }
H1.HeaderClassName
{
color: #B956BA;
}
.AnyTagClassName
{
color: #B956BA;
}
</style>
background-color css
<style>
a { background-color: #B956BA; }
a { background-color: rgb(185,86,186); }
div.DivClassName
{
background-color: #B956BA;
}
.BgClassName
{
background-color: #B956BA;
}
</style>
border-color css
<style>
span { border-color: #B956BA; }
span { border-color: rgb(185,86,186); }
td.TdClassName
{
border-color: #B956BA;
}
.TagClassName
{
border-color: #B956BA;
}
</style>