Shades of Fuchsia #B139A9
Tints of Fuchsia #B139A9
RGB
CMYK
RGB Variations
Color information
#B139A9 (or 0xB139A9) is known color: Fuchsia. HEX triplet: B1, 39 and A9. RGB value is (177,57,169). Sum of RGB (Red+Green+Blue) = 177+57+169=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B139A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139A9 is #4EC656. Grayscale: #696969. Windows color (decimal): -5162583 or 11090353. OLE color: 11090353.
HSL color Cylindrical-coordinate representation of color #B139A9: hue angle of 304º 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 #B139A9 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 169 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.31 |
| HSL | 304º | 0.51% | 0.46% | - |
| HSV(B) | 304º | 0.68% | 0.69% | - |
| XYZ | 26.76 | 15.14 | 39.05 | - |
| YUV | 105.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 169 | 0 | 0.68 | 0.05 | 0.31 | 304 | 0.51 | 0.46 |
| Hex | B1 | 39 | A9 | 0 | 44 | 5 | 1F | 130 | 33 | 2E |
| Octal | 261 | 71 | 251 | 0 | 104 | 5 | 37 | 460 | 63 | 56 |
| Binary | 10110001 | 111001 | 10101001 | 0 | 1000100 | 101 | 11111 | 100110000 | 110011 | 101110 |
Color Harmonies of #B139A9
Complementary color
Monochromatic Colors of #B139A9
Black with #B139A9
Text Example
Text Example
White with #B139A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139A9; }
p { color: rgb(177,57,169); }
H1.HeaderClassName
{
color: #B139A9;
}
.AnyTagClassName
{
color: #B139A9;
}
</style>
background-color css
<style>
a { background-color: #B139A9; }
a { background-color: rgb(177,57,169); }
div.DivClassName
{
background-color: #B139A9;
}
.BgClassName
{
background-color: #B139A9;
}
</style>
border-color css
<style>
span { border-color: #B139A9; }
span { border-color: rgb(177,57,169); }
td.TdClassName
{
border-color: #B139A9;
}
.TagClassName
{
border-color: #B139A9;
}
</style>