Shades of Fuchsia #B955B5
Tints of Fuchsia #B955B5
RGB
CMYK
RGB Variations
Color information
#B955B5 (or 0xB955B5) is known color: Fuchsia. HEX triplet: B9, 55 and B5. RGB value is (185,85,181). Sum of RGB (Red+Green+Blue) = 185+85+181=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B955B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955B5 is #46AA4A. Grayscale: #7D7D7D. Windows color (decimal): -4631115 or 11883961. OLE color: 11883961.
HSL color Cylindrical-coordinate representation of color #B955B5: hue angle of 302.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 #B955B5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 181 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.27 |
| HSL | 302.4º | 0.42% | 0.53% | - |
| HSV(B) | 302.4º | 0.54% | 0.73% | - |
| XYZ | 31.6 | 20.15 | 45.94 | - |
| YUV | 125.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 181 | 0 | 0.54 | 0.02 | 0.27 | 302.4 | 0.42 | 0.53 |
| Hex | B9 | 55 | B5 | 0 | 36 | 2 | 1B | 12E | 2A | 35 |
| Octal | 271 | 125 | 265 | 0 | 66 | 2 | 33 | 456 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10110101 | 0 | 110110 | 10 | 11011 | 100101110 | 101010 | 110101 |
Color Harmonies of #B955B5
Complementary color
Monochromatic Colors of #B955B5
Black with #B955B5
Text Example
Text Example
White with #B955B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955B5; }
p { color: rgb(185,85,181); }
H1.HeaderClassName
{
color: #B955B5;
}
.AnyTagClassName
{
color: #B955B5;
}
</style>
background-color css
<style>
a { background-color: #B955B5; }
a { background-color: rgb(185,85,181); }
div.DivClassName
{
background-color: #B955B5;
}
.BgClassName
{
background-color: #B955B5;
}
</style>
border-color css
<style>
span { border-color: #B955B5; }
span { border-color: rgb(185,85,181); }
td.TdClassName
{
border-color: #B955B5;
}
.TagClassName
{
border-color: #B955B5;
}
</style>