Shades of Fuchsia #B856BD
Tints of Fuchsia #B856BD
RGB
CMYK
RGB Variations
Color information
#B856BD (or 0xB856BD) is known color: Fuchsia. HEX triplet: B8, 56 and BD. RGB value is (184,86,189). Sum of RGB (Red+Green+Blue) = 184+86+189=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B856BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BD is #47A942. Grayscale: #7E7E7E. Windows color (decimal): -4696387 or 12408504. OLE color: 12408504.
HSL color Cylindrical-coordinate representation of color #B856BD: hue angle of 297.09º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B856BD is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 86 | 189 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.26 |
| HSL | 297.09º | 0.44% | 0.54% | - |
| HSV(B) | 297.09º | 0.54% | 0.74% | - |
| XYZ | 32.28 | 20.52 | 50.4 | - |
| YUV | 127.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 189 | 0.03 | 0.54 | 0 | 0.26 | 297.09 | 0.44 | 0.54 |
| Hex | B8 | 56 | BD | 3 | 36 | 0 | 1A | 129 | 2C | 36 |
| Octal | 270 | 126 | 275 | 3 | 66 | 0 | 32 | 451 | 54 | 66 |
| Binary | 10111000 | 1010110 | 10111101 | 11 | 110110 | 0 | 11010 | 100101001 | 101100 | 110110 |
Color Harmonies of #B856BD
Complementary color
Monochromatic Colors of #B856BD
Black with #B856BD
Text Example
Text Example
White with #B856BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856BD; }
p { color: rgb(184,86,189); }
H1.HeaderClassName
{
color: #B856BD;
}
.AnyTagClassName
{
color: #B856BD;
}
</style>
background-color css
<style>
a { background-color: #B856BD; }
a { background-color: rgb(184,86,189); }
div.DivClassName
{
background-color: #B856BD;
}
.BgClassName
{
background-color: #B856BD;
}
</style>
border-color css
<style>
span { border-color: #B856BD; }
span { border-color: rgb(184,86,189); }
td.TdClassName
{
border-color: #B856BD;
}
.TagClassName
{
border-color: #B856BD;
}
</style>