Shades of Medium Red Violet #B13297
Tints of Medium Red Violet #B13297
RGB
CMYK
RGB Variations
Color information
#B13297 (or 0xB13297) is known color: Medium Red Violet. HEX triplet: B1, 32 and 97. RGB value is (177,50,151). Sum of RGB (Red+Green+Blue) = 177+50+151=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13297 is #4ECD68. Grayscale: #636363. Windows color (decimal): -5164393 or 9908913. OLE color: 9908913.
HSL color Cylindrical-coordinate representation of color #B13297: hue angle of 312.28º 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 #B13297 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 151 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.31 |
| HSL | 312.28º | 0.56% | 0.45% | - |
| HSV(B) | 312.28º | 0.72% | 0.69% | - |
| XYZ | 24.86 | 13.86 | 30.64 | - |
| YUV | 99.49 | 157.08 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 151 | 0 | 0.72 | 0.15 | 0.31 | 312.28 | 0.56 | 0.45 |
| Hex | B1 | 32 | 97 | 0 | 48 | F | 1F | 138 | 38 | 2D |
| Octal | 261 | 62 | 227 | 0 | 110 | 17 | 37 | 470 | 70 | 55 |
| Binary | 10110001 | 110010 | 10010111 | 0 | 1001000 | 1111 | 11111 | 100111000 | 111000 | 101101 |
Color Harmonies of #B13297
Complementary color
Monochromatic Colors of #B13297
Black with #B13297
Text Example
Text Example
White with #B13297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13297; }
p { color: rgb(177,50,151); }
H1.HeaderClassName
{
color: #B13297;
}
.AnyTagClassName
{
color: #B13297;
}
</style>
background-color css
<style>
a { background-color: #B13297; }
a { background-color: rgb(177,50,151); }
div.DivClassName
{
background-color: #B13297;
}
.BgClassName
{
background-color: #B13297;
}
</style>
border-color css
<style>
span { border-color: #B13297; }
span { border-color: rgb(177,50,151); }
td.TdClassName
{
border-color: #B13297;
}
.TagClassName
{
border-color: #B13297;
}
</style>