Shades of Fuchsia #B131B1
Tints of Fuchsia #B131B1
RGB
CMYK
RGB Variations
Color information
#B131B1 (or 0xB131B1) is known color: Fuchsia. HEX triplet: B1, 31 and B1. RGB value is (177,49,177). Sum of RGB (Red+Green+Blue) = 177+49+177=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: red, blue. Hex color #B131B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B131B1 is #4ECE4E. Grayscale: #656565. Windows color (decimal): -5164623 or 11612593. OLE color: 11612593.
HSL color Cylindrical-coordinate representation of color #B131B1: hue angle of 300º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B131B1 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 177 | - |
| CMYK | 0 | 0.72 | 0 | 0.31 |
| HSL | 300º | 0.57% | 0.44% | - |
| HSV(B) | 300º | 0.72% | 0.69% | - |
| XYZ | 27.17 | 14.72 | 43 | - |
| YUV | 101.86 | 170.41 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 177 | 0 | 0.72 | 0 | 0.31 | 300 | 0.57 | 0.44 |
| Hex | B1 | 31 | B1 | 0 | 48 | 0 | 1F | 12C | 39 | 2C |
| Octal | 261 | 61 | 261 | 0 | 110 | 0 | 37 | 454 | 71 | 54 |
| Binary | 10110001 | 110001 | 10110001 | 0 | 1001000 | 0 | 11111 | 100101100 | 111001 | 101100 |
Color Harmonies of #B131B1
Complementary color
Monochromatic Colors of #B131B1
Black with #B131B1
Text Example
Text Example
White with #B131B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131B1; }
p { color: rgb(177,49,177); }
H1.HeaderClassName
{
color: #B131B1;
}
.AnyTagClassName
{
color: #B131B1;
}
</style>
background-color css
<style>
a { background-color: #B131B1; }
a { background-color: rgb(177,49,177); }
div.DivClassName
{
background-color: #B131B1;
}
.BgClassName
{
background-color: #B131B1;
}
</style>
border-color css
<style>
span { border-color: #B131B1; }
span { border-color: rgb(177,49,177); }
td.TdClassName
{
border-color: #B131B1;
}
.TagClassName
{
border-color: #B131B1;
}
</style>