Shades of Fuchsia #B356BA
Tints of Fuchsia #B356BA
RGB
CMYK
RGB Variations
Color information
#B356BA (or 0xB356BA) is known color: Fuchsia. HEX triplet: B3, 56 and BA. RGB value is (179,86,186). Sum of RGB (Red+Green+Blue) = 179+86+186=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B356BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356BA is #4CA945. Grayscale: #7C7C7C. Windows color (decimal): -5024070 or 12211891. OLE color: 12211891.
HSL color Cylindrical-coordinate representation of color #B356BA: hue angle of 295.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B356BA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 86 | 186 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.27 |
| HSL | 295.8º | 0.42% | 0.53% | - |
| HSV(B) | 295.8º | 0.54% | 0.73% | - |
| XYZ | 30.78 | 19.78 | 48.65 | - |
| YUV | 125.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 186 | 0.04 | 0.54 | 0 | 0.27 | 295.8 | 0.42 | 0.53 |
| Hex | B3 | 56 | BA | 4 | 36 | 0 | 1B | 128 | 2A | 35 |
| Octal | 263 | 126 | 272 | 4 | 66 | 0 | 33 | 450 | 52 | 65 |
| Binary | 10110011 | 1010110 | 10111010 | 100 | 110110 | 0 | 11011 | 100101000 | 101010 | 110101 |
Color Harmonies of #B356BA
Complementary color
Monochromatic Colors of #B356BA
Black with #B356BA
Text Example
Text Example
White with #B356BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356BA; }
p { color: rgb(179,86,186); }
H1.HeaderClassName
{
color: #B356BA;
}
.AnyTagClassName
{
color: #B356BA;
}
</style>
background-color css
<style>
a { background-color: #B356BA; }
a { background-color: rgb(179,86,186); }
div.DivClassName
{
background-color: #B356BA;
}
.BgClassName
{
background-color: #B356BA;
}
</style>
border-color css
<style>
span { border-color: #B356BA; }
span { border-color: rgb(179,86,186); }
td.TdClassName
{
border-color: #B356BA;
}
.TagClassName
{
border-color: #B356BA;
}
</style>