Shades of Medium Red Violet #B13D83
Tints of Medium Red Violet #B13D83
RGB
CMYK
RGB Variations
Color information
#B13D83 (or 0xB13D83) is known color: Medium Red Violet. HEX triplet: B1, 3D and 83. RGB value is (177,61,131). Sum of RGB (Red+Green+Blue) = 177+61+131=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D83 is #4EC27C. Grayscale: #676767. Windows color (decimal): -5161597 or 8601009. OLE color: 8601009.
HSL color Cylindrical-coordinate representation of color #B13D83: hue angle of 323.79º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D83 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 131 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.31 |
| HSL | 323.79º | 0.49% | 0.47% | - |
| HSV(B) | 323.79º | 0.66% | 0.69% | - |
| XYZ | 23.9 | 14.32 | 22.98 | - |
| YUV | 103.66 | 143.43 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 131 | 0 | 0.66 | 0.26 | 0.31 | 323.79 | 0.49 | 0.47 |
| Hex | B1 | 3D | 83 | 0 | 42 | 1A | 1F | 144 | 31 | 2F |
| Octal | 261 | 75 | 203 | 0 | 102 | 32 | 37 | 504 | 61 | 57 |
| Binary | 10110001 | 111101 | 10000011 | 0 | 1000010 | 11010 | 11111 | 101000100 | 110001 | 101111 |
Color Harmonies of #B13D83
Complementary color
Monochromatic Colors of #B13D83
Black with #B13D83
Text Example
Text Example
White with #B13D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D83; }
p { color: rgb(177,61,131); }
H1.HeaderClassName
{
color: #B13D83;
}
.AnyTagClassName
{
color: #B13D83;
}
</style>
background-color css
<style>
a { background-color: #B13D83; }
a { background-color: rgb(177,61,131); }
div.DivClassName
{
background-color: #B13D83;
}
.BgClassName
{
background-color: #B13D83;
}
</style>
border-color css
<style>
span { border-color: #B13D83; }
span { border-color: rgb(177,61,131); }
td.TdClassName
{
border-color: #B13D83;
}
.TagClassName
{
border-color: #B13D83;
}
</style>