Shades of Medium Red Violet #B1329A
Tints of Medium Red Violet #B1329A
RGB
CMYK
RGB Variations
Color information
#B1329A (or 0xB1329A) is known color: Medium Red Violet. HEX triplet: B1, 32 and 9A. RGB value is (177,50,154). Sum of RGB (Red+Green+Blue) = 177+50+154=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1329A is #4ECD65. Grayscale: #636363. Windows color (decimal): -5164390 or 10105521. OLE color: 10105521.
HSL color Cylindrical-coordinate representation of color #B1329A: hue angle of 310.87º 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 #B1329A is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 154 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.31 |
| HSL | 310.87º | 0.56% | 0.45% | - |
| HSV(B) | 310.87º | 0.72% | 0.69% | - |
| XYZ | 25.1 | 13.96 | 31.94 | - |
| YUV | 99.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 154 | 0 | 0.72 | 0.13 | 0.31 | 310.87 | 0.56 | 0.45 |
| Hex | B1 | 32 | 9A | 0 | 48 | D | 1F | 137 | 38 | 2D |
| Octal | 261 | 62 | 232 | 0 | 110 | 15 | 37 | 467 | 70 | 55 |
| Binary | 10110001 | 110010 | 10011010 | 0 | 1001000 | 1101 | 11111 | 100110111 | 111000 | 101101 |
Color Harmonies of #B1329A
Complementary color
Monochromatic Colors of #B1329A
Black with #B1329A
Text Example
Text Example
White with #B1329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1329A; }
p { color: rgb(177,50,154); }
H1.HeaderClassName
{
color: #B1329A;
}
.AnyTagClassName
{
color: #B1329A;
}
</style>
background-color css
<style>
a { background-color: #B1329A; }
a { background-color: rgb(177,50,154); }
div.DivClassName
{
background-color: #B1329A;
}
.BgClassName
{
background-color: #B1329A;
}
</style>
border-color css
<style>
span { border-color: #B1329A; }
span { border-color: rgb(177,50,154); }
td.TdClassName
{
border-color: #B1329A;
}
.TagClassName
{
border-color: #B1329A;
}
</style>