Shades of Fuchsia #B349B2
Tints of Fuchsia #B349B2
RGB
CMYK
RGB Variations
Color information
#B349B2 (or 0xB349B2) is known color: Fuchsia. HEX triplet: B3, 49 and B2. RGB value is (179,73,178). Sum of RGB (Red+Green+Blue) = 179+73+178=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B349B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B349B2 is #4CB64D. Grayscale: #747474. Windows color (decimal): -5027406 or 11684275. OLE color: 11684275.
HSL color Cylindrical-coordinate representation of color #B349B2: hue angle of 300.57º 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 #B349B2 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 178 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.30 |
| HSL | 300.57º | 0.42% | 0.49% | - |
| HSV(B) | 300.57º | 0.59% | 0.7% | - |
| XYZ | 29.01 | 17.56 | 43.98 | - |
| YUV | 116.66 | 162.62 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 178 | 0 | 0.59 | 0.01 | 0.30 | 300.57 | 0.42 | 0.49 |
| Hex | B3 | 49 | B2 | 0 | 3B | 1 | 1E | 12D | 2A | 31 |
| Octal | 263 | 111 | 262 | 0 | 73 | 1 | 36 | 455 | 52 | 61 |
| Binary | 10110011 | 1001001 | 10110010 | 0 | 111011 | 1 | 11110 | 100101101 | 101010 | 110001 |
Color Harmonies of #B349B2
Complementary color
Monochromatic Colors of #B349B2
Black with #B349B2
Text Example
Text Example
White with #B349B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B349B2; }
p { color: rgb(179,73,178); }
H1.HeaderClassName
{
color: #B349B2;
}
.AnyTagClassName
{
color: #B349B2;
}
</style>
background-color css
<style>
a { background-color: #B349B2; }
a { background-color: rgb(179,73,178); }
div.DivClassName
{
background-color: #B349B2;
}
.BgClassName
{
background-color: #B349B2;
}
</style>
border-color css
<style>
span { border-color: #B349B2; }
span { border-color: rgb(179,73,178); }
td.TdClassName
{
border-color: #B349B2;
}
.TagClassName
{
border-color: #B349B2;
}
</style>