Shades of Fuchsia #B358B7
Tints of Fuchsia #B358B7
RGB
CMYK
RGB Variations
Color information
#B358B7 (or 0xB358B7) is known color: Fuchsia. HEX triplet: B3, 58 and B7. RGB value is (179,88,183). Sum of RGB (Red+Green+Blue) = 179+88+183=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #B358B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358B7 is #4CA748. Grayscale: #7D7D7D. Windows color (decimal): -5023561 or 12015795. OLE color: 12015795.
HSL color Cylindrical-coordinate representation of color #B358B7: hue angle of 297.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B358B7 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 88 | 183 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.28 |
| HSL | 297.47º | 0.4% | 0.53% | - |
| HSV(B) | 297.47º | 0.52% | 0.72% | - |
| XYZ | 30.63 | 19.98 | 47.04 | - |
| YUV | 126.04 | 160.15 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 183 | 0.02 | 0.52 | 0 | 0.28 | 297.47 | 0.4 | 0.53 |
| Hex | B3 | 58 | B7 | 2 | 34 | 0 | 1C | 129 | 28 | 35 |
| Octal | 263 | 130 | 267 | 2 | 64 | 0 | 34 | 451 | 50 | 65 |
| Binary | 10110011 | 1011000 | 10110111 | 10 | 110100 | 0 | 11100 | 100101001 | 101000 | 110101 |
Color Harmonies of #B358B7
Complementary color
Monochromatic Colors of #B358B7
Black with #B358B7
Text Example
Text Example
White with #B358B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358B7; }
p { color: rgb(179,88,183); }
H1.HeaderClassName
{
color: #B358B7;
}
.AnyTagClassName
{
color: #B358B7;
}
</style>
background-color css
<style>
a { background-color: #B358B7; }
a { background-color: rgb(179,88,183); }
div.DivClassName
{
background-color: #B358B7;
}
.BgClassName
{
background-color: #B358B7;
}
</style>
border-color css
<style>
span { border-color: #B358B7; }
span { border-color: rgb(179,88,183); }
td.TdClassName
{
border-color: #B358B7;
}
.TagClassName
{
border-color: #B358B7;
}
</style>