Shades of Fuchsia #B355B0
Tints of Fuchsia #B355B0
RGB
CMYK
RGB Variations
Color information
#B355B0 (or 0xB355B0) is known color: Fuchsia. HEX triplet: B3, 55 and B0. RGB value is (179,85,176). Sum of RGB (Red+Green+Blue) = 179+85+176=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B355B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B355B0 is #4CAA4F. Grayscale: #7B7B7B. Windows color (decimal): -5024336 or 11556275. OLE color: 11556275.
HSL color Cylindrical-coordinate representation of color #B355B0: hue angle of 301.91º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B355B0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 85 | 176 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.30 |
| HSL | 301.91º | 0.38% | 0.52% | - |
| HSV(B) | 301.91º | 0.53% | 0.7% | - |
| XYZ | 29.68 | 19.22 | 43.22 | - |
| YUV | 123.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 176 | 0 | 0.53 | 0.02 | 0.30 | 301.91 | 0.38 | 0.52 |
| Hex | B3 | 55 | B0 | 0 | 35 | 2 | 1E | 12E | 26 | 34 |
| Octal | 263 | 125 | 260 | 0 | 65 | 2 | 36 | 456 | 46 | 64 |
| Binary | 10110011 | 1010101 | 10110000 | 0 | 110101 | 10 | 11110 | 100101110 | 100110 | 110100 |
Color Harmonies of #B355B0
Complementary color
Monochromatic Colors of #B355B0
Black with #B355B0
Text Example
Text Example
White with #B355B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355B0; }
p { color: rgb(179,85,176); }
H1.HeaderClassName
{
color: #B355B0;
}
.AnyTagClassName
{
color: #B355B0;
}
</style>
background-color css
<style>
a { background-color: #B355B0; }
a { background-color: rgb(179,85,176); }
div.DivClassName
{
background-color: #B355B0;
}
.BgClassName
{
background-color: #B355B0;
}
</style>
border-color css
<style>
span { border-color: #B355B0; }
span { border-color: rgb(179,85,176); }
td.TdClassName
{
border-color: #B355B0;
}
.TagClassName
{
border-color: #B355B0;
}
</style>