Shades of Fuchsia #B34DB4
Tints of Fuchsia #B34DB4
RGB
CMYK
RGB Variations
Color information
#B34DB4 (or 0xB34DB4) is known color: Fuchsia. HEX triplet: B3, 4D and B4. RGB value is (179,77,180). Sum of RGB (Red+Green+Blue) = 179+77+180=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #B34DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34DB4 is #4CB24B. Grayscale: #767676. Windows color (decimal): -5026380 or 11816371. OLE color: 11816371.
HSL color Cylindrical-coordinate representation of color #B34DB4: hue angle of 299.42º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34DB4 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 77 | 180 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.29 |
| HSL | 299.42º | 0.41% | 0.5% | - |
| HSV(B) | 299.42º | 0.57% | 0.71% | - |
| XYZ | 29.48 | 18.19 | 45.14 | - |
| YUV | 119.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 180 | 0.01 | 0.57 | 0 | 0.29 | 299.42 | 0.41 | 0.5 |
| Hex | B3 | 4D | B4 | 1 | 39 | 0 | 1D | 12B | 29 | 32 |
| Octal | 263 | 115 | 264 | 1 | 71 | 0 | 35 | 453 | 51 | 62 |
| Binary | 10110011 | 1001101 | 10110100 | 1 | 111001 | 0 | 11101 | 100101011 | 101001 | 110010 |
Color Harmonies of #B34DB4
Complementary color
Monochromatic Colors of #B34DB4
Black with #B34DB4
Text Example
Text Example
White with #B34DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34DB4; }
p { color: rgb(179,77,180); }
H1.HeaderClassName
{
color: #B34DB4;
}
.AnyTagClassName
{
color: #B34DB4;
}
</style>
background-color css
<style>
a { background-color: #B34DB4; }
a { background-color: rgb(179,77,180); }
div.DivClassName
{
background-color: #B34DB4;
}
.BgClassName
{
background-color: #B34DB4;
}
</style>
border-color css
<style>
span { border-color: #B34DB4; }
span { border-color: rgb(179,77,180); }
td.TdClassName
{
border-color: #B34DB4;
}
.TagClassName
{
border-color: #B34DB4;
}
</style>