Shades of Fuchsia #B931AD
Tints of Fuchsia #B931AD
RGB
CMYK
RGB Variations
Color information
#B931AD (or 0xB931AD) is known color: Fuchsia. HEX triplet: B9, 31 and AD. RGB value is (185,49,173). Sum of RGB (Red+Green+Blue) = 185+49+173=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B931AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B931AD is #46CE52. Grayscale: #676767. Windows color (decimal): -4640339 or 11350457. OLE color: 11350457.
HSL color Cylindrical-coordinate representation of color #B931AD: hue angle of 305.29º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B931AD is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 173 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.27 |
| HSL | 305.29º | 0.58% | 0.46% | - |
| HSV(B) | 305.29º | 0.74% | 0.73% | - |
| XYZ | 28.65 | 15.53 | 41.02 | - |
| YUV | 103.8 | 167.06 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 173 | 0 | 0.74 | 0.06 | 0.27 | 305.29 | 0.58 | 0.46 |
| Hex | B9 | 31 | AD | 0 | 4A | 6 | 1B | 131 | 3A | 2E |
| Octal | 271 | 61 | 255 | 0 | 112 | 6 | 33 | 461 | 72 | 56 |
| Binary | 10111001 | 110001 | 10101101 | 0 | 1001010 | 110 | 11011 | 100110001 | 111010 | 101110 |
Color Harmonies of #B931AD
Complementary color
Monochromatic Colors of #B931AD
Black with #B931AD
Text Example
Text Example
White with #B931AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B931AD; }
p { color: rgb(185,49,173); }
H1.HeaderClassName
{
color: #B931AD;
}
.AnyTagClassName
{
color: #B931AD;
}
</style>
background-color css
<style>
a { background-color: #B931AD; }
a { background-color: rgb(185,49,173); }
div.DivClassName
{
background-color: #B931AD;
}
.BgClassName
{
background-color: #B931AD;
}
</style>
border-color css
<style>
span { border-color: #B931AD; }
span { border-color: rgb(185,49,173); }
td.TdClassName
{
border-color: #B931AD;
}
.TagClassName
{
border-color: #B931AD;
}
</style>