Shades of Medium Red Violet #B13999
Tints of Medium Red Violet #B13999
RGB
CMYK
RGB Variations
Color information
#B13999 (or 0xB13999) is known color: Medium Red Violet. HEX triplet: B1, 39 and 99. RGB value is (177,57,153). Sum of RGB (Red+Green+Blue) = 177+57+153=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B13999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13999 is #4EC666. Grayscale: #676767. Windows color (decimal): -5162599 or 10041777. OLE color: 10041777.
HSL color Cylindrical-coordinate representation of color #B13999: hue angle of 312º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13999 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 153 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.31 |
| HSL | 312º | 0.51% | 0.46% | - |
| HSV(B) | 312º | 0.68% | 0.69% | - |
| XYZ | 25.34 | 14.57 | 31.61 | - |
| YUV | 103.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 153 | 0 | 0.68 | 0.14 | 0.31 | 312 | 0.51 | 0.46 |
| Hex | B1 | 39 | 99 | 0 | 44 | E | 1F | 138 | 33 | 2E |
| Octal | 261 | 71 | 231 | 0 | 104 | 16 | 37 | 470 | 63 | 56 |
| Binary | 10110001 | 111001 | 10011001 | 0 | 1000100 | 1110 | 11111 | 100111000 | 110011 | 101110 |
Color Harmonies of #B13999
Complementary color
Monochromatic Colors of #B13999
Black with #B13999
Text Example
Text Example
White with #B13999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13999; }
p { color: rgb(177,57,153); }
H1.HeaderClassName
{
color: #B13999;
}
.AnyTagClassName
{
color: #B13999;
}
</style>
background-color css
<style>
a { background-color: #B13999; }
a { background-color: rgb(177,57,153); }
div.DivClassName
{
background-color: #B13999;
}
.BgClassName
{
background-color: #B13999;
}
</style>
border-color css
<style>
span { border-color: #B13999; }
span { border-color: rgb(177,57,153); }
td.TdClassName
{
border-color: #B13999;
}
.TagClassName
{
border-color: #B13999;
}
</style>