Shades of Fuchsia #B857BA
Tints of Fuchsia #B857BA
RGB
CMYK
RGB Variations
Color information
#B857BA (or 0xB857BA) is known color: Fuchsia. HEX triplet: B8, 57 and BA. RGB value is (184,87,186). Sum of RGB (Red+Green+Blue) = 184+87+186=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #B857BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857BA is #47A845. Grayscale: #7E7E7E. Windows color (decimal): -4696134 or 12212152. OLE color: 12212152.
HSL color Cylindrical-coordinate representation of color #B857BA: hue angle of 298.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B857BA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 87 | 186 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.27 |
| HSL | 298.79º | 0.42% | 0.54% | - |
| HSV(B) | 298.79º | 0.53% | 0.73% | - |
| XYZ | 32.04 | 20.55 | 48.73 | - |
| YUV | 127.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 186 | 0.01 | 0.53 | 0 | 0.27 | 298.79 | 0.42 | 0.54 |
| Hex | B8 | 57 | BA | 1 | 35 | 0 | 1B | 12B | 2A | 36 |
| Octal | 270 | 127 | 272 | 1 | 65 | 0 | 33 | 453 | 52 | 66 |
| Binary | 10111000 | 1010111 | 10111010 | 1 | 110101 | 0 | 11011 | 100101011 | 101010 | 110110 |
Color Harmonies of #B857BA
Complementary color
Monochromatic Colors of #B857BA
Black with #B857BA
Text Example
Text Example
White with #B857BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857BA; }
p { color: rgb(184,87,186); }
H1.HeaderClassName
{
color: #B857BA;
}
.AnyTagClassName
{
color: #B857BA;
}
</style>
background-color css
<style>
a { background-color: #B857BA; }
a { background-color: rgb(184,87,186); }
div.DivClassName
{
background-color: #B857BA;
}
.BgClassName
{
background-color: #B857BA;
}
</style>
border-color css
<style>
span { border-color: #B857BA; }
span { border-color: rgb(184,87,186); }
td.TdClassName
{
border-color: #B857BA;
}
.TagClassName
{
border-color: #B857BA;
}
</style>