Shades of Fuchsia #B356B5
Tints of Fuchsia #B356B5
RGB
CMYK
RGB Variations
Color information
#B356B5 (or 0xB356B5) is known color: Fuchsia. HEX triplet: B3, 56 and B5. RGB value is (179,86,181). Sum of RGB (Red+Green+Blue) = 179+86+181=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 181 - color contains mainly: blue. Hex color #B356B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356B5 is #4CA94A. Grayscale: #7C7C7C. Windows color (decimal): -5024075 or 11884211. OLE color: 11884211.
HSL color Cylindrical-coordinate representation of color #B356B5: hue angle of 298.74º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B356B5 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 86 | 181 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.29 |
| HSL | 298.74º | 0.39% | 0.52% | - |
| HSV(B) | 298.74º | 0.52% | 0.71% | - |
| XYZ | 30.26 | 19.58 | 45.9 | - |
| YUV | 124.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 181 | 0.01 | 0.52 | 0 | 0.29 | 298.74 | 0.39 | 0.52 |
| Hex | B3 | 56 | B5 | 1 | 34 | 0 | 1D | 12B | 27 | 34 |
| Octal | 263 | 126 | 265 | 1 | 64 | 0 | 35 | 453 | 47 | 64 |
| Binary | 10110011 | 1010110 | 10110101 | 1 | 110100 | 0 | 11101 | 100101011 | 100111 | 110100 |
Color Harmonies of #B356B5
Complementary color
Monochromatic Colors of #B356B5
Black with #B356B5
Text Example
Text Example
White with #B356B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356B5; }
p { color: rgb(179,86,181); }
H1.HeaderClassName
{
color: #B356B5;
}
.AnyTagClassName
{
color: #B356B5;
}
</style>
background-color css
<style>
a { background-color: #B356B5; }
a { background-color: rgb(179,86,181); }
div.DivClassName
{
background-color: #B356B5;
}
.BgClassName
{
background-color: #B356B5;
}
</style>
border-color css
<style>
span { border-color: #B356B5; }
span { border-color: rgb(179,86,181); }
td.TdClassName
{
border-color: #B356B5;
}
.TagClassName
{
border-color: #B356B5;
}
</style>