Shades of Medium Red Violet #B13A8F
Tints of Medium Red Violet #B13A8F
RGB
CMYK
RGB Variations
Color information
#B13A8F (or 0xB13A8F) is known color: Medium Red Violet. HEX triplet: B1, 3A and 8F. RGB value is (177,58,143). Sum of RGB (Red+Green+Blue) = 177+58+143=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A8F is #4EC570. Grayscale: #676767. Windows color (decimal): -5162353 or 9386673. OLE color: 9386673.
HSL color Cylindrical-coordinate representation of color #B13A8F: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13A8F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 143 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.31 |
| HSL | 317.14º | 0.51% | 0.46% | - |
| HSV(B) | 317.14º | 0.67% | 0.69% | - |
| XYZ | 24.6 | 14.36 | 27.46 | - |
| YUV | 103.27 | 150.42 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 143 | 0 | 0.67 | 0.19 | 0.31 | 317.14 | 0.51 | 0.46 |
| Hex | B1 | 3A | 8F | 0 | 43 | 13 | 1F | 13D | 33 | 2E |
| Octal | 261 | 72 | 217 | 0 | 103 | 23 | 37 | 475 | 63 | 56 |
| Binary | 10110001 | 111010 | 10001111 | 0 | 1000011 | 10011 | 11111 | 100111101 | 110011 | 101110 |
Color Harmonies of #B13A8F
Complementary color
Monochromatic Colors of #B13A8F
Black with #B13A8F
Text Example
Text Example
White with #B13A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A8F; }
p { color: rgb(177,58,143); }
H1.HeaderClassName
{
color: #B13A8F;
}
.AnyTagClassName
{
color: #B13A8F;
}
</style>
background-color css
<style>
a { background-color: #B13A8F; }
a { background-color: rgb(177,58,143); }
div.DivClassName
{
background-color: #B13A8F;
}
.BgClassName
{
background-color: #B13A8F;
}
</style>
border-color css
<style>
span { border-color: #B13A8F; }
span { border-color: rgb(177,58,143); }
td.TdClassName
{
border-color: #B13A8F;
}
.TagClassName
{
border-color: #B13A8F;
}
</style>