Shades of Medium Red Violet #B131A4
Tints of Medium Red Violet #B131A4
RGB
CMYK
RGB Variations
Color information
#B131A4 (or 0xB131A4) is known color: Medium Red Violet. HEX triplet: B1, 31 and A4. RGB value is (177,49,164). Sum of RGB (Red+Green+Blue) = 177+49+164=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B131A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B131A4 is #4ECE5B. Grayscale: #646464. Windows color (decimal): -5164636 or 10760625. OLE color: 10760625.
HSL color Cylindrical-coordinate representation of color #B131A4: hue angle of 306.09º 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 #B131A4 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 164 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.31 |
| HSL | 306.09º | 0.57% | 0.44% | - |
| HSV(B) | 306.09º | 0.72% | 0.69% | - |
| XYZ | 25.93 | 14.22 | 36.5 | - |
| YUV | 100.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 164 | 0 | 0.72 | 0.07 | 0.31 | 306.09 | 0.57 | 0.44 |
| Hex | B1 | 31 | A4 | 0 | 48 | 7 | 1F | 132 | 39 | 2C |
| Octal | 261 | 61 | 244 | 0 | 110 | 7 | 37 | 462 | 71 | 54 |
| Binary | 10110001 | 110001 | 10100100 | 0 | 1001000 | 111 | 11111 | 100110010 | 111001 | 101100 |
Color Harmonies of #B131A4
Complementary color
Monochromatic Colors of #B131A4
Black with #B131A4
Text Example
Text Example
White with #B131A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B131A4; }
p { color: rgb(177,49,164); }
H1.HeaderClassName
{
color: #B131A4;
}
.AnyTagClassName
{
color: #B131A4;
}
</style>
background-color css
<style>
a { background-color: #B131A4; }
a { background-color: rgb(177,49,164); }
div.DivClassName
{
background-color: #B131A4;
}
.BgClassName
{
background-color: #B131A4;
}
</style>
border-color css
<style>
span { border-color: #B131A4; }
span { border-color: rgb(177,49,164); }
td.TdClassName
{
border-color: #B131A4;
}
.TagClassName
{
border-color: #B131A4;
}
</style>