Shades of Fuchsia #B256C0
Tints of Fuchsia #B256C0
RGB
CMYK
RGB Variations
Color information
#B256C0 (or 0xB256C0) is known color: Fuchsia. HEX triplet: B2, 56 and C0. RGB value is (178,86,192). Sum of RGB (Red+Green+Blue) = 178+86+192=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #B256C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B256C0 is #4DA93F. Grayscale: #7D7D7D. Windows color (decimal): -5089600 or 12605106. OLE color: 12605106.
HSL color Cylindrical-coordinate representation of color #B256C0: hue angle of 292.08º 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 #B256C0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 86 | 192 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.25 |
| HSL | 292.08º | 0.46% | 0.55% | - |
| HSV(B) | 292.08º | 0.55% | 0.75% | - |
| XYZ | 31.2 | 19.93 | 52.07 | - |
| YUV | 125.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 192 | 0.07 | 0.55 | 0 | 0.25 | 292.08 | 0.46 | 0.55 |
| Hex | B2 | 56 | C0 | 7 | 37 | 0 | 19 | 124 | 2E | 37 |
| Octal | 262 | 126 | 300 | 7 | 67 | 0 | 31 | 444 | 56 | 67 |
| Binary | 10110010 | 1010110 | 11000000 | 111 | 110111 | 0 | 11001 | 100100100 | 101110 | 110111 |
Color Harmonies of #B256C0
Complementary color
Monochromatic Colors of #B256C0
Black with #B256C0
Text Example
Text Example
White with #B256C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B256C0; }
p { color: rgb(178,86,192); }
H1.HeaderClassName
{
color: #B256C0;
}
.AnyTagClassName
{
color: #B256C0;
}
</style>
background-color css
<style>
a { background-color: #B256C0; }
a { background-color: rgb(178,86,192); }
div.DivClassName
{
background-color: #B256C0;
}
.BgClassName
{
background-color: #B256C0;
}
</style>
border-color css
<style>
span { border-color: #B256C0; }
span { border-color: rgb(178,86,192); }
td.TdClassName
{
border-color: #B256C0;
}
.TagClassName
{
border-color: #B256C0;
}
</style>