Shades of Fuchsia #B349C2
Tints of Fuchsia #B349C2
RGB
CMYK
RGB Variations
Color information
#B349C2 (or 0xB349C2) is known color: Fuchsia. HEX triplet: B3, 49 and C2. RGB value is (179,73,194). Sum of RGB (Red+Green+Blue) = 179+73+194=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 73 (28.91% from 255 or 16.37% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #B349C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349C2 is #4CB63D. Grayscale: #767676. Windows color (decimal): -5027390 or 12732851. OLE color: 12732851.
HSL color Cylindrical-coordinate representation of color #B349C2: hue angle of 292.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B349C2 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 73 | 194 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.24 |
| HSL | 292.56º | 0.5% | 0.52% | - |
| HSV(B) | 292.56º | 0.62% | 0.76% | - |
| XYZ | 30.71 | 18.24 | 52.94 | - |
| YUV | 118.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 194 | 0.08 | 0.62 | 0 | 0.24 | 292.56 | 0.5 | 0.52 |
| Hex | B3 | 49 | C2 | 8 | 3E | 0 | 18 | 125 | 32 | 34 |
| Octal | 263 | 111 | 302 | 10 | 76 | 0 | 30 | 445 | 62 | 64 |
| Binary | 10110011 | 1001001 | 11000010 | 1000 | 111110 | 0 | 11000 | 100100101 | 110010 | 110100 |
Color Harmonies of #B349C2
Complementary color
Monochromatic Colors of #B349C2
Black with #B349C2
Text Example
Text Example
White with #B349C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349C2; }
p { color: rgb(179,73,194); }
H1.HeaderClassName
{
color: #B349C2;
}
.AnyTagClassName
{
color: #B349C2;
}
</style>
background-color css
<style>
a { background-color: #B349C2; }
a { background-color: rgb(179,73,194); }
div.DivClassName
{
background-color: #B349C2;
}
.BgClassName
{
background-color: #B349C2;
}
</style>
border-color css
<style>
span { border-color: #B349C2; }
span { border-color: rgb(179,73,194); }
td.TdClassName
{
border-color: #B349C2;
}
.TagClassName
{
border-color: #B349C2;
}
</style>