Shades of Medium Red Violet #B13E95
Tints of Medium Red Violet #B13E95
RGB
CMYK
RGB Variations
Color information
#B13E95 (or 0xB13E95) is known color: Medium Red Violet. HEX triplet: B1, 3E and 95. RGB value is (177,62,149). Sum of RGB (Red+Green+Blue) = 177+62+149=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E95 is #4EC16A. Grayscale: #6A6A6A. Windows color (decimal): -5161323 or 9780913. OLE color: 9780913.
HSL color Cylindrical-coordinate representation of color #B13E95: hue angle of 314.61º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E95 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 149 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.31 |
| HSL | 314.61º | 0.48% | 0.47% | - |
| HSV(B) | 314.61º | 0.65% | 0.69% | - |
| XYZ | 25.28 | 14.96 | 29.99 | - |
| YUV | 106.3 | 152.1 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 149 | 0 | 0.65 | 0.16 | 0.31 | 314.61 | 0.48 | 0.47 |
| Hex | B1 | 3E | 95 | 0 | 41 | 10 | 1F | 13B | 30 | 2F |
| Octal | 261 | 76 | 225 | 0 | 101 | 20 | 37 | 473 | 60 | 57 |
| Binary | 10110001 | 111110 | 10010101 | 0 | 1000001 | 10000 | 11111 | 100111011 | 110000 | 101111 |
Color Harmonies of #B13E95
Complementary color
Monochromatic Colors of #B13E95
Black with #B13E95
Text Example
Text Example
White with #B13E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E95; }
p { color: rgb(177,62,149); }
H1.HeaderClassName
{
color: #B13E95;
}
.AnyTagClassName
{
color: #B13E95;
}
</style>
background-color css
<style>
a { background-color: #B13E95; }
a { background-color: rgb(177,62,149); }
div.DivClassName
{
background-color: #B13E95;
}
.BgClassName
{
background-color: #B13E95;
}
</style>
border-color css
<style>
span { border-color: #B13E95; }
span { border-color: rgb(177,62,149); }
td.TdClassName
{
border-color: #B13E95;
}
.TagClassName
{
border-color: #B13E95;
}
</style>