Shades of Fuchsia #B358C2
Tints of Fuchsia #B358C2
RGB
CMYK
RGB Variations
Color information
#B358C2 (or 0xB358C2) is known color: Fuchsia. HEX triplet: B3, 58 and C2. RGB value is (179,88,194). Sum of RGB (Red+Green+Blue) = 179+88+194=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 194 - color contains mainly: blue. Hex color #B358C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B358C2 is #4CA73D. Grayscale: #7E7E7E. Windows color (decimal): -5023550 or 12736691. OLE color: 12736691.
HSL color Cylindrical-coordinate representation of color #B358C2: hue angle of 291.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B358C2 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 88 | 194 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.24 |
| HSL | 291.51º | 0.46% | 0.55% | - |
| HSV(B) | 291.51º | 0.55% | 0.76% | - |
| XYZ | 31.82 | 20.46 | 53.31 | - |
| YUV | 127.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 88 | 194 | 0.08 | 0.55 | 0 | 0.24 | 291.51 | 0.46 | 0.55 |
| Hex | B3 | 58 | C2 | 8 | 37 | 0 | 18 | 124 | 2E | 37 |
| Octal | 263 | 130 | 302 | 10 | 67 | 0 | 30 | 444 | 56 | 67 |
| Binary | 10110011 | 1011000 | 11000010 | 1000 | 110111 | 0 | 11000 | 100100100 | 101110 | 110111 |
Color Harmonies of #B358C2
Complementary color
Monochromatic Colors of #B358C2
Black with #B358C2
Text Example
Text Example
White with #B358C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B358C2; }
p { color: rgb(179,88,194); }
H1.HeaderClassName
{
color: #B358C2;
}
.AnyTagClassName
{
color: #B358C2;
}
</style>
background-color css
<style>
a { background-color: #B358C2; }
a { background-color: rgb(179,88,194); }
div.DivClassName
{
background-color: #B358C2;
}
.BgClassName
{
background-color: #B358C2;
}
</style>
border-color css
<style>
span { border-color: #B358C2; }
span { border-color: rgb(179,88,194); }
td.TdClassName
{
border-color: #B358C2;
}
.TagClassName
{
border-color: #B358C2;
}
</style>