Shades of Fuchsia #B349B7
Tints of Fuchsia #B349B7
RGB
CMYK
RGB Variations
Color information
#B349B7 (or 0xB349B7) is known color: Fuchsia. HEX triplet: B3, 49 and B7. RGB value is (179,73,183). Sum of RGB (Red+Green+Blue) = 179+73+183=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #B349B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B349B7 is #4CB648. Grayscale: #747474. Windows color (decimal): -5027401 or 12011955. OLE color: 12011955.
HSL color Cylindrical-coordinate representation of color #B349B7: hue angle of 297.82º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B349B7 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 73 | 183 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.28 |
| HSL | 297.82º | 0.43% | 0.5% | - |
| HSV(B) | 297.82º | 0.6% | 0.72% | - |
| XYZ | 29.52 | 17.77 | 46.67 | - |
| YUV | 117.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 183 | 0.02 | 0.60 | 0 | 0.28 | 297.82 | 0.43 | 0.5 |
| Hex | B3 | 49 | B7 | 2 | 3C | 0 | 1C | 12A | 2B | 32 |
| Octal | 263 | 111 | 267 | 2 | 74 | 0 | 34 | 452 | 53 | 62 |
| Binary | 10110011 | 1001001 | 10110111 | 10 | 111100 | 0 | 11100 | 100101010 | 101011 | 110010 |
Color Harmonies of #B349B7
Complementary color
Monochromatic Colors of #B349B7
Black with #B349B7
Text Example
Text Example
White with #B349B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349B7; }
p { color: rgb(179,73,183); }
H1.HeaderClassName
{
color: #B349B7;
}
.AnyTagClassName
{
color: #B349B7;
}
</style>
background-color css
<style>
a { background-color: #B349B7; }
a { background-color: rgb(179,73,183); }
div.DivClassName
{
background-color: #B349B7;
}
.BgClassName
{
background-color: #B349B7;
}
</style>
border-color css
<style>
span { border-color: #B349B7; }
span { border-color: rgb(179,73,183); }
td.TdClassName
{
border-color: #B349B7;
}
.TagClassName
{
border-color: #B349B7;
}
</style>