Shades of Medium Red Violet #B13A8B
Tints of Medium Red Violet #B13A8B
RGB
CMYK
RGB Variations
Color information
#B13A8B (or 0xB13A8B) is known color: Medium Red Violet. HEX triplet: B1, 3A and 8B. RGB value is (177,58,139). Sum of RGB (Red+Green+Blue) = 177+58+139=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A8B is #4EC574. Grayscale: #666666. Windows color (decimal): -5162357 or 9124529. OLE color: 9124529.
HSL color Cylindrical-coordinate representation of color #B13A8B: hue angle of 319.16º 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 #B13A8B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 139 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.31 |
| HSL | 319.16º | 0.51% | 0.46% | - |
| HSV(B) | 319.16º | 0.67% | 0.69% | - |
| XYZ | 24.3 | 14.24 | 25.89 | - |
| YUV | 102.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 139 | 0 | 0.67 | 0.21 | 0.31 | 319.16 | 0.51 | 0.46 |
| Hex | B1 | 3A | 8B | 0 | 43 | 15 | 1F | 13F | 33 | 2E |
| Octal | 261 | 72 | 213 | 0 | 103 | 25 | 37 | 477 | 63 | 56 |
| Binary | 10110001 | 111010 | 10001011 | 0 | 1000011 | 10101 | 11111 | 100111111 | 110011 | 101110 |
Color Harmonies of #B13A8B
Complementary color
Monochromatic Colors of #B13A8B
Black with #B13A8B
Text Example
Text Example
White with #B13A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A8B; }
p { color: rgb(177,58,139); }
H1.HeaderClassName
{
color: #B13A8B;
}
.AnyTagClassName
{
color: #B13A8B;
}
</style>
background-color css
<style>
a { background-color: #B13A8B; }
a { background-color: rgb(177,58,139); }
div.DivClassName
{
background-color: #B13A8B;
}
.BgClassName
{
background-color: #B13A8B;
}
</style>
border-color css
<style>
span { border-color: #B13A8B; }
span { border-color: rgb(177,58,139); }
td.TdClassName
{
border-color: #B13A8B;
}
.TagClassName
{
border-color: #B13A8B;
}
</style>