Shades of Medium Red Violet #B13F99
Tints of Medium Red Violet #B13F99
RGB
CMYK
RGB Variations
Color information
#B13F99 (or 0xB13F99) is known color: Medium Red Violet. HEX triplet: B1, 3F and 99. RGB value is (177,63,153). Sum of RGB (Red+Green+Blue) = 177+63+153=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13F99 is #4EC066. Grayscale: #6B6B6B. Windows color (decimal): -5161063 or 10043313. OLE color: 10043313.
HSL color Cylindrical-coordinate representation of color #B13F99: hue angle of 312.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F99 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 153 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.31 |
| HSL | 312.63º | 0.48% | 0.47% | - |
| HSV(B) | 312.63º | 0.64% | 0.69% | - |
| XYZ | 25.66 | 15.2 | 31.72 | - |
| YUV | 107.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 153 | 0 | 0.64 | 0.14 | 0.31 | 312.63 | 0.48 | 0.47 |
| Hex | B1 | 3F | 99 | 0 | 40 | E | 1F | 139 | 30 | 2F |
| Octal | 261 | 77 | 231 | 0 | 100 | 16 | 37 | 471 | 60 | 57 |
| Binary | 10110001 | 111111 | 10011001 | 0 | 1000000 | 1110 | 11111 | 100111001 | 110000 | 101111 |
Color Harmonies of #B13F99
Complementary color
Monochromatic Colors of #B13F99
Black with #B13F99
Text Example
Text Example
White with #B13F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F99; }
p { color: rgb(177,63,153); }
H1.HeaderClassName
{
color: #B13F99;
}
.AnyTagClassName
{
color: #B13F99;
}
</style>
background-color css
<style>
a { background-color: #B13F99; }
a { background-color: rgb(177,63,153); }
div.DivClassName
{
background-color: #B13F99;
}
.BgClassName
{
background-color: #B13F99;
}
</style>
border-color css
<style>
span { border-color: #B13F99; }
span { border-color: rgb(177,63,153); }
td.TdClassName
{
border-color: #B13F99;
}
.TagClassName
{
border-color: #B13F99;
}
</style>