Shades of Fuchsia #B94DB0
Tints of Fuchsia #B94DB0
RGB
CMYK
RGB Variations
Color information
#B94DB0 (or 0xB94DB0) is known color: Fuchsia. HEX triplet: B9, 4D and B0. RGB value is (185,77,176). Sum of RGB (Red+Green+Blue) = 185+77+176=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DB0 is #46B24F. Grayscale: #787878. Windows color (decimal): -4633168 or 11554233. OLE color: 11554233.
HSL color Cylindrical-coordinate representation of color #B94DB0: hue angle of 305º 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 #B94DB0 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 176 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.27 |
| HSL | 305º | 0.44% | 0.51% | - |
| HSV(B) | 305º | 0.58% | 0.73% | - |
| XYZ | 30.5 | 18.76 | 43.09 | - |
| YUV | 120.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 176 | 0 | 0.58 | 0.05 | 0.27 | 305 | 0.44 | 0.51 |
| Hex | B9 | 4D | B0 | 0 | 3A | 5 | 1B | 131 | 2C | 33 |
| Octal | 271 | 115 | 260 | 0 | 72 | 5 | 33 | 461 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10110000 | 0 | 111010 | 101 | 11011 | 100110001 | 101100 | 110011 |
Color Harmonies of #B94DB0
Complementary color
Monochromatic Colors of #B94DB0
Black with #B94DB0
Text Example
Text Example
White with #B94DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DB0; }
p { color: rgb(185,77,176); }
H1.HeaderClassName
{
color: #B94DB0;
}
.AnyTagClassName
{
color: #B94DB0;
}
</style>
background-color css
<style>
a { background-color: #B94DB0; }
a { background-color: rgb(185,77,176); }
div.DivClassName
{
background-color: #B94DB0;
}
.BgClassName
{
background-color: #B94DB0;
}
</style>
border-color css
<style>
span { border-color: #B94DB0; }
span { border-color: rgb(185,77,176); }
td.TdClassName
{
border-color: #B94DB0;
}
.TagClassName
{
border-color: #B94DB0;
}
</style>