Shades of Medium Red Violet #B13A8D
Tints of Medium Red Violet #B13A8D
RGB
CMYK
RGB Variations
Color information
#B13A8D (or 0xB13A8D) is known color: Medium Red Violet. HEX triplet: B1, 3A and 8D. RGB value is (177,58,141). Sum of RGB (Red+Green+Blue) = 177+58+141=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A8D is #4EC572. Grayscale: #666666. Windows color (decimal): -5162355 or 9255601. OLE color: 9255601.
HSL color Cylindrical-coordinate representation of color #B13A8D: hue angle of 318.15º 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 #B13A8D is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 141 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.31 |
| HSL | 318.15º | 0.51% | 0.46% | - |
| HSV(B) | 318.15º | 0.67% | 0.69% | - |
| XYZ | 24.45 | 14.3 | 26.67 | - |
| YUV | 103.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 141 | 0 | 0.67 | 0.20 | 0.31 | 318.15 | 0.51 | 0.46 |
| Hex | B1 | 3A | 8D | 0 | 43 | 14 | 1F | 13E | 33 | 2E |
| Octal | 261 | 72 | 215 | 0 | 103 | 24 | 37 | 476 | 63 | 56 |
| Binary | 10110001 | 111010 | 10001101 | 0 | 1000011 | 10100 | 11111 | 100111110 | 110011 | 101110 |
Color Harmonies of #B13A8D
Complementary color
Monochromatic Colors of #B13A8D
Black with #B13A8D
Text Example
Text Example
White with #B13A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A8D; }
p { color: rgb(177,58,141); }
H1.HeaderClassName
{
color: #B13A8D;
}
.AnyTagClassName
{
color: #B13A8D;
}
</style>
background-color css
<style>
a { background-color: #B13A8D; }
a { background-color: rgb(177,58,141); }
div.DivClassName
{
background-color: #B13A8D;
}
.BgClassName
{
background-color: #B13A8D;
}
</style>
border-color css
<style>
span { border-color: #B13A8D; }
span { border-color: rgb(177,58,141); }
td.TdClassName
{
border-color: #B13A8D;
}
.TagClassName
{
border-color: #B13A8D;
}
</style>