Shades of Fuchsia #B95BA8
Tints of Fuchsia #B95BA8
RGB
CMYK
RGB Variations
Color information
#B95BA8 (or 0xB95BA8) is known color: Fuchsia. HEX triplet: B9, 5B and A8. RGB value is (185,91,168). Sum of RGB (Red+Green+Blue) = 185+91+168=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BA8 is #46A457. Grayscale: #7F7F7F. Windows color (decimal): -4629592 or 11033529. OLE color: 11033529.
HSL color Cylindrical-coordinate representation of color #B95BA8: hue angle of 310.85º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95BA8 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 91 | 168 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.27 |
| HSL | 310.85º | 0.4% | 0.54% | - |
| HSV(B) | 310.85º | 0.51% | 0.73% | - |
| XYZ | 30.82 | 20.62 | 39.4 | - |
| YUV | 127.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 91 | 168 | 0 | 0.51 | 0.09 | 0.27 | 310.85 | 0.4 | 0.54 |
| Hex | B9 | 5B | A8 | 0 | 33 | 9 | 1B | 137 | 28 | 36 |
| Octal | 271 | 133 | 250 | 0 | 63 | 11 | 33 | 467 | 50 | 66 |
| Binary | 10111001 | 1011011 | 10101000 | 0 | 110011 | 1001 | 11011 | 100110111 | 101000 | 110110 |
Color Harmonies of #B95BA8
Complementary color
Monochromatic Colors of #B95BA8
Black with #B95BA8
Text Example
Text Example
White with #B95BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95BA8; }
p { color: rgb(185,91,168); }
H1.HeaderClassName
{
color: #B95BA8;
}
.AnyTagClassName
{
color: #B95BA8;
}
</style>
background-color css
<style>
a { background-color: #B95BA8; }
a { background-color: rgb(185,91,168); }
div.DivClassName
{
background-color: #B95BA8;
}
.BgClassName
{
background-color: #B95BA8;
}
</style>
border-color css
<style>
span { border-color: #B95BA8; }
span { border-color: rgb(185,91,168); }
td.TdClassName
{
border-color: #B95BA8;
}
.TagClassName
{
border-color: #B95BA8;
}
</style>