Shades of Fuchsia #B94CB1
Tints of Fuchsia #B94CB1
RGB
CMYK
RGB Variations
Color information
#B94CB1 (or 0xB94CB1) is known color: Fuchsia. HEX triplet: B9, 4C and B1. RGB value is (185,76,177). Sum of RGB (Red+Green+Blue) = 185+76+177=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CB1 is #46B34E. Grayscale: #777777. Windows color (decimal): -4633423 or 11619513. OLE color: 11619513.
HSL color Cylindrical-coordinate representation of color #B94CB1: hue angle of 304.4º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94CB1 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 177 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.27 |
| HSL | 304.4º | 0.44% | 0.51% | - |
| HSV(B) | 304.4º | 0.59% | 0.73% | - |
| XYZ | 30.53 | 18.66 | 43.59 | - |
| YUV | 120.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 177 | 0 | 0.59 | 0.04 | 0.27 | 304.4 | 0.44 | 0.51 |
| Hex | B9 | 4C | B1 | 0 | 3B | 4 | 1B | 130 | 2C | 33 |
| Octal | 271 | 114 | 261 | 0 | 73 | 4 | 33 | 460 | 54 | 63 |
| Binary | 10111001 | 1001100 | 10110001 | 0 | 111011 | 100 | 11011 | 100110000 | 101100 | 110011 |
Color Harmonies of #B94CB1
Complementary color
Monochromatic Colors of #B94CB1
Black with #B94CB1
Text Example
Text Example
White with #B94CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CB1; }
p { color: rgb(185,76,177); }
H1.HeaderClassName
{
color: #B94CB1;
}
.AnyTagClassName
{
color: #B94CB1;
}
</style>
background-color css
<style>
a { background-color: #B94CB1; }
a { background-color: rgb(185,76,177); }
div.DivClassName
{
background-color: #B94CB1;
}
.BgClassName
{
background-color: #B94CB1;
}
</style>
border-color css
<style>
span { border-color: #B94CB1; }
span { border-color: rgb(185,76,177); }
td.TdClassName
{
border-color: #B94CB1;
}
.TagClassName
{
border-color: #B94CB1;
}
</style>