Shades of Fuchsia #B341AC
Tints of Fuchsia #B341AC
RGB
CMYK
RGB Variations
Color information
#B341AC (or 0xB341AC) is known color: Fuchsia. HEX triplet: B3, 41 and AC. RGB value is (179,65,172). Sum of RGB (Red+Green+Blue) = 179+65+172=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B341AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341AC is #4CBE53. Grayscale: #6E6E6E. Windows color (decimal): -5029460 or 11289011. OLE color: 11289011.
HSL color Cylindrical-coordinate representation of color #B341AC: hue angle of 303.68º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341AC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 172 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.30 |
| HSL | 303.68º | 0.47% | 0.48% | - |
| HSV(B) | 303.68º | 0.64% | 0.7% | - |
| XYZ | 27.93 | 16.34 | 40.71 | - |
| YUV | 111.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 172 | 0 | 0.64 | 0.04 | 0.30 | 303.68 | 0.47 | 0.48 |
| Hex | B3 | 41 | AC | 0 | 40 | 4 | 1E | 130 | 2F | 30 |
| Octal | 263 | 101 | 254 | 0 | 100 | 4 | 36 | 460 | 57 | 60 |
| Binary | 10110011 | 1000001 | 10101100 | 0 | 1000000 | 100 | 11110 | 100110000 | 101111 | 110000 |
Color Harmonies of #B341AC
Complementary color
Monochromatic Colors of #B341AC
Black with #B341AC
Text Example
Text Example
White with #B341AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341AC; }
p { color: rgb(179,65,172); }
H1.HeaderClassName
{
color: #B341AC;
}
.AnyTagClassName
{
color: #B341AC;
}
</style>
background-color css
<style>
a { background-color: #B341AC; }
a { background-color: rgb(179,65,172); }
div.DivClassName
{
background-color: #B341AC;
}
.BgClassName
{
background-color: #B341AC;
}
</style>
border-color css
<style>
span { border-color: #B341AC; }
span { border-color: rgb(179,65,172); }
td.TdClassName
{
border-color: #B341AC;
}
.TagClassName
{
border-color: #B341AC;
}
</style>