Shades of Medium Red Violet #B13391
Tints of Medium Red Violet #B13391
RGB
CMYK
RGB Variations
Color information
#B13391 (or 0xB13391) is known color: Medium Red Violet. HEX triplet: B1, 33 and 91. RGB value is (177,51,145). Sum of RGB (Red+Green+Blue) = 177+51+145=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13391 is #4ECC6E. Grayscale: #636363. Windows color (decimal): -5164143 or 9515953. OLE color: 9515953.
HSL color Cylindrical-coordinate representation of color #B13391: hue angle of 315.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13391 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 145 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.31 |
| HSL | 315.24º | 0.55% | 0.45% | - |
| HSV(B) | 315.24º | 0.71% | 0.69% | - |
| XYZ | 24.43 | 13.76 | 28.16 | - |
| YUV | 99.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 145 | 0 | 0.71 | 0.18 | 0.31 | 315.24 | 0.55 | 0.45 |
| Hex | B1 | 33 | 91 | 0 | 47 | 12 | 1F | 13B | 37 | 2D |
| Octal | 261 | 63 | 221 | 0 | 107 | 22 | 37 | 473 | 67 | 55 |
| Binary | 10110001 | 110011 | 10010001 | 0 | 1000111 | 10010 | 11111 | 100111011 | 110111 | 101101 |
Color Harmonies of #B13391
Complementary color
Monochromatic Colors of #B13391
Black with #B13391
Text Example
Text Example
White with #B13391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13391; }
p { color: rgb(177,51,145); }
H1.HeaderClassName
{
color: #B13391;
}
.AnyTagClassName
{
color: #B13391;
}
</style>
background-color css
<style>
a { background-color: #B13391; }
a { background-color: rgb(177,51,145); }
div.DivClassName
{
background-color: #B13391;
}
.BgClassName
{
background-color: #B13391;
}
</style>
border-color css
<style>
span { border-color: #B13391; }
span { border-color: rgb(177,51,145); }
td.TdClassName
{
border-color: #B13391;
}
.TagClassName
{
border-color: #B13391;
}
</style>