Shades of Fuchsia #B859BA
Tints of Fuchsia #B859BA
RGB
CMYK
RGB Variations
Color information
#B859BA (or 0xB859BA) is known color: Fuchsia. HEX triplet: B8, 59 and BA. RGB value is (184,89,186). Sum of RGB (Red+Green+Blue) = 184+89+186=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B859BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859BA is #47A645. Grayscale: #808080. Windows color (decimal): -4695622 or 12212664. OLE color: 12212664.
HSL color Cylindrical-coordinate representation of color #B859BA: hue angle of 298.76º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B859BA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 89 | 186 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.27 |
| HSL | 298.76º | 0.41% | 0.54% | - |
| HSV(B) | 298.76º | 0.52% | 0.73% | - |
| XYZ | 32.2 | 20.88 | 48.79 | - |
| YUV | 128.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 186 | 0.01 | 0.52 | 0 | 0.27 | 298.76 | 0.41 | 0.54 |
| Hex | B8 | 59 | BA | 1 | 34 | 0 | 1B | 12B | 29 | 36 |
| Octal | 270 | 131 | 272 | 1 | 64 | 0 | 33 | 453 | 51 | 66 |
| Binary | 10111000 | 1011001 | 10111010 | 1 | 110100 | 0 | 11011 | 100101011 | 101001 | 110110 |
Color Harmonies of #B859BA
Complementary color
Monochromatic Colors of #B859BA
Black with #B859BA
Text Example
Text Example
White with #B859BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859BA; }
p { color: rgb(184,89,186); }
H1.HeaderClassName
{
color: #B859BA;
}
.AnyTagClassName
{
color: #B859BA;
}
</style>
background-color css
<style>
a { background-color: #B859BA; }
a { background-color: rgb(184,89,186); }
div.DivClassName
{
background-color: #B859BA;
}
.BgClassName
{
background-color: #B859BA;
}
</style>
border-color css
<style>
span { border-color: #B859BA; }
span { border-color: rgb(184,89,186); }
td.TdClassName
{
border-color: #B859BA;
}
.TagClassName
{
border-color: #B859BA;
}
</style>