Shades of Fuchsia #B149AD
Tints of Fuchsia #B149AD
RGB
CMYK
RGB Variations
Color information
#B149AD (or 0xB149AD) is known color: Fuchsia. HEX triplet: B1, 49 and AD. RGB value is (177,73,173). Sum of RGB (Red+Green+Blue) = 177+73+173=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 177 - color contains mainly: red. Hex color #B149AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B149AD is #4EB652. Grayscale: #737373. Windows color (decimal): -5158483 or 11356593. OLE color: 11356593.
HSL color Cylindrical-coordinate representation of color #B149AD: hue angle of 302.31º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B149AD is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 173 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.31 |
| HSL | 302.31º | 0.42% | 0.49% | - |
| HSV(B) | 302.31º | 0.59% | 0.69% | - |
| XYZ | 28.06 | 17.13 | 41.36 | - |
| YUV | 115.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 173 | 0 | 0.59 | 0.02 | 0.31 | 302.31 | 0.42 | 0.49 |
| Hex | B1 | 49 | AD | 0 | 3B | 2 | 1F | 12E | 2A | 31 |
| Octal | 261 | 111 | 255 | 0 | 73 | 2 | 37 | 456 | 52 | 61 |
| Binary | 10110001 | 1001001 | 10101101 | 0 | 111011 | 10 | 11111 | 100101110 | 101010 | 110001 |
Color Harmonies of #B149AD
Complementary color
Monochromatic Colors of #B149AD
Black with #B149AD
Text Example
Text Example
White with #B149AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149AD; }
p { color: rgb(177,73,173); }
H1.HeaderClassName
{
color: #B149AD;
}
.AnyTagClassName
{
color: #B149AD;
}
</style>
background-color css
<style>
a { background-color: #B149AD; }
a { background-color: rgb(177,73,173); }
div.DivClassName
{
background-color: #B149AD;
}
.BgClassName
{
background-color: #B149AD;
}
</style>
border-color css
<style>
span { border-color: #B149AD; }
span { border-color: rgb(177,73,173); }
td.TdClassName
{
border-color: #B149AD;
}
.TagClassName
{
border-color: #B149AD;
}
</style>