Shades of Fuchsia #B34FAC
Tints of Fuchsia #B34FAC
RGB
CMYK
RGB Variations
Color information
#B34FAC (or 0xB34FAC) is known color: Fuchsia. HEX triplet: B3, 4F and AC. RGB value is (179,79,172). Sum of RGB (Red+Green+Blue) = 179+79+172=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B34FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34FAC is #4CB053. Grayscale: #777777. Windows color (decimal): -5025876 or 11292595. OLE color: 11292595.
HSL color Cylindrical-coordinate representation of color #B34FAC: hue angle of 304.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34FAC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 172 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.30 |
| HSL | 304.2º | 0.4% | 0.51% | - |
| HSV(B) | 304.2º | 0.56% | 0.7% | - |
| XYZ | 28.83 | 18.15 | 41.01 | - |
| YUV | 119.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 172 | 0 | 0.56 | 0.04 | 0.30 | 304.2 | 0.4 | 0.51 |
| Hex | B3 | 4F | AC | 0 | 38 | 4 | 1E | 130 | 28 | 33 |
| Octal | 263 | 117 | 254 | 0 | 70 | 4 | 36 | 460 | 50 | 63 |
| Binary | 10110011 | 1001111 | 10101100 | 0 | 111000 | 100 | 11110 | 100110000 | 101000 | 110011 |
Color Harmonies of #B34FAC
Complementary color
Monochromatic Colors of #B34FAC
Black with #B34FAC
Text Example
Text Example
White with #B34FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34FAC; }
p { color: rgb(179,79,172); }
H1.HeaderClassName
{
color: #B34FAC;
}
.AnyTagClassName
{
color: #B34FAC;
}
</style>
background-color css
<style>
a { background-color: #B34FAC; }
a { background-color: rgb(179,79,172); }
div.DivClassName
{
background-color: #B34FAC;
}
.BgClassName
{
background-color: #B34FAC;
}
</style>
border-color css
<style>
span { border-color: #B34FAC; }
span { border-color: rgb(179,79,172); }
td.TdClassName
{
border-color: #B34FAC;
}
.TagClassName
{
border-color: #B34FAC;
}
</style>