Shades of Fuchsia #B137A8
Tints of Fuchsia #B137A8
RGB
CMYK
RGB Variations
Color information
#B137A8 (or 0xB137A8) is known color: Fuchsia. HEX triplet: B1, 37 and A8. RGB value is (177,55,168). Sum of RGB (Red+Green+Blue) = 177+55+168=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B137A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B137A8 is #4EC857. Grayscale: #686868. Windows color (decimal): -5163096 or 11024305. OLE color: 11024305.
HSL color Cylindrical-coordinate representation of color #B137A8: hue angle of 304.43º 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 #B137A8 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 168 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.31 |
| HSL | 304.43º | 0.53% | 0.45% | - |
| HSV(B) | 304.43º | 0.69% | 0.69% | - |
| XYZ | 26.57 | 14.91 | 38.52 | - |
| YUV | 104.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 168 | 0 | 0.69 | 0.05 | 0.31 | 304.43 | 0.53 | 0.45 |
| Hex | B1 | 37 | A8 | 0 | 45 | 5 | 1F | 130 | 35 | 2D |
| Octal | 261 | 67 | 250 | 0 | 105 | 5 | 37 | 460 | 65 | 55 |
| Binary | 10110001 | 110111 | 10101000 | 0 | 1000101 | 101 | 11111 | 100110000 | 110101 | 101101 |
Color Harmonies of #B137A8
Complementary color
Monochromatic Colors of #B137A8
Black with #B137A8
Text Example
Text Example
White with #B137A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B137A8; }
p { color: rgb(177,55,168); }
H1.HeaderClassName
{
color: #B137A8;
}
.AnyTagClassName
{
color: #B137A8;
}
</style>
background-color css
<style>
a { background-color: #B137A8; }
a { background-color: rgb(177,55,168); }
div.DivClassName
{
background-color: #B137A8;
}
.BgClassName
{
background-color: #B137A8;
}
</style>
border-color css
<style>
span { border-color: #B137A8; }
span { border-color: rgb(177,55,168); }
td.TdClassName
{
border-color: #B137A8;
}
.TagClassName
{
border-color: #B137A8;
}
</style>