Shades of Fuchsia #B136A8
Tints of Fuchsia #B136A8
RGB
CMYK
RGB Variations
Color information
#B136A8 (or 0xB136A8) is known color: Fuchsia. HEX triplet: B1, 36 and A8. RGB value is (177,54,168). Sum of RGB (Red+Green+Blue) = 177+54+168=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B136A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136A8 is #4EC957. Grayscale: #676767. Windows color (decimal): -5163352 or 11024049. OLE color: 11024049.
HSL color Cylindrical-coordinate representation of color #B136A8: hue angle of 304.39º 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 #B136A8 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 168 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.31 |
| HSL | 304.39º | 0.53% | 0.45% | - |
| HSV(B) | 304.39º | 0.69% | 0.69% | - |
| XYZ | 26.52 | 14.81 | 38.51 | - |
| YUV | 103.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 168 | 0 | 0.69 | 0.05 | 0.31 | 304.39 | 0.53 | 0.45 |
| Hex | B1 | 36 | A8 | 0 | 45 | 5 | 1F | 130 | 35 | 2D |
| Octal | 261 | 66 | 250 | 0 | 105 | 5 | 37 | 460 | 65 | 55 |
| Binary | 10110001 | 110110 | 10101000 | 0 | 1000101 | 101 | 11111 | 100110000 | 110101 | 101101 |
Color Harmonies of #B136A8
Complementary color
Monochromatic Colors of #B136A8
Black with #B136A8
Text Example
Text Example
White with #B136A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136A8; }
p { color: rgb(177,54,168); }
H1.HeaderClassName
{
color: #B136A8;
}
.AnyTagClassName
{
color: #B136A8;
}
</style>
background-color css
<style>
a { background-color: #B136A8; }
a { background-color: rgb(177,54,168); }
div.DivClassName
{
background-color: #B136A8;
}
.BgClassName
{
background-color: #B136A8;
}
</style>
border-color css
<style>
span { border-color: #B136A8; }
span { border-color: rgb(177,54,168); }
td.TdClassName
{
border-color: #B136A8;
}
.TagClassName
{
border-color: #B136A8;
}
</style>