Shades of Fuchsia #B94DB1
Tints of Fuchsia #B94DB1
RGB
CMYK
RGB Variations
Color information
#B94DB1 (or 0xB94DB1) is known color: Fuchsia. HEX triplet: B9, 4D and B1. RGB value is (185,77,177). Sum of RGB (Red+Green+Blue) = 185+77+177=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DB1 is #46B24E. Grayscale: #787878. Windows color (decimal): -4633167 or 11619769. OLE color: 11619769.
HSL color Cylindrical-coordinate representation of color #B94DB1: hue angle of 304.44º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94DB1 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 177 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.27 |
| HSL | 304.44º | 0.44% | 0.51% | - |
| HSV(B) | 304.44º | 0.58% | 0.73% | - |
| XYZ | 30.6 | 18.8 | 43.61 | - |
| YUV | 120.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 177 | 0 | 0.58 | 0.04 | 0.27 | 304.44 | 0.44 | 0.51 |
| Hex | B9 | 4D | B1 | 0 | 3A | 4 | 1B | 130 | 2C | 33 |
| Octal | 271 | 115 | 261 | 0 | 72 | 4 | 33 | 460 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10110001 | 0 | 111010 | 100 | 11011 | 100110000 | 101100 | 110011 |
Color Harmonies of #B94DB1
Complementary color
Monochromatic Colors of #B94DB1
Black with #B94DB1
Text Example
Text Example
White with #B94DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DB1; }
p { color: rgb(185,77,177); }
H1.HeaderClassName
{
color: #B94DB1;
}
.AnyTagClassName
{
color: #B94DB1;
}
</style>
background-color css
<style>
a { background-color: #B94DB1; }
a { background-color: rgb(185,77,177); }
div.DivClassName
{
background-color: #B94DB1;
}
.BgClassName
{
background-color: #B94DB1;
}
</style>
border-color css
<style>
span { border-color: #B94DB1; }
span { border-color: rgb(185,77,177); }
td.TdClassName
{
border-color: #B94DB1;
}
.TagClassName
{
border-color: #B94DB1;
}
</style>