Shades of Fuchsia #B94EAD
Tints of Fuchsia #B94EAD
RGB
CMYK
RGB Variations
Color information
#B94EAD (or 0xB94EAD) is known color: Fuchsia. HEX triplet: B9, 4E and AD. RGB value is (185,78,173). Sum of RGB (Red+Green+Blue) = 185+78+173=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 78 (30.86% from 255 or 17.89% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94EAD is #46B152. Grayscale: #787878. Windows color (decimal): -4632915 or 11357881. OLE color: 11357881.
HSL color Cylindrical-coordinate representation of color #B94EAD: hue angle of 306.73º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94EAD is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 173 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.27 |
| HSL | 306.73º | 0.43% | 0.52% | - |
| HSV(B) | 306.73º | 0.58% | 0.73% | - |
| XYZ | 30.27 | 18.78 | 41.56 | - |
| YUV | 120.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 173 | 0 | 0.58 | 0.06 | 0.27 | 306.73 | 0.43 | 0.52 |
| Hex | B9 | 4E | AD | 0 | 3A | 6 | 1B | 133 | 2B | 34 |
| Octal | 271 | 116 | 255 | 0 | 72 | 6 | 33 | 463 | 53 | 64 |
| Binary | 10111001 | 1001110 | 10101101 | 0 | 111010 | 110 | 11011 | 100110011 | 101011 | 110100 |
Color Harmonies of #B94EAD
Complementary color
Monochromatic Colors of #B94EAD
Black with #B94EAD
Text Example
Text Example
White with #B94EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94EAD; }
p { color: rgb(185,78,173); }
H1.HeaderClassName
{
color: #B94EAD;
}
.AnyTagClassName
{
color: #B94EAD;
}
</style>
background-color css
<style>
a { background-color: #B94EAD; }
a { background-color: rgb(185,78,173); }
div.DivClassName
{
background-color: #B94EAD;
}
.BgClassName
{
background-color: #B94EAD;
}
</style>
border-color css
<style>
span { border-color: #B94EAD; }
span { border-color: rgb(185,78,173); }
td.TdClassName
{
border-color: #B94EAD;
}
.TagClassName
{
border-color: #B94EAD;
}
</style>