Shades of Medium Red Violet #B13D9C
Tints of Medium Red Violet #B13D9C
RGB
CMYK
RGB Variations
Color information
#B13D9C (or 0xB13D9C) is known color: Medium Red Violet. HEX triplet: B1, 3D and 9C. RGB value is (177,61,156). Sum of RGB (Red+Green+Blue) = 177+61+156=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D9C is #4EC263. Grayscale: #6A6A6A. Windows color (decimal): -5161572 or 10239409. OLE color: 10239409.
HSL color Cylindrical-coordinate representation of color #B13D9C: hue angle of 310.86º 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 #B13D9C is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 156 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.31 |
| HSL | 310.86º | 0.49% | 0.47% | - |
| HSV(B) | 310.86º | 0.66% | 0.69% | - |
| XYZ | 25.8 | 15.08 | 33 | - |
| YUV | 106.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 156 | 0 | 0.66 | 0.12 | 0.31 | 310.86 | 0.49 | 0.47 |
| Hex | B1 | 3D | 9C | 0 | 42 | C | 1F | 137 | 31 | 2F |
| Octal | 261 | 75 | 234 | 0 | 102 | 14 | 37 | 467 | 61 | 57 |
| Binary | 10110001 | 111101 | 10011100 | 0 | 1000010 | 1100 | 11111 | 100110111 | 110001 | 101111 |
Color Harmonies of #B13D9C
Complementary color
Monochromatic Colors of #B13D9C
Black with #B13D9C
Text Example
Text Example
White with #B13D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D9C; }
p { color: rgb(177,61,156); }
H1.HeaderClassName
{
color: #B13D9C;
}
.AnyTagClassName
{
color: #B13D9C;
}
</style>
background-color css
<style>
a { background-color: #B13D9C; }
a { background-color: rgb(177,61,156); }
div.DivClassName
{
background-color: #B13D9C;
}
.BgClassName
{
background-color: #B13D9C;
}
</style>
border-color css
<style>
span { border-color: #B13D9C; }
span { border-color: rgb(177,61,156); }
td.TdClassName
{
border-color: #B13D9C;
}
.TagClassName
{
border-color: #B13D9C;
}
</style>