Shades of Fuchsia #B34DB1
Tints of Fuchsia #B34DB1
RGB
CMYK
RGB Variations
Color information
#B34DB1 (or 0xB34DB1) is known color: Fuchsia. HEX triplet: B3, 4D and B1. RGB value is (179,77,177). Sum of RGB (Red+Green+Blue) = 179+77+177=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B34DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34DB1 is #4CB24E. Grayscale: #767676. Windows color (decimal): -5026383 or 11619763. OLE color: 11619763.
HSL color Cylindrical-coordinate representation of color #B34DB1: hue angle of 301.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34DB1 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 177 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.30 |
| HSL | 301.18º | 0.4% | 0.5% | - |
| HSV(B) | 301.18º | 0.57% | 0.7% | - |
| XYZ | 29.18 | 18.07 | 43.54 | - |
| YUV | 118.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 177 | 0 | 0.57 | 0.01 | 0.30 | 301.18 | 0.4 | 0.5 |
| Hex | B3 | 4D | B1 | 0 | 39 | 1 | 1E | 12D | 28 | 32 |
| Octal | 263 | 115 | 261 | 0 | 71 | 1 | 36 | 455 | 50 | 62 |
| Binary | 10110011 | 1001101 | 10110001 | 0 | 111001 | 1 | 11110 | 100101101 | 101000 | 110010 |
Color Harmonies of #B34DB1
Complementary color
Monochromatic Colors of #B34DB1
Black with #B34DB1
Text Example
Text Example
White with #B34DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DB1; }
p { color: rgb(179,77,177); }
H1.HeaderClassName
{
color: #B34DB1;
}
.AnyTagClassName
{
color: #B34DB1;
}
</style>
background-color css
<style>
a { background-color: #B34DB1; }
a { background-color: rgb(179,77,177); }
div.DivClassName
{
background-color: #B34DB1;
}
.BgClassName
{
background-color: #B34DB1;
}
</style>
border-color css
<style>
span { border-color: #B34DB1; }
span { border-color: rgb(179,77,177); }
td.TdClassName
{
border-color: #B34DB1;
}
.TagClassName
{
border-color: #B34DB1;
}
</style>