Shades of Fuchsia #B94DB5
Tints of Fuchsia #B94DB5
RGB
CMYK
RGB Variations
Color information
#B94DB5 (or 0xB94DB5) is known color: Fuchsia. HEX triplet: B9, 4D and B5. RGB value is (185,77,181). Sum of RGB (Red+Green+Blue) = 185+77+181=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DB5 is #46B24A. Grayscale: #787878. Windows color (decimal): -4633163 or 11881913. OLE color: 11881913.
HSL color Cylindrical-coordinate representation of color #B94DB5: hue angle of 302.22º 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 #B94DB5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 181 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.27 |
| HSL | 302.22º | 0.44% | 0.51% | - |
| HSV(B) | 302.22º | 0.58% | 0.73% | - |
| XYZ | 31 | 18.96 | 45.74 | - |
| YUV | 121.15 | 161.78 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 181 | 0 | 0.58 | 0.02 | 0.27 | 302.22 | 0.44 | 0.51 |
| Hex | B9 | 4D | B5 | 0 | 3A | 2 | 1B | 12E | 2C | 33 |
| Octal | 271 | 115 | 265 | 0 | 72 | 2 | 33 | 456 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10110101 | 0 | 111010 | 10 | 11011 | 100101110 | 101100 | 110011 |
Color Harmonies of #B94DB5
Complementary color
Monochromatic Colors of #B94DB5
Black with #B94DB5
Text Example
Text Example
White with #B94DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DB5; }
p { color: rgb(185,77,181); }
H1.HeaderClassName
{
color: #B94DB5;
}
.AnyTagClassName
{
color: #B94DB5;
}
</style>
background-color css
<style>
a { background-color: #B94DB5; }
a { background-color: rgb(185,77,181); }
div.DivClassName
{
background-color: #B94DB5;
}
.BgClassName
{
background-color: #B94DB5;
}
</style>
border-color css
<style>
span { border-color: #B94DB5; }
span { border-color: rgb(185,77,181); }
td.TdClassName
{
border-color: #B94DB5;
}
.TagClassName
{
border-color: #B94DB5;
}
</style>