Shades of Fuchsia #B355B9
Tints of Fuchsia #B355B9
RGB
CMYK
RGB Variations
Color information
#B355B9 (or 0xB355B9) is known color: Fuchsia. HEX triplet: B3, 55 and B9. RGB value is (179,85,185). Sum of RGB (Red+Green+Blue) = 179+85+185=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 185 - color contains mainly: blue. Hex color #B355B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355B9 is #4CAA46. Grayscale: #7C7C7C. Windows color (decimal): -5024327 or 12146099. OLE color: 12146099.
HSL color Cylindrical-coordinate representation of color #B355B9: hue angle of 296.4º 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 #B355B9 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 85 | 185 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.27 |
| HSL | 296.4º | 0.42% | 0.53% | - |
| HSV(B) | 296.4º | 0.54% | 0.73% | - |
| XYZ | 30.6 | 19.58 | 48.07 | - |
| YUV | 124.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 185 | 0.03 | 0.54 | 0 | 0.27 | 296.4 | 0.42 | 0.53 |
| Hex | B3 | 55 | B9 | 3 | 36 | 0 | 1B | 128 | 2A | 35 |
| Octal | 263 | 125 | 271 | 3 | 66 | 0 | 33 | 450 | 52 | 65 |
| Binary | 10110011 | 1010101 | 10111001 | 11 | 110110 | 0 | 11011 | 100101000 | 101010 | 110101 |
Color Harmonies of #B355B9
Complementary color
Monochromatic Colors of #B355B9
Black with #B355B9
Text Example
Text Example
White with #B355B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355B9; }
p { color: rgb(179,85,185); }
H1.HeaderClassName
{
color: #B355B9;
}
.AnyTagClassName
{
color: #B355B9;
}
</style>
background-color css
<style>
a { background-color: #B355B9; }
a { background-color: rgb(179,85,185); }
div.DivClassName
{
background-color: #B355B9;
}
.BgClassName
{
background-color: #B355B9;
}
</style>
border-color css
<style>
span { border-color: #B355B9; }
span { border-color: rgb(179,85,185); }
td.TdClassName
{
border-color: #B355B9;
}
.TagClassName
{
border-color: #B355B9;
}
</style>