Shades of Medium Red Violet #B1229B
Tints of Medium Red Violet #B1229B
RGB
CMYK
RGB Variations
Color information
#B1229B (or 0xB1229B) is known color: Medium Red Violet. HEX triplet: B1, 22 and 9B. RGB value is (177,34,155). Sum of RGB (Red+Green+Blue) = 177+34+155=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1229B is #4EDD64. Grayscale: #5A5A5A. Windows color (decimal): -5168485 or 10166961. OLE color: 10166961.
HSL color Cylindrical-coordinate representation of color #B1229B: hue angle of 309.23º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1229B is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 155 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.31 |
| HSL | 309.23º | 0.68% | 0.41% | - |
| HSV(B) | 309.23º | 0.81% | 0.69% | - |
| XYZ | 24.62 | 12.86 | 32.19 | - |
| YUV | 90.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 155 | 0 | 0.81 | 0.12 | 0.31 | 309.23 | 0.68 | 0.41 |
| Hex | B1 | 22 | 9B | 0 | 51 | C | 1F | 135 | 44 | 29 |
| Octal | 261 | 42 | 233 | 0 | 121 | 14 | 37 | 465 | 104 | 51 |
| Binary | 10110001 | 100010 | 10011011 | 0 | 1010001 | 1100 | 11111 | 100110101 | 1000100 | 101001 |
Color Harmonies of #B1229B
Complementary color
Monochromatic Colors of #B1229B
Black with #B1229B
Text Example
Text Example
White with #B1229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1229B; }
p { color: rgb(177,34,155); }
H1.HeaderClassName
{
color: #B1229B;
}
.AnyTagClassName
{
color: #B1229B;
}
</style>
background-color css
<style>
a { background-color: #B1229B; }
a { background-color: rgb(177,34,155); }
div.DivClassName
{
background-color: #B1229B;
}
.BgClassName
{
background-color: #B1229B;
}
</style>
border-color css
<style>
span { border-color: #B1229B; }
span { border-color: rgb(177,34,155); }
td.TdClassName
{
border-color: #B1229B;
}
.TagClassName
{
border-color: #B1229B;
}
</style>