Shades of Fuchsia #B34DB2
Tints of Fuchsia #B34DB2
RGB
CMYK
RGB Variations
Color information
#B34DB2 (or 0xB34DB2) is known color: Fuchsia. HEX triplet: B3, 4D and B2. RGB value is (179,77,178). Sum of RGB (Red+Green+Blue) = 179+77+178=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B34DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34DB2 is #4CB24D. Grayscale: #767676. Windows color (decimal): -5026382 or 11685299. OLE color: 11685299.
HSL color Cylindrical-coordinate representation of color #B34DB2: hue angle of 300.59º 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 #B34DB2 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 178 | - |
| CMYK | 0 | 0.57 | 0.01 | 0.30 |
| HSL | 300.59º | 0.4% | 0.5% | - |
| HSV(B) | 300.59º | 0.57% | 0.7% | - |
| XYZ | 29.28 | 18.11 | 44.07 | - |
| YUV | 119.01 | 161.29 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 178 | 0 | 0.57 | 0.01 | 0.30 | 300.59 | 0.4 | 0.5 |
| Hex | B3 | 4D | B2 | 0 | 39 | 1 | 1E | 12D | 28 | 32 |
| Octal | 263 | 115 | 262 | 0 | 71 | 1 | 36 | 455 | 50 | 62 |
| Binary | 10110011 | 1001101 | 10110010 | 0 | 111001 | 1 | 11110 | 100101101 | 101000 | 110010 |
Color Harmonies of #B34DB2
Complementary color
Monochromatic Colors of #B34DB2
Black with #B34DB2
Text Example
Text Example
White with #B34DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DB2; }
p { color: rgb(179,77,178); }
H1.HeaderClassName
{
color: #B34DB2;
}
.AnyTagClassName
{
color: #B34DB2;
}
</style>
background-color css
<style>
a { background-color: #B34DB2; }
a { background-color: rgb(179,77,178); }
div.DivClassName
{
background-color: #B34DB2;
}
.BgClassName
{
background-color: #B34DB2;
}
</style>
border-color css
<style>
span { border-color: #B34DB2; }
span { border-color: rgb(179,77,178); }
td.TdClassName
{
border-color: #B34DB2;
}
.TagClassName
{
border-color: #B34DB2;
}
</style>