Shades of Medium Red Violet #B13E8B
Tints of Medium Red Violet #B13E8B
RGB
CMYK
RGB Variations
Color information
#B13E8B (or 0xB13E8B) is known color: Medium Red Violet. HEX triplet: B1, 3E and 8B. RGB value is (177,62,139). Sum of RGB (Red+Green+Blue) = 177+62+139=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13E8B is #4EC174. Grayscale: #686868. Windows color (decimal): -5161333 or 9125553. OLE color: 9125553.
HSL color Cylindrical-coordinate representation of color #B13E8B: hue angle of 319.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E8B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 139 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.31 |
| HSL | 319.83º | 0.48% | 0.47% | - |
| HSV(B) | 319.83º | 0.65% | 0.69% | - |
| XYZ | 24.51 | 14.66 | 25.96 | - |
| YUV | 105.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 139 | 0 | 0.65 | 0.21 | 0.31 | 319.83 | 0.48 | 0.47 |
| Hex | B1 | 3E | 8B | 0 | 41 | 15 | 1F | 140 | 30 | 2F |
| Octal | 261 | 76 | 213 | 0 | 101 | 25 | 37 | 500 | 60 | 57 |
| Binary | 10110001 | 111110 | 10001011 | 0 | 1000001 | 10101 | 11111 | 101000000 | 110000 | 101111 |
Color Harmonies of #B13E8B
Complementary color
Monochromatic Colors of #B13E8B
Black with #B13E8B
Text Example
Text Example
White with #B13E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E8B; }
p { color: rgb(177,62,139); }
H1.HeaderClassName
{
color: #B13E8B;
}
.AnyTagClassName
{
color: #B13E8B;
}
</style>
background-color css
<style>
a { background-color: #B13E8B; }
a { background-color: rgb(177,62,139); }
div.DivClassName
{
background-color: #B13E8B;
}
.BgClassName
{
background-color: #B13E8B;
}
</style>
border-color css
<style>
span { border-color: #B13E8B; }
span { border-color: rgb(177,62,139); }
td.TdClassName
{
border-color: #B13E8B;
}
.TagClassName
{
border-color: #B13E8B;
}
</style>