Shades of Fuchsia #B34CB1
Tints of Fuchsia #B34CB1
RGB
CMYK
RGB Variations
Color information
#B34CB1 (or 0xB34CB1) is known color: Fuchsia. HEX triplet: B3, 4C and B1. RGB value is (179,76,177). Sum of RGB (Red+Green+Blue) = 179+76+177=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B34CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34CB1 is #4CB34E. Grayscale: #767676. Windows color (decimal): -5026639 or 11619507. OLE color: 11619507.
HSL color Cylindrical-coordinate representation of color #B34CB1: hue angle of 301.17º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34CB1 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 177 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.30 |
| HSL | 301.17º | 0.4% | 0.5% | - |
| HSV(B) | 301.17º | 0.58% | 0.7% | - |
| XYZ | 29.11 | 17.93 | 43.52 | - |
| YUV | 118.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 177 | 0 | 0.58 | 0.01 | 0.30 | 301.17 | 0.4 | 0.5 |
| Hex | B3 | 4C | B1 | 0 | 3A | 1 | 1E | 12D | 28 | 32 |
| Octal | 263 | 114 | 261 | 0 | 72 | 1 | 36 | 455 | 50 | 62 |
| Binary | 10110011 | 1001100 | 10110001 | 0 | 111010 | 1 | 11110 | 100101101 | 101000 | 110010 |
Color Harmonies of #B34CB1
Complementary color
Monochromatic Colors of #B34CB1
Black with #B34CB1
Text Example
Text Example
White with #B34CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34CB1; }
p { color: rgb(179,76,177); }
H1.HeaderClassName
{
color: #B34CB1;
}
.AnyTagClassName
{
color: #B34CB1;
}
</style>
background-color css
<style>
a { background-color: #B34CB1; }
a { background-color: rgb(179,76,177); }
div.DivClassName
{
background-color: #B34CB1;
}
.BgClassName
{
background-color: #B34CB1;
}
</style>
border-color css
<style>
span { border-color: #B34CB1; }
span { border-color: rgb(179,76,177); }
td.TdClassName
{
border-color: #B34CB1;
}
.TagClassName
{
border-color: #B34CB1;
}
</style>