Shades of Medium Red Violet #B13B85
Tints of Medium Red Violet #B13B85
RGB
CMYK
RGB Variations
Color information
#B13B85 (or 0xB13B85) is known color: Medium Red Violet. HEX triplet: B1, 3B and 85. RGB value is (177,59,133). Sum of RGB (Red+Green+Blue) = 177+59+133=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 59 (23.44% from 255 or 15.99% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B85 is #4EC47A. Grayscale: #666666. Windows color (decimal): -5162107 or 8731569. OLE color: 8731569.
HSL color Cylindrical-coordinate representation of color #B13B85: hue angle of 322.37º 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 #B13B85 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 133 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.31 |
| HSL | 322.37º | 0.5% | 0.46% | - |
| HSV(B) | 322.37º | 0.67% | 0.69% | - |
| XYZ | 23.93 | 14.17 | 23.66 | - |
| YUV | 102.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 133 | 0 | 0.67 | 0.25 | 0.31 | 322.37 | 0.5 | 0.46 |
| Hex | B1 | 3B | 85 | 0 | 43 | 19 | 1F | 142 | 32 | 2E |
| Octal | 261 | 73 | 205 | 0 | 103 | 31 | 37 | 502 | 62 | 56 |
| Binary | 10110001 | 111011 | 10000101 | 0 | 1000011 | 11001 | 11111 | 101000010 | 110010 | 101110 |
Color Harmonies of #B13B85
Complementary color
Monochromatic Colors of #B13B85
Black with #B13B85
Text Example
Text Example
White with #B13B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B85; }
p { color: rgb(177,59,133); }
H1.HeaderClassName
{
color: #B13B85;
}
.AnyTagClassName
{
color: #B13B85;
}
</style>
background-color css
<style>
a { background-color: #B13B85; }
a { background-color: rgb(177,59,133); }
div.DivClassName
{
background-color: #B13B85;
}
.BgClassName
{
background-color: #B13B85;
}
</style>
border-color css
<style>
span { border-color: #B13B85; }
span { border-color: rgb(177,59,133); }
td.TdClassName
{
border-color: #B13B85;
}
.TagClassName
{
border-color: #B13B85;
}
</style>