Shades of Fuchsia #B955AB
Tints of Fuchsia #B955AB
RGB
CMYK
RGB Variations
Color information
#B955AB (or 0xB955AB) is known color: Fuchsia. HEX triplet: B9, 55 and AB. RGB value is (185,85,171). Sum of RGB (Red+Green+Blue) = 185+85+171=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B955AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B955AB is #46AA54. Grayscale: #7C7C7C. Windows color (decimal): -4631125 or 11228601. OLE color: 11228601.
HSL color Cylindrical-coordinate representation of color #B955AB: hue angle of 308.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 #B955AB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 171 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.27 |
| HSL | 308.4º | 0.42% | 0.53% | - |
| HSV(B) | 308.4º | 0.54% | 0.73% | - |
| XYZ | 30.61 | 19.75 | 40.73 | - |
| YUV | 124.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 171 | 0 | 0.54 | 0.08 | 0.27 | 308.4 | 0.42 | 0.53 |
| Hex | B9 | 55 | AB | 0 | 36 | 8 | 1B | 134 | 2A | 35 |
| Octal | 271 | 125 | 253 | 0 | 66 | 10 | 33 | 464 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10101011 | 0 | 110110 | 1000 | 11011 | 100110100 | 101010 | 110101 |
Color Harmonies of #B955AB
Complementary color
Monochromatic Colors of #B955AB
Black with #B955AB
Text Example
Text Example
White with #B955AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955AB; }
p { color: rgb(185,85,171); }
H1.HeaderClassName
{
color: #B955AB;
}
.AnyTagClassName
{
color: #B955AB;
}
</style>
background-color css
<style>
a { background-color: #B955AB; }
a { background-color: rgb(185,85,171); }
div.DivClassName
{
background-color: #B955AB;
}
.BgClassName
{
background-color: #B955AB;
}
</style>
border-color css
<style>
span { border-color: #B955AB; }
span { border-color: rgb(185,85,171); }
td.TdClassName
{
border-color: #B955AB;
}
.TagClassName
{
border-color: #B955AB;
}
</style>