Shades of Fuchsia #B94AAD
Tints of Fuchsia #B94AAD
RGB
CMYK
RGB Variations
Color information
#B94AAD (or 0xB94AAD) is known color: Fuchsia. HEX triplet: B9, 4A and AD. RGB value is (185,74,173). Sum of RGB (Red+Green+Blue) = 185+74+173=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AAD is #46B552. Grayscale: #767676. Windows color (decimal): -4633939 or 11356857. OLE color: 11356857.
HSL color Cylindrical-coordinate representation of color #B94AAD: hue angle of 306.49º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94AAD is Cyan = 0, Magento = 0.6, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 173 | - |
| CMYK | 0 | 0.6 | 0.06 | 0.27 |
| HSL | 306.49º | 0.44% | 0.51% | - |
| HSV(B) | 306.49º | 0.6% | 0.73% | - |
| XYZ | 30 | 18.23 | 41.47 | - |
| YUV | 118.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 173 | 0 | 0.6 | 0.06 | 0.27 | 306.49 | 0.44 | 0.51 |
| Hex | B9 | 4A | AD | 0 | 3C | 6 | 1B | 132 | 2C | 33 |
| Octal | 271 | 112 | 255 | 0 | 74 | 6 | 33 | 462 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10101101 | 0 | 111100 | 110 | 11011 | 100110010 | 101100 | 110011 |
Color Harmonies of #B94AAD
Complementary color
Monochromatic Colors of #B94AAD
Black with #B94AAD
Text Example
Text Example
White with #B94AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AAD; }
p { color: rgb(185,74,173); }
H1.HeaderClassName
{
color: #B94AAD;
}
.AnyTagClassName
{
color: #B94AAD;
}
</style>
background-color css
<style>
a { background-color: #B94AAD; }
a { background-color: rgb(185,74,173); }
div.DivClassName
{
background-color: #B94AAD;
}
.BgClassName
{
background-color: #B94AAD;
}
</style>
border-color css
<style>
span { border-color: #B94AAD; }
span { border-color: rgb(185,74,173); }
td.TdClassName
{
border-color: #B94AAD;
}
.TagClassName
{
border-color: #B94AAD;
}
</style>