Shades of Fuchsia #B849AB
Tints of Fuchsia #B849AB
RGB
CMYK
RGB Variations
Color information
#B849AB (or 0xB849AB) is known color: Fuchsia. HEX triplet: B8, 49 and AB. RGB value is (184,73,171). Sum of RGB (Red+Green+Blue) = 184+73+171=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B849AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B849AB is #47B654. Grayscale: #757575. Windows color (decimal): -4699733 or 11225528. OLE color: 11225528.
HSL color Cylindrical-coordinate representation of color #B849AB: hue angle of 307.03º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B849AB is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 171 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.28 |
| HSL | 307.03º | 0.44% | 0.5% | - |
| HSV(B) | 307.03º | 0.6% | 0.72% | - |
| XYZ | 29.5 | 17.9 | 40.43 | - |
| YUV | 117.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 171 | 0 | 0.60 | 0.07 | 0.28 | 307.03 | 0.44 | 0.5 |
| Hex | B8 | 49 | AB | 0 | 3C | 7 | 1C | 133 | 2C | 32 |
| Octal | 270 | 111 | 253 | 0 | 74 | 7 | 34 | 463 | 54 | 62 |
| Binary | 10111000 | 1001001 | 10101011 | 0 | 111100 | 111 | 11100 | 100110011 | 101100 | 110010 |
Color Harmonies of #B849AB
Complementary color
Monochromatic Colors of #B849AB
Black with #B849AB
Text Example
Text Example
White with #B849AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B849AB; }
p { color: rgb(184,73,171); }
H1.HeaderClassName
{
color: #B849AB;
}
.AnyTagClassName
{
color: #B849AB;
}
</style>
background-color css
<style>
a { background-color: #B849AB; }
a { background-color: rgb(184,73,171); }
div.DivClassName
{
background-color: #B849AB;
}
.BgClassName
{
background-color: #B849AB;
}
</style>
border-color css
<style>
span { border-color: #B849AB; }
span { border-color: rgb(184,73,171); }
td.TdClassName
{
border-color: #B849AB;
}
.TagClassName
{
border-color: #B849AB;
}
</style>