Shades of Fuchsia #B345AC
Tints of Fuchsia #B345AC
RGB
CMYK
RGB Variations
Color information
#B345AC (or 0xB345AC) is known color: Fuchsia. HEX triplet: B3, 45 and AC. RGB value is (179,69,172). Sum of RGB (Red+Green+Blue) = 179+69+172=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 179 - color contains mainly: red. Hex color #B345AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B345AC is #4CBA53. Grayscale: #717171. Windows color (decimal): -5028436 or 11290035. OLE color: 11290035.
HSL color Cylindrical-coordinate representation of color #B345AC: hue angle of 303.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B345AC is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 172 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.30 |
| HSL | 303.82º | 0.44% | 0.49% | - |
| HSV(B) | 303.82º | 0.61% | 0.7% | - |
| XYZ | 28.16 | 16.82 | 40.79 | - |
| YUV | 113.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 172 | 0 | 0.61 | 0.04 | 0.30 | 303.82 | 0.44 | 0.49 |
| Hex | B3 | 45 | AC | 0 | 3D | 4 | 1E | 130 | 2C | 31 |
| Octal | 263 | 105 | 254 | 0 | 75 | 4 | 36 | 460 | 54 | 61 |
| Binary | 10110011 | 1000101 | 10101100 | 0 | 111101 | 100 | 11110 | 100110000 | 101100 | 110001 |
Color Harmonies of #B345AC
Complementary color
Monochromatic Colors of #B345AC
Black with #B345AC
Text Example
Text Example
White with #B345AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B345AC; }
p { color: rgb(179,69,172); }
H1.HeaderClassName
{
color: #B345AC;
}
.AnyTagClassName
{
color: #B345AC;
}
</style>
background-color css
<style>
a { background-color: #B345AC; }
a { background-color: rgb(179,69,172); }
div.DivClassName
{
background-color: #B345AC;
}
.BgClassName
{
background-color: #B345AC;
}
</style>
border-color css
<style>
span { border-color: #B345AC; }
span { border-color: rgb(179,69,172); }
td.TdClassName
{
border-color: #B345AC;
}
.TagClassName
{
border-color: #B345AC;
}
</style>