Shades of Fuchsia #B856C0
Tints of Fuchsia #B856C0
RGB
CMYK
RGB Variations
Color information
#B856C0 (or 0xB856C0) is known color: Fuchsia. HEX triplet: B8, 56 and C0. RGB value is (184,86,192). Sum of RGB (Red+Green+Blue) = 184+86+192=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #B856C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B856C0 is #47A93F. Grayscale: #7F7F7F. Windows color (decimal): -4696384 or 12605112. OLE color: 12605112.
HSL color Cylindrical-coordinate representation of color #B856C0: hue angle of 295.47º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B856C0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 86 | 192 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.25 |
| HSL | 295.47º | 0.46% | 0.55% | - |
| HSV(B) | 295.47º | 0.55% | 0.75% | - |
| XYZ | 32.61 | 20.65 | 52.14 | - |
| YUV | 127.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 192 | 0.04 | 0.55 | 0 | 0.25 | 295.47 | 0.46 | 0.55 |
| Hex | B8 | 56 | C0 | 4 | 37 | 0 | 19 | 127 | 2E | 37 |
| Octal | 270 | 126 | 300 | 4 | 67 | 0 | 31 | 447 | 56 | 67 |
| Binary | 10111000 | 1010110 | 11000000 | 100 | 110111 | 0 | 11001 | 100100111 | 101110 | 110111 |
Color Harmonies of #B856C0
Complementary color
Monochromatic Colors of #B856C0
Black with #B856C0
Text Example
Text Example
White with #B856C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B856C0; }
p { color: rgb(184,86,192); }
H1.HeaderClassName
{
color: #B856C0;
}
.AnyTagClassName
{
color: #B856C0;
}
</style>
background-color css
<style>
a { background-color: #B856C0; }
a { background-color: rgb(184,86,192); }
div.DivClassName
{
background-color: #B856C0;
}
.BgClassName
{
background-color: #B856C0;
}
</style>
border-color css
<style>
span { border-color: #B856C0; }
span { border-color: rgb(184,86,192); }
td.TdClassName
{
border-color: #B856C0;
}
.TagClassName
{
border-color: #B856C0;
}
</style>