Shades of Medium Red Violet #B1337E
Tints of Medium Red Violet #B1337E
RGB
CMYK
RGB Variations
Color information
#B1337E (or 0xB1337E) is known color: Medium Red Violet. HEX triplet: B1, 33 and 7E. RGB value is (177,51,126). Sum of RGB (Red+Green+Blue) = 177+51+126=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1337E is #4ECC81. Grayscale: #616161. Windows color (decimal): -5164162 or 8270769. OLE color: 8270769.
HSL color Cylindrical-coordinate representation of color #B1337E: hue angle of 324.29º 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 #B1337E is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 126 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.31 |
| HSL | 324.29º | 0.55% | 0.45% | - |
| HSV(B) | 324.29º | 0.71% | 0.69% | - |
| XYZ | 23.08 | 13.22 | 21.07 | - |
| YUV | 97.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 126 | 0 | 0.71 | 0.29 | 0.31 | 324.29 | 0.55 | 0.45 |
| Hex | B1 | 33 | 7E | 0 | 47 | 1D | 1F | 144 | 37 | 2D |
| Octal | 261 | 63 | 176 | 0 | 107 | 35 | 37 | 504 | 67 | 55 |
| Binary | 10110001 | 110011 | 1111110 | 0 | 1000111 | 11101 | 11111 | 101000100 | 110111 | 101101 |
Color Harmonies of #B1337E
Complementary color
Monochromatic Colors of #B1337E
Black with #B1337E
Text Example
Text Example
White with #B1337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1337E; }
p { color: rgb(177,51,126); }
H1.HeaderClassName
{
color: #B1337E;
}
.AnyTagClassName
{
color: #B1337E;
}
</style>
background-color css
<style>
a { background-color: #B1337E; }
a { background-color: rgb(177,51,126); }
div.DivClassName
{
background-color: #B1337E;
}
.BgClassName
{
background-color: #B1337E;
}
</style>
border-color css
<style>
span { border-color: #B1337E; }
span { border-color: rgb(177,51,126); }
td.TdClassName
{
border-color: #B1337E;
}
.TagClassName
{
border-color: #B1337E;
}
</style>