Shades of Fuchsia #B857AD
Tints of Fuchsia #B857AD
RGB
CMYK
RGB Variations
Color information
#B857AD (or 0xB857AD) is known color: Fuchsia. HEX triplet: B8, 57 and AD. RGB value is (184,87,173). Sum of RGB (Red+Green+Blue) = 184+87+173=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B857AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B857AD is #47A852. Grayscale: #7D7D7D. Windows color (decimal): -4696147 or 11360184. OLE color: 11360184.
HSL color Cylindrical-coordinate representation of color #B857AD: hue angle of 306.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B857AD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 173 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.28 |
| HSL | 306.8º | 0.41% | 0.53% | - |
| HSV(B) | 306.8º | 0.53% | 0.72% | - |
| XYZ | 30.72 | 20.02 | 41.78 | - |
| YUV | 125.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 173 | 0 | 0.53 | 0.06 | 0.28 | 306.8 | 0.41 | 0.53 |
| Hex | B8 | 57 | AD | 0 | 35 | 6 | 1C | 133 | 29 | 35 |
| Octal | 270 | 127 | 255 | 0 | 65 | 6 | 34 | 463 | 51 | 65 |
| Binary | 10111000 | 1010111 | 10101101 | 0 | 110101 | 110 | 11100 | 100110011 | 101001 | 110101 |
Color Harmonies of #B857AD
Complementary color
Monochromatic Colors of #B857AD
Black with #B857AD
Text Example
Text Example
White with #B857AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857AD; }
p { color: rgb(184,87,173); }
H1.HeaderClassName
{
color: #B857AD;
}
.AnyTagClassName
{
color: #B857AD;
}
</style>
background-color css
<style>
a { background-color: #B857AD; }
a { background-color: rgb(184,87,173); }
div.DivClassName
{
background-color: #B857AD;
}
.BgClassName
{
background-color: #B857AD;
}
</style>
border-color css
<style>
span { border-color: #B857AD; }
span { border-color: rgb(184,87,173); }
td.TdClassName
{
border-color: #B857AD;
}
.TagClassName
{
border-color: #B857AD;
}
</style>