Shades of Fuchsia #B94DAD
Tints of Fuchsia #B94DAD
RGB
CMYK
RGB Variations
Color information
#B94DAD (or 0xB94DAD) is known color: Fuchsia. HEX triplet: B9, 4D and AD. RGB value is (185,77,173). Sum of RGB (Red+Green+Blue) = 185+77+173=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DAD is #46B252. Grayscale: #777777. Windows color (decimal): -4633171 or 11357625. OLE color: 11357625.
HSL color Cylindrical-coordinate representation of color #B94DAD: hue angle of 306.67º 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 #B94DAD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 77 | 173 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.27 |
| HSL | 306.67º | 0.44% | 0.51% | - |
| HSV(B) | 306.67º | 0.58% | 0.73% | - |
| XYZ | 30.2 | 18.64 | 41.54 | - |
| YUV | 120.24 | 157.78 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 173 | 0 | 0.58 | 0.06 | 0.27 | 306.67 | 0.44 | 0.51 |
| Hex | B9 | 4D | AD | 0 | 3A | 6 | 1B | 133 | 2C | 33 |
| Octal | 271 | 115 | 255 | 0 | 72 | 6 | 33 | 463 | 54 | 63 |
| Binary | 10111001 | 1001101 | 10101101 | 0 | 111010 | 110 | 11011 | 100110011 | 101100 | 110011 |
Color Harmonies of #B94DAD
Complementary color
Monochromatic Colors of #B94DAD
Black with #B94DAD
Text Example
Text Example
White with #B94DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DAD; }
p { color: rgb(185,77,173); }
H1.HeaderClassName
{
color: #B94DAD;
}
.AnyTagClassName
{
color: #B94DAD;
}
</style>
background-color css
<style>
a { background-color: #B94DAD; }
a { background-color: rgb(185,77,173); }
div.DivClassName
{
background-color: #B94DAD;
}
.BgClassName
{
background-color: #B94DAD;
}
</style>
border-color css
<style>
span { border-color: #B94DAD; }
span { border-color: rgb(185,77,173); }
td.TdClassName
{
border-color: #B94DAD;
}
.TagClassName
{
border-color: #B94DAD;
}
</style>