Shades of Fuchsia #B346B7
Tints of Fuchsia #B346B7
RGB
CMYK
RGB Variations
Color information
#B346B7 (or 0xB346B7) is known color: Fuchsia. HEX triplet: B3, 46 and B7. RGB value is (179,70,183). Sum of RGB (Red+Green+Blue) = 179+70+183=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #B346B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B346B7 is #4CB948. Grayscale: #737373. Windows color (decimal): -5028169 or 12011187. OLE color: 12011187.
HSL color Cylindrical-coordinate representation of color #B346B7: hue angle of 297.88º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B346B7 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 70 | 183 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.28 |
| HSL | 297.88º | 0.45% | 0.5% | - |
| HSV(B) | 297.88º | 0.62% | 0.72% | - |
| XYZ | 29.33 | 17.38 | 46.61 | - |
| YUV | 115.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 183 | 0.02 | 0.62 | 0 | 0.28 | 297.88 | 0.45 | 0.5 |
| Hex | B3 | 46 | B7 | 2 | 3E | 0 | 1C | 12A | 2D | 32 |
| Octal | 263 | 106 | 267 | 2 | 76 | 0 | 34 | 452 | 55 | 62 |
| Binary | 10110011 | 1000110 | 10110111 | 10 | 111110 | 0 | 11100 | 100101010 | 101101 | 110010 |
Color Harmonies of #B346B7
Complementary color
Monochromatic Colors of #B346B7
Black with #B346B7
Text Example
Text Example
White with #B346B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B346B7; }
p { color: rgb(179,70,183); }
H1.HeaderClassName
{
color: #B346B7;
}
.AnyTagClassName
{
color: #B346B7;
}
</style>
background-color css
<style>
a { background-color: #B346B7; }
a { background-color: rgb(179,70,183); }
div.DivClassName
{
background-color: #B346B7;
}
.BgClassName
{
background-color: #B346B7;
}
</style>
border-color css
<style>
span { border-color: #B346B7; }
span { border-color: rgb(179,70,183); }
td.TdClassName
{
border-color: #B346B7;
}
.TagClassName
{
border-color: #B346B7;
}
</style>