Shades of Fuchsia #B347BA
Tints of Fuchsia #B347BA
RGB
CMYK
RGB Variations
Color information
#B347BA (or 0xB347BA) is known color: Fuchsia. HEX triplet: B3, 47 and BA. RGB value is (179,71,186). Sum of RGB (Red+Green+Blue) = 179+71+186=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #B347BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B347BA is #4CB845. Grayscale: #747474. Windows color (decimal): -5027910 or 12208051. OLE color: 12208051.
HSL color Cylindrical-coordinate representation of color #B347BA: hue angle of 296.35º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B347BA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 71 | 186 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.27 |
| HSL | 296.35º | 0.45% | 0.5% | - |
| HSV(B) | 296.35º | 0.62% | 0.73% | - |
| XYZ | 29.71 | 17.64 | 48.29 | - |
| YUV | 116.4 | 167.28 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 186 | 0.04 | 0.62 | 0 | 0.27 | 296.35 | 0.45 | 0.5 |
| Hex | B3 | 47 | BA | 4 | 3E | 0 | 1B | 128 | 2D | 32 |
| Octal | 263 | 107 | 272 | 4 | 76 | 0 | 33 | 450 | 55 | 62 |
| Binary | 10110011 | 1000111 | 10111010 | 100 | 111110 | 0 | 11011 | 100101000 | 101101 | 110010 |
Color Harmonies of #B347BA
Complementary color
Monochromatic Colors of #B347BA
Black with #B347BA
Text Example
Text Example
White with #B347BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B347BA; }
p { color: rgb(179,71,186); }
H1.HeaderClassName
{
color: #B347BA;
}
.AnyTagClassName
{
color: #B347BA;
}
</style>
background-color css
<style>
a { background-color: #B347BA; }
a { background-color: rgb(179,71,186); }
div.DivClassName
{
background-color: #B347BA;
}
.BgClassName
{
background-color: #B347BA;
}
</style>
border-color css
<style>
span { border-color: #B347BA; }
span { border-color: rgb(179,71,186); }
td.TdClassName
{
border-color: #B347BA;
}
.TagClassName
{
border-color: #B347BA;
}
</style>