Shades of Fuchsia #B349A8
Tints of Fuchsia #B349A8
RGB
CMYK
RGB Variations
Color information
#B349A8 (or 0xB349A8) is known color: Fuchsia. HEX triplet: B3, 49 and A8. RGB value is (179,73,168). Sum of RGB (Red+Green+Blue) = 179+73+168=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B349A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349A8 is #4CB657. Grayscale: #737373. Windows color (decimal): -5027416 or 11028915. OLE color: 11028915.
HSL color Cylindrical-coordinate representation of color #B349A8: hue angle of 306.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B349A8 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 168 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.30 |
| HSL | 306.23º | 0.42% | 0.49% | - |
| HSV(B) | 306.23º | 0.59% | 0.7% | - |
| XYZ | 28.04 | 17.18 | 38.88 | - |
| YUV | 115.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 168 | 0 | 0.59 | 0.06 | 0.30 | 306.23 | 0.42 | 0.49 |
| Hex | B3 | 49 | A8 | 0 | 3B | 6 | 1E | 132 | 2A | 31 |
| Octal | 263 | 111 | 250 | 0 | 73 | 6 | 36 | 462 | 52 | 61 |
| Binary | 10110011 | 1001001 | 10101000 | 0 | 111011 | 110 | 11110 | 100110010 | 101010 | 110001 |
Color Harmonies of #B349A8
Complementary color
Monochromatic Colors of #B349A8
Black with #B349A8
Text Example
Text Example
White with #B349A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349A8; }
p { color: rgb(179,73,168); }
H1.HeaderClassName
{
color: #B349A8;
}
.AnyTagClassName
{
color: #B349A8;
}
</style>
background-color css
<style>
a { background-color: #B349A8; }
a { background-color: rgb(179,73,168); }
div.DivClassName
{
background-color: #B349A8;
}
.BgClassName
{
background-color: #B349A8;
}
</style>
border-color css
<style>
span { border-color: #B349A8; }
span { border-color: rgb(179,73,168); }
td.TdClassName
{
border-color: #B349A8;
}
.TagClassName
{
border-color: #B349A8;
}
</style>