Shades of Medium Red Violet #B1328B
Tints of Medium Red Violet #B1328B
RGB
CMYK
RGB Variations
Color information
#B1328B (or 0xB1328B) is known color: Medium Red Violet. HEX triplet: B1, 32 and 8B. RGB value is (177,50,139). Sum of RGB (Red+Green+Blue) = 177+50+139=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1328B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1328B is #4ECD74. Grayscale: #616161. Windows color (decimal): -5164405 or 9122481. OLE color: 9122481.
HSL color Cylindrical-coordinate representation of color #B1328B: hue angle of 317.95º 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 #B1328B is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 139 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.31 |
| HSL | 317.95º | 0.56% | 0.45% | - |
| HSV(B) | 317.95º | 0.72% | 0.69% | - |
| XYZ | 23.93 | 13.49 | 25.77 | - |
| YUV | 98.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 139 | 0 | 0.72 | 0.21 | 0.31 | 317.95 | 0.56 | 0.45 |
| Hex | B1 | 32 | 8B | 0 | 48 | 15 | 1F | 13E | 38 | 2D |
| Octal | 261 | 62 | 213 | 0 | 110 | 25 | 37 | 476 | 70 | 55 |
| Binary | 10110001 | 110010 | 10001011 | 0 | 1001000 | 10101 | 11111 | 100111110 | 111000 | 101101 |
Color Harmonies of #B1328B
Complementary color
Monochromatic Colors of #B1328B
Black with #B1328B
Text Example
Text Example
White with #B1328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1328B; }
p { color: rgb(177,50,139); }
H1.HeaderClassName
{
color: #B1328B;
}
.AnyTagClassName
{
color: #B1328B;
}
</style>
background-color css
<style>
a { background-color: #B1328B; }
a { background-color: rgb(177,50,139); }
div.DivClassName
{
background-color: #B1328B;
}
.BgClassName
{
background-color: #B1328B;
}
</style>
border-color css
<style>
span { border-color: #B1328B; }
span { border-color: rgb(177,50,139); }
td.TdClassName
{
border-color: #B1328B;
}
.TagClassName
{
border-color: #B1328B;
}
</style>