Shades of Medium Red Violet #B1328E
Tints of Medium Red Violet #B1328E
RGB
CMYK
RGB Variations
Color information
#B1328E (or 0xB1328E) is known color: Medium Red Violet. HEX triplet: B1, 32 and 8E. RGB value is (177,50,142). Sum of RGB (Red+Green+Blue) = 177+50+142=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1328E is #4ECD71. Grayscale: #626262. Windows color (decimal): -5164402 or 9319089. OLE color: 9319089.
HSL color Cylindrical-coordinate representation of color #B1328E: hue angle of 316.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1328E is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 142 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.31 |
| HSL | 316.54º | 0.56% | 0.45% | - |
| HSV(B) | 316.54º | 0.72% | 0.69% | - |
| XYZ | 24.15 | 13.58 | 26.94 | - |
| YUV | 98.46 | 152.58 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 142 | 0 | 0.72 | 0.20 | 0.31 | 316.54 | 0.56 | 0.45 |
| Hex | B1 | 32 | 8E | 0 | 48 | 14 | 1F | 13D | 38 | 2D |
| Octal | 261 | 62 | 216 | 0 | 110 | 24 | 37 | 475 | 70 | 55 |
| Binary | 10110001 | 110010 | 10001110 | 0 | 1001000 | 10100 | 11111 | 100111101 | 111000 | 101101 |
Color Harmonies of #B1328E
Complementary color
Monochromatic Colors of #B1328E
Black with #B1328E
Text Example
Text Example
White with #B1328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1328E; }
p { color: rgb(177,50,142); }
H1.HeaderClassName
{
color: #B1328E;
}
.AnyTagClassName
{
color: #B1328E;
}
</style>
background-color css
<style>
a { background-color: #B1328E; }
a { background-color: rgb(177,50,142); }
div.DivClassName
{
background-color: #B1328E;
}
.BgClassName
{
background-color: #B1328E;
}
</style>
border-color css
<style>
span { border-color: #B1328E; }
span { border-color: rgb(177,50,142); }
td.TdClassName
{
border-color: #B1328E;
}
.TagClassName
{
border-color: #B1328E;
}
</style>