Shades of Medium Red Violet #B13295
Tints of Medium Red Violet #B13295
RGB
CMYK
RGB Variations
Color information
#B13295 (or 0xB13295) is known color: Medium Red Violet. HEX triplet: B1, 32 and 95. RGB value is (177,50,149). Sum of RGB (Red+Green+Blue) = 177+50+149=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B13295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13295 is #4ECD6A. Grayscale: #626262. Windows color (decimal): -5164395 or 9777841. OLE color: 9777841.
HSL color Cylindrical-coordinate representation of color #B13295: hue angle of 313.23º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13295 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 149 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.31 |
| HSL | 313.23º | 0.56% | 0.45% | - |
| HSV(B) | 313.23º | 0.72% | 0.69% | - |
| XYZ | 24.7 | 13.8 | 29.8 | - |
| YUV | 99.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 149 | 0 | 0.72 | 0.16 | 0.31 | 313.23 | 0.56 | 0.45 |
| Hex | B1 | 32 | 95 | 0 | 48 | 10 | 1F | 139 | 38 | 2D |
| Octal | 261 | 62 | 225 | 0 | 110 | 20 | 37 | 471 | 70 | 55 |
| Binary | 10110001 | 110010 | 10010101 | 0 | 1001000 | 10000 | 11111 | 100111001 | 111000 | 101101 |
Color Harmonies of #B13295
Complementary color
Monochromatic Colors of #B13295
Black with #B13295
Text Example
Text Example
White with #B13295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13295; }
p { color: rgb(177,50,149); }
H1.HeaderClassName
{
color: #B13295;
}
.AnyTagClassName
{
color: #B13295;
}
</style>
background-color css
<style>
a { background-color: #B13295; }
a { background-color: rgb(177,50,149); }
div.DivClassName
{
background-color: #B13295;
}
.BgClassName
{
background-color: #B13295;
}
</style>
border-color css
<style>
span { border-color: #B13295; }
span { border-color: rgb(177,50,149); }
td.TdClassName
{
border-color: #B13295;
}
.TagClassName
{
border-color: #B13295;
}
</style>