Shades of Medium Red Violet #B1337C
Tints of Medium Red Violet #B1337C
RGB
CMYK
RGB Variations
Color information
#B1337C (or 0xB1337C) is known color: Medium Red Violet. HEX triplet: B1, 33 and 7C. RGB value is (177,51,124). Sum of RGB (Red+Green+Blue) = 177+51+124=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1337C is #4ECC83. Grayscale: #606060. Windows color (decimal): -5164164 or 8139697. OLE color: 8139697.
HSL color Cylindrical-coordinate representation of color #B1337C: hue angle of 325.24º 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 #B1337C is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 124 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.31 |
| HSL | 325.24º | 0.55% | 0.45% | - |
| HSV(B) | 325.24º | 0.71% | 0.69% | - |
| XYZ | 22.95 | 13.17 | 20.4 | - |
| YUV | 97 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 124 | 0 | 0.71 | 0.30 | 0.31 | 325.24 | 0.55 | 0.45 |
| Hex | B1 | 33 | 7C | 0 | 47 | 1E | 1F | 145 | 37 | 2D |
| Octal | 261 | 63 | 174 | 0 | 107 | 36 | 37 | 505 | 67 | 55 |
| Binary | 10110001 | 110011 | 1111100 | 0 | 1000111 | 11110 | 11111 | 101000101 | 110111 | 101101 |
Color Harmonies of #B1337C
Complementary color
Monochromatic Colors of #B1337C
Black with #B1337C
Text Example
Text Example
White with #B1337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1337C; }
p { color: rgb(177,51,124); }
H1.HeaderClassName
{
color: #B1337C;
}
.AnyTagClassName
{
color: #B1337C;
}
</style>
background-color css
<style>
a { background-color: #B1337C; }
a { background-color: rgb(177,51,124); }
div.DivClassName
{
background-color: #B1337C;
}
.BgClassName
{
background-color: #B1337C;
}
</style>
border-color css
<style>
span { border-color: #B1337C; }
span { border-color: rgb(177,51,124); }
td.TdClassName
{
border-color: #B1337C;
}
.TagClassName
{
border-color: #B1337C;
}
</style>