Shades of Fuchsia #B131B5
Tints of Fuchsia #B131B5
RGB
CMYK
RGB Variations
Color information
#B131B5 (or 0xB131B5) is known color: Fuchsia. HEX triplet: B1, 31 and B5. RGB value is (177,49,181). Sum of RGB (Red+Green+Blue) = 177+49+181=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 181 - color contains mainly: blue. Hex color #B131B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B131B5 is #4ECE4A. Grayscale: #656565. Windows color (decimal): -5164619 or 11874737. OLE color: 11874737.
HSL color Cylindrical-coordinate representation of color #B131B5: hue angle of 298.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B131B5 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 49 | 181 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.29 |
| HSL | 298.18º | 0.57% | 0.45% | - |
| HSV(B) | 298.18º | 0.73% | 0.71% | - |
| XYZ | 27.57 | 14.88 | 45.14 | - |
| YUV | 102.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 181 | 0.02 | 0.73 | 0 | 0.29 | 298.18 | 0.57 | 0.45 |
| Hex | B1 | 31 | B5 | 2 | 49 | 0 | 1D | 12A | 39 | 2D |
| Octal | 261 | 61 | 265 | 2 | 111 | 0 | 35 | 452 | 71 | 55 |
| Binary | 10110001 | 110001 | 10110101 | 10 | 1001001 | 0 | 11101 | 100101010 | 111001 | 101101 |
Color Harmonies of #B131B5
Complementary color
Monochromatic Colors of #B131B5
Black with #B131B5
Text Example
Text Example
White with #B131B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131B5; }
p { color: rgb(177,49,181); }
H1.HeaderClassName
{
color: #B131B5;
}
.AnyTagClassName
{
color: #B131B5;
}
</style>
background-color css
<style>
a { background-color: #B131B5; }
a { background-color: rgb(177,49,181); }
div.DivClassName
{
background-color: #B131B5;
}
.BgClassName
{
background-color: #B131B5;
}
</style>
border-color css
<style>
span { border-color: #B131B5; }
span { border-color: rgb(177,49,181); }
td.TdClassName
{
border-color: #B131B5;
}
.TagClassName
{
border-color: #B131B5;
}
</style>