Shades of Fuchsia #B356AD
Tints of Fuchsia #B356AD
RGB
CMYK
RGB Variations
Color information
#B356AD (or 0xB356AD) is known color: Fuchsia. HEX triplet: B3, 56 and AD. RGB value is (179,86,173). Sum of RGB (Red+Green+Blue) = 179+86+173=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B356AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B356AD is #4CA952. Grayscale: #7B7B7B. Windows color (decimal): -5024083 or 11359923. OLE color: 11359923.
HSL color Cylindrical-coordinate representation of color #B356AD: hue angle of 303.87º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B356AD is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 173 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.30 |
| HSL | 303.87º | 0.38% | 0.52% | - |
| HSV(B) | 303.87º | 0.52% | 0.7% | - |
| XYZ | 29.46 | 19.26 | 41.7 | - |
| YUV | 123.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 173 | 0 | 0.52 | 0.03 | 0.30 | 303.87 | 0.38 | 0.52 |
| Hex | B3 | 56 | AD | 0 | 34 | 3 | 1E | 130 | 26 | 34 |
| Octal | 263 | 126 | 255 | 0 | 64 | 3 | 36 | 460 | 46 | 64 |
| Binary | 10110011 | 1010110 | 10101101 | 0 | 110100 | 11 | 11110 | 100110000 | 100110 | 110100 |
Color Harmonies of #B356AD
Complementary color
Monochromatic Colors of #B356AD
Black with #B356AD
Text Example
Text Example
White with #B356AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B356AD; }
p { color: rgb(179,86,173); }
H1.HeaderClassName
{
color: #B356AD;
}
.AnyTagClassName
{
color: #B356AD;
}
</style>
background-color css
<style>
a { background-color: #B356AD; }
a { background-color: rgb(179,86,173); }
div.DivClassName
{
background-color: #B356AD;
}
.BgClassName
{
background-color: #B356AD;
}
</style>
border-color css
<style>
span { border-color: #B356AD; }
span { border-color: rgb(179,86,173); }
td.TdClassName
{
border-color: #B356AD;
}
.TagClassName
{
border-color: #B356AD;
}
</style>