Shades of Fuchsia #B358B0
Tints of Fuchsia #B358B0
RGB
CMYK
RGB Variations
Color information
#B358B0 (or 0xB358B0) is known color: Fuchsia. HEX triplet: B3, 58 and B0. RGB value is (179,88,176). Sum of RGB (Red+Green+Blue) = 179+88+176=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B358B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B358B0 is #4CA74F. Grayscale: #7C7C7C. Windows color (decimal): -5023568 or 11557043. OLE color: 11557043.
HSL color Cylindrical-coordinate representation of color #B358B0: hue angle of 301.98º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B358B0 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 88 | 176 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.30 |
| HSL | 301.98º | 0.37% | 0.52% | - |
| HSV(B) | 301.98º | 0.51% | 0.7% | - |
| XYZ | 29.92 | 19.7 | 43.3 | - |
| YUV | 125.24 | 156.65 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 176 | 0 | 0.51 | 0.02 | 0.30 | 301.98 | 0.37 | 0.52 |
| Hex | B3 | 58 | B0 | 0 | 33 | 2 | 1E | 12E | 25 | 34 |
| Octal | 263 | 130 | 260 | 0 | 63 | 2 | 36 | 456 | 45 | 64 |
| Binary | 10110011 | 1011000 | 10110000 | 0 | 110011 | 10 | 11110 | 100101110 | 100101 | 110100 |
Color Harmonies of #B358B0
Complementary color
Monochromatic Colors of #B358B0
Black with #B358B0
Text Example
Text Example
White with #B358B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358B0; }
p { color: rgb(179,88,176); }
H1.HeaderClassName
{
color: #B358B0;
}
.AnyTagClassName
{
color: #B358B0;
}
</style>
background-color css
<style>
a { background-color: #B358B0; }
a { background-color: rgb(179,88,176); }
div.DivClassName
{
background-color: #B358B0;
}
.BgClassName
{
background-color: #B358B0;
}
</style>
border-color css
<style>
span { border-color: #B358B0; }
span { border-color: rgb(179,88,176); }
td.TdClassName
{
border-color: #B358B0;
}
.TagClassName
{
border-color: #B358B0;
}
</style>