Shades of Fuchsia #B34EC0
Tints of Fuchsia #B34EC0
RGB
CMYK
RGB Variations
Color information
#B34EC0 (or 0xB34EC0) is known color: Fuchsia. HEX triplet: B3, 4E and C0. RGB value is (179,78,192). Sum of RGB (Red+Green+Blue) = 179+78+192=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 192 - color contains mainly: blue. Hex color #B34EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34EC0 is #4CB13F. Grayscale: #787878. Windows color (decimal): -5026112 or 12603059. OLE color: 12603059.
HSL color Cylindrical-coordinate representation of color #B34EC0: hue angle of 293.16º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34EC0 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 78 | 192 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.25 |
| HSL | 293.16º | 0.48% | 0.53% | - |
| HSV(B) | 293.16º | 0.59% | 0.75% | - |
| XYZ | 30.83 | 18.84 | 51.88 | - |
| YUV | 121.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 78 | 192 | 0.07 | 0.59 | 0 | 0.25 | 293.16 | 0.48 | 0.53 |
| Hex | B3 | 4E | C0 | 7 | 3B | 0 | 19 | 125 | 30 | 35 |
| Octal | 263 | 116 | 300 | 7 | 73 | 0 | 31 | 445 | 60 | 65 |
| Binary | 10110011 | 1001110 | 11000000 | 111 | 111011 | 0 | 11001 | 100100101 | 110000 | 110101 |
Color Harmonies of #B34EC0
Complementary color
Monochromatic Colors of #B34EC0
Black with #B34EC0
Text Example
Text Example
White with #B34EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34EC0; }
p { color: rgb(179,78,192); }
H1.HeaderClassName
{
color: #B34EC0;
}
.AnyTagClassName
{
color: #B34EC0;
}
</style>
background-color css
<style>
a { background-color: #B34EC0; }
a { background-color: rgb(179,78,192); }
div.DivClassName
{
background-color: #B34EC0;
}
.BgClassName
{
background-color: #B34EC0;
}
</style>
border-color css
<style>
span { border-color: #B34EC0; }
span { border-color: rgb(179,78,192); }
td.TdClassName
{
border-color: #B34EC0;
}
.TagClassName
{
border-color: #B34EC0;
}
</style>