Shades of Medium Red Violet #B13D93
Tints of Medium Red Violet #B13D93
RGB
CMYK
RGB Variations
Color information
#B13D93 (or 0xB13D93) is known color: Medium Red Violet. HEX triplet: B1, 3D and 93. RGB value is (177,61,147). Sum of RGB (Red+Green+Blue) = 177+61+147=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D93 is #4EC26C. Grayscale: #696969. Windows color (decimal): -5161581 or 9649585. OLE color: 9649585.
HSL color Cylindrical-coordinate representation of color #B13D93: hue angle of 315.52º 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 #B13D93 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 147 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.31 |
| HSL | 315.52º | 0.49% | 0.47% | - |
| HSV(B) | 315.52º | 0.66% | 0.69% | - |
| XYZ | 25.07 | 14.79 | 29.14 | - |
| YUV | 105.49 | 151.43 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 147 | 0 | 0.66 | 0.17 | 0.31 | 315.52 | 0.49 | 0.47 |
| Hex | B1 | 3D | 93 | 0 | 42 | 11 | 1F | 13C | 31 | 2F |
| Octal | 261 | 75 | 223 | 0 | 102 | 21 | 37 | 474 | 61 | 57 |
| Binary | 10110001 | 111101 | 10010011 | 0 | 1000010 | 10001 | 11111 | 100111100 | 110001 | 101111 |
Color Harmonies of #B13D93
Complementary color
Monochromatic Colors of #B13D93
Black with #B13D93
Text Example
Text Example
White with #B13D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D93; }
p { color: rgb(177,61,147); }
H1.HeaderClassName
{
color: #B13D93;
}
.AnyTagClassName
{
color: #B13D93;
}
</style>
background-color css
<style>
a { background-color: #B13D93; }
a { background-color: rgb(177,61,147); }
div.DivClassName
{
background-color: #B13D93;
}
.BgClassName
{
background-color: #B13D93;
}
</style>
border-color css
<style>
span { border-color: #B13D93; }
span { border-color: rgb(177,61,147); }
td.TdClassName
{
border-color: #B13D93;
}
.TagClassName
{
border-color: #B13D93;
}
</style>