Shades of Medium Red Violet #B13493
Tints of Medium Red Violet #B13493
RGB
CMYK
RGB Variations
Color information
#B13493 (or 0xB13493) is known color: Medium Red Violet. HEX triplet: B1, 34 and 93. RGB value is (177,52,147). Sum of RGB (Red+Green+Blue) = 177+52+147=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B13493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13493 is #4ECB6C. Grayscale: #636363. Windows color (decimal): -5163885 or 9647281. OLE color: 9647281.
HSL color Cylindrical-coordinate representation of color #B13493: hue angle of 314.4º 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 #B13493 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 147 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.31 |
| HSL | 314.4º | 0.55% | 0.45% | - |
| HSV(B) | 314.4º | 0.71% | 0.69% | - |
| XYZ | 24.63 | 13.91 | 28.99 | - |
| YUV | 100.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 147 | 0 | 0.71 | 0.17 | 0.31 | 314.4 | 0.55 | 0.45 |
| Hex | B1 | 34 | 93 | 0 | 47 | 11 | 1F | 13A | 37 | 2D |
| Octal | 261 | 64 | 223 | 0 | 107 | 21 | 37 | 472 | 67 | 55 |
| Binary | 10110001 | 110100 | 10010011 | 0 | 1000111 | 10001 | 11111 | 100111010 | 110111 | 101101 |
Color Harmonies of #B13493
Complementary color
Monochromatic Colors of #B13493
Black with #B13493
Text Example
Text Example
White with #B13493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13493; }
p { color: rgb(177,52,147); }
H1.HeaderClassName
{
color: #B13493;
}
.AnyTagClassName
{
color: #B13493;
}
</style>
background-color css
<style>
a { background-color: #B13493; }
a { background-color: rgb(177,52,147); }
div.DivClassName
{
background-color: #B13493;
}
.BgClassName
{
background-color: #B13493;
}
</style>
border-color css
<style>
span { border-color: #B13493; }
span { border-color: rgb(177,52,147); }
td.TdClassName
{
border-color: #B13493;
}
.TagClassName
{
border-color: #B13493;
}
</style>