Shades of Fuchsia #B856BC
Tints of Fuchsia #B856BC
RGB
CMYK
RGB Variations
Color information
#B856BC (or 0xB856BC) is known color: Fuchsia. HEX triplet: B8, 56 and BC. RGB value is (184,86,188). Sum of RGB (Red+Green+Blue) = 184+86+188=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #B856BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856BC is #47A943. Grayscale: #7E7E7E. Windows color (decimal): -4696388 or 12342968. OLE color: 12342968.
HSL color Cylindrical-coordinate representation of color #B856BC: hue angle of 297.65º degrees, saturation: 0.43, 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 #B856BC is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 86 | 188 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.26 |
| HSL | 297.65º | 0.43% | 0.54% | - |
| HSV(B) | 297.65º | 0.54% | 0.74% | - |
| XYZ | 32.17 | 20.48 | 49.83 | - |
| YUV | 126.93 | 162.47 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 188 | 0.02 | 0.54 | 0 | 0.26 | 297.65 | 0.43 | 0.54 |
| Hex | B8 | 56 | BC | 2 | 36 | 0 | 1A | 12A | 2B | 36 |
| Octal | 270 | 126 | 274 | 2 | 66 | 0 | 32 | 452 | 53 | 66 |
| Binary | 10111000 | 1010110 | 10111100 | 10 | 110110 | 0 | 11010 | 100101010 | 101011 | 110110 |
Color Harmonies of #B856BC
Complementary color
Monochromatic Colors of #B856BC
Black with #B856BC
Text Example
Text Example
White with #B856BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856BC; }
p { color: rgb(184,86,188); }
H1.HeaderClassName
{
color: #B856BC;
}
.AnyTagClassName
{
color: #B856BC;
}
</style>
background-color css
<style>
a { background-color: #B856BC; }
a { background-color: rgb(184,86,188); }
div.DivClassName
{
background-color: #B856BC;
}
.BgClassName
{
background-color: #B856BC;
}
</style>
border-color css
<style>
span { border-color: #B856BC; }
span { border-color: rgb(184,86,188); }
td.TdClassName
{
border-color: #B856BC;
}
.TagClassName
{
border-color: #B856BC;
}
</style>