Shades of Medium Red Violet #B13375
Tints of Medium Red Violet #B13375
RGB
CMYK
RGB Variations
Color information
#B13375 (or 0xB13375) is known color: Medium Red Violet. HEX triplet: B1, 33 and 75. RGB value is (177,51,117). Sum of RGB (Red+Green+Blue) = 177+51+117=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13375 is #4ECC8A. Grayscale: #606060. Windows color (decimal): -5164171 or 7680945. OLE color: 7680945.
HSL color Cylindrical-coordinate representation of color #B13375: hue angle of 328.57º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13375 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 117 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.31 |
| HSL | 328.57º | 0.55% | 0.45% | - |
| HSV(B) | 328.57º | 0.71% | 0.69% | - |
| XYZ | 22.53 | 13 | 18.15 | - |
| YUV | 96.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 117 | 0 | 0.71 | 0.34 | 0.31 | 328.57 | 0.55 | 0.45 |
| Hex | B1 | 33 | 75 | 0 | 47 | 22 | 1F | 149 | 37 | 2D |
| Octal | 261 | 63 | 165 | 0 | 107 | 42 | 37 | 511 | 67 | 55 |
| Binary | 10110001 | 110011 | 1110101 | 0 | 1000111 | 100010 | 11111 | 101001001 | 110111 | 101101 |
Color Harmonies of #B13375
Complementary color
Monochromatic Colors of #B13375
Black with #B13375
Text Example
Text Example
White with #B13375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13375; }
p { color: rgb(177,51,117); }
H1.HeaderClassName
{
color: #B13375;
}
.AnyTagClassName
{
color: #B13375;
}
</style>
background-color css
<style>
a { background-color: #B13375; }
a { background-color: rgb(177,51,117); }
div.DivClassName
{
background-color: #B13375;
}
.BgClassName
{
background-color: #B13375;
}
</style>
border-color css
<style>
span { border-color: #B13375; }
span { border-color: rgb(177,51,117); }
td.TdClassName
{
border-color: #B13375;
}
.TagClassName
{
border-color: #B13375;
}
</style>