Shades of Fuchsia #B139AC
Tints of Fuchsia #B139AC
RGB
CMYK
RGB Variations
Color information
#B139AC (or 0xB139AC) is known color: Fuchsia. HEX triplet: B1, 39 and AC. RGB value is (177,57,172). Sum of RGB (Red+Green+Blue) = 177+57+172=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 177 - color contains mainly: red. Hex color #B139AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139AC is #4EC653. Grayscale: #696969. Windows color (decimal): -5162580 or 11286961. OLE color: 11286961.
HSL color Cylindrical-coordinate representation of color #B139AC: hue angle of 302.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B139AC is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 172 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.31 |
| HSL | 302.5º | 0.51% | 0.46% | - |
| HSV(B) | 302.5º | 0.68% | 0.69% | - |
| XYZ | 27.04 | 15.25 | 40.55 | - |
| YUV | 105.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 172 | 0 | 0.68 | 0.03 | 0.31 | 302.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | AC | 0 | 44 | 3 | 1F | 12E | 33 | 2E |
| Octal | 261 | 71 | 254 | 0 | 104 | 3 | 37 | 456 | 63 | 56 |
| Binary | 10110001 | 111001 | 10101100 | 0 | 1000100 | 11 | 11111 | 100101110 | 110011 | 101110 |
Color Harmonies of #B139AC
Complementary color
Monochromatic Colors of #B139AC
Black with #B139AC
Text Example
Text Example
White with #B139AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139AC; }
p { color: rgb(177,57,172); }
H1.HeaderClassName
{
color: #B139AC;
}
.AnyTagClassName
{
color: #B139AC;
}
</style>
background-color css
<style>
a { background-color: #B139AC; }
a { background-color: rgb(177,57,172); }
div.DivClassName
{
background-color: #B139AC;
}
.BgClassName
{
background-color: #B139AC;
}
</style>
border-color css
<style>
span { border-color: #B139AC; }
span { border-color: rgb(177,57,172); }
td.TdClassName
{
border-color: #B139AC;
}
.TagClassName
{
border-color: #B139AC;
}
</style>