Shades of Medium Red Violet #B13B81
Tints of Medium Red Violet #B13B81
RGB
CMYK
RGB Variations
Color information
#B13B81 (or 0xB13B81) is known color: Medium Red Violet. HEX triplet: B1, 3B and 81. RGB value is (177,59,129). Sum of RGB (Red+Green+Blue) = 177+59+129=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B81 is #4EC47E. Grayscale: #666666. Windows color (decimal): -5162111 or 8469425. OLE color: 8469425.
HSL color Cylindrical-coordinate representation of color #B13B81: hue angle of 324.41º degrees, saturation: 0.5, 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 #B13B81 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 129 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.31 |
| HSL | 324.41º | 0.5% | 0.46% | - |
| HSV(B) | 324.41º | 0.67% | 0.69% | - |
| XYZ | 23.66 | 14.06 | 22.24 | - |
| YUV | 102.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 129 | 0 | 0.67 | 0.27 | 0.31 | 324.41 | 0.5 | 0.46 |
| Hex | B1 | 3B | 81 | 0 | 43 | 1B | 1F | 144 | 32 | 2E |
| Octal | 261 | 73 | 201 | 0 | 103 | 33 | 37 | 504 | 62 | 56 |
| Binary | 10110001 | 111011 | 10000001 | 0 | 1000011 | 11011 | 11111 | 101000100 | 110010 | 101110 |
Color Harmonies of #B13B81
Complementary color
Monochromatic Colors of #B13B81
Black with #B13B81
Text Example
Text Example
White with #B13B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B81; }
p { color: rgb(177,59,129); }
H1.HeaderClassName
{
color: #B13B81;
}
.AnyTagClassName
{
color: #B13B81;
}
</style>
background-color css
<style>
a { background-color: #B13B81; }
a { background-color: rgb(177,59,129); }
div.DivClassName
{
background-color: #B13B81;
}
.BgClassName
{
background-color: #B13B81;
}
</style>
border-color css
<style>
span { border-color: #B13B81; }
span { border-color: rgb(177,59,129); }
td.TdClassName
{
border-color: #B13B81;
}
.TagClassName
{
border-color: #B13B81;
}
</style>