Shades of Fuchsia #B355BA
Tints of Fuchsia #B355BA
RGB
CMYK
RGB Variations
Color information
#B355BA (or 0xB355BA) is known color: Fuchsia. HEX triplet: B3, 55 and BA. RGB value is (179,85,186). Sum of RGB (Red+Green+Blue) = 179+85+186=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #B355BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355BA is #4CAA45. Grayscale: #7C7C7C. Windows color (decimal): -5024326 or 12211635. OLE color: 12211635.
HSL color Cylindrical-coordinate representation of color #B355BA: hue angle of 295.84º 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 #B355BA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 85 | 186 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.27 |
| HSL | 295.84º | 0.42% | 0.53% | - |
| HSV(B) | 295.84º | 0.54% | 0.73% | - |
| XYZ | 30.7 | 19.63 | 48.62 | - |
| YUV | 124.62 | 162.64 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 85 | 186 | 0.04 | 0.54 | 0 | 0.27 | 295.84 | 0.42 | 0.53 |
| Hex | B3 | 55 | BA | 4 | 36 | 0 | 1B | 128 | 2A | 35 |
| Octal | 263 | 125 | 272 | 4 | 66 | 0 | 33 | 450 | 52 | 65 |
| Binary | 10110011 | 1010101 | 10111010 | 100 | 110110 | 0 | 11011 | 100101000 | 101010 | 110101 |
Color Harmonies of #B355BA
Complementary color
Monochromatic Colors of #B355BA
Black with #B355BA
Text Example
Text Example
White with #B355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B355BA; }
p { color: rgb(179,85,186); }
H1.HeaderClassName
{
color: #B355BA;
}
.AnyTagClassName
{
color: #B355BA;
}
</style>
background-color css
<style>
a { background-color: #B355BA; }
a { background-color: rgb(179,85,186); }
div.DivClassName
{
background-color: #B355BA;
}
.BgClassName
{
background-color: #B355BA;
}
</style>
border-color css
<style>
span { border-color: #B355BA; }
span { border-color: rgb(179,85,186); }
td.TdClassName
{
border-color: #B355BA;
}
.TagClassName
{
border-color: #B355BA;
}
</style>