Shades of Fuchsia #B139A8
Tints of Fuchsia #B139A8
RGB
CMYK
RGB Variations
Color information
#B139A8 (or 0xB139A8) is known color: Fuchsia. HEX triplet: B1, 39 and A8. RGB value is (177,57,168). Sum of RGB (Red+Green+Blue) = 177+57+168=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B139A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B139A8 is #4EC657. Grayscale: #696969. Windows color (decimal): -5162584 or 11024817. OLE color: 11024817.
HSL color Cylindrical-coordinate representation of color #B139A8: hue angle of 304.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 #B139A8 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 168 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.31 |
| HSL | 304.5º | 0.51% | 0.46% | - |
| HSV(B) | 304.5º | 0.68% | 0.69% | - |
| XYZ | 26.66 | 15.1 | 38.56 | - |
| YUV | 105.53 | 163.26 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 168 | 0 | 0.68 | 0.05 | 0.31 | 304.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | A8 | 0 | 44 | 5 | 1F | 130 | 33 | 2E |
| Octal | 261 | 71 | 250 | 0 | 104 | 5 | 37 | 460 | 63 | 56 |
| Binary | 10110001 | 111001 | 10101000 | 0 | 1000100 | 101 | 11111 | 100110000 | 110011 | 101110 |
Color Harmonies of #B139A8
Complementary color
Monochromatic Colors of #B139A8
Black with #B139A8
Text Example
Text Example
White with #B139A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B139A8; }
p { color: rgb(177,57,168); }
H1.HeaderClassName
{
color: #B139A8;
}
.AnyTagClassName
{
color: #B139A8;
}
</style>
background-color css
<style>
a { background-color: #B139A8; }
a { background-color: rgb(177,57,168); }
div.DivClassName
{
background-color: #B139A8;
}
.BgClassName
{
background-color: #B139A8;
}
</style>
border-color css
<style>
span { border-color: #B139A8; }
span { border-color: rgb(177,57,168); }
td.TdClassName
{
border-color: #B139A8;
}
.TagClassName
{
border-color: #B139A8;
}
</style>