Shades of Medium Red Violet #B13A95
Tints of Medium Red Violet #B13A95
RGB
CMYK
RGB Variations
Color information
#B13A95 (or 0xB13A95) is known color: Medium Red Violet. HEX triplet: B1, 3A and 95. RGB value is (177,58,149). Sum of RGB (Red+Green+Blue) = 177+58+149=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A95 is #4EC56A. Grayscale: #676767. Windows color (decimal): -5162347 or 9779889. OLE color: 9779889.
HSL color Cylindrical-coordinate representation of color #B13A95: hue angle of 314.12º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13A95 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 149 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.31 |
| HSL | 314.12º | 0.51% | 0.46% | - |
| HSV(B) | 314.12º | 0.67% | 0.69% | - |
| XYZ | 25.07 | 14.54 | 29.92 | - |
| YUV | 103.96 | 153.42 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 149 | 0 | 0.67 | 0.16 | 0.31 | 314.12 | 0.51 | 0.46 |
| Hex | B1 | 3A | 95 | 0 | 43 | 10 | 1F | 13A | 33 | 2E |
| Octal | 261 | 72 | 225 | 0 | 103 | 20 | 37 | 472 | 63 | 56 |
| Binary | 10110001 | 111010 | 10010101 | 0 | 1000011 | 10000 | 11111 | 100111010 | 110011 | 101110 |
Color Harmonies of #B13A95
Complementary color
Monochromatic Colors of #B13A95
Black with #B13A95
Text Example
Text Example
White with #B13A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A95; }
p { color: rgb(177,58,149); }
H1.HeaderClassName
{
color: #B13A95;
}
.AnyTagClassName
{
color: #B13A95;
}
</style>
background-color css
<style>
a { background-color: #B13A95; }
a { background-color: rgb(177,58,149); }
div.DivClassName
{
background-color: #B13A95;
}
.BgClassName
{
background-color: #B13A95;
}
</style>
border-color css
<style>
span { border-color: #B13A95; }
span { border-color: rgb(177,58,149); }
td.TdClassName
{
border-color: #B13A95;
}
.TagClassName
{
border-color: #B13A95;
}
</style>