Shades of Fuchsia #B136AC
Tints of Fuchsia #B136AC
RGB
CMYK
RGB Variations
Color information
#B136AC (or 0xB136AC) is known color: Fuchsia. HEX triplet: B1, 36 and AC. RGB value is (177,54,172). Sum of RGB (Red+Green+Blue) = 177+54+172=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B136AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136AC is #4EC953. Grayscale: #676767. Windows color (decimal): -5163348 or 11286193. OLE color: 11286193.
HSL color Cylindrical-coordinate representation of color #B136AC: hue angle of 302.44º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B136AC is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 172 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.31 |
| HSL | 302.44º | 0.53% | 0.45% | - |
| HSV(B) | 302.44º | 0.69% | 0.69% | - |
| XYZ | 26.9 | 14.96 | 40.5 | - |
| YUV | 104.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 172 | 0 | 0.69 | 0.03 | 0.31 | 302.44 | 0.53 | 0.45 |
| Hex | B1 | 36 | AC | 0 | 45 | 3 | 1F | 12E | 35 | 2D |
| Octal | 261 | 66 | 254 | 0 | 105 | 3 | 37 | 456 | 65 | 55 |
| Binary | 10110001 | 110110 | 10101100 | 0 | 1000101 | 11 | 11111 | 100101110 | 110101 | 101101 |
Color Harmonies of #B136AC
Complementary color
Monochromatic Colors of #B136AC
Black with #B136AC
Text Example
Text Example
White with #B136AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136AC; }
p { color: rgb(177,54,172); }
H1.HeaderClassName
{
color: #B136AC;
}
.AnyTagClassName
{
color: #B136AC;
}
</style>
background-color css
<style>
a { background-color: #B136AC; }
a { background-color: rgb(177,54,172); }
div.DivClassName
{
background-color: #B136AC;
}
.BgClassName
{
background-color: #B136AC;
}
</style>
border-color css
<style>
span { border-color: #B136AC; }
span { border-color: rgb(177,54,172); }
td.TdClassName
{
border-color: #B136AC;
}
.TagClassName
{
border-color: #B136AC;
}
</style>