Shades of Medium Violet Red #B1029B
Tints of Medium Violet Red #B1029B
RGB
CMYK
RGB Variations
Color information
#B1029B (or 0xB1029B) is known color: Medium Violet Red. HEX triplet: B1, 02 and 9B. RGB value is (177,2,155). Sum of RGB (Red+Green+Blue) = 177+2+155=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1029B is #4EFD64. Grayscale: #474747. Windows color (decimal): -5176677 or 10158769. OLE color: 10158769.
HSL color Cylindrical-coordinate representation of color #B1029B: hue angle of 307.54º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1029B is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.31 |
| HSL | 307.54º | 0.98% | 0.35% | - |
| HSV(B) | 307.54º | 0.99% | 0.69% | - |
| XYZ | 24.07 | 11.76 | 32.01 | - |
| YUV | 71.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 155 | 0 | 0.99 | 0.12 | 0.31 | 307.54 | 0.98 | 0.35 |
| Hex | B1 | 2 | 9B | 0 | 63 | C | 1F | 134 | 62 | 23 |
| Octal | 261 | 2 | 233 | 0 | 143 | 14 | 37 | 464 | 142 | 43 |
| Binary | 10110001 | 10 | 10011011 | 0 | 1100011 | 1100 | 11111 | 100110100 | 1100010 | 100011 |
Color Harmonies of #B1029B
Complementary color
Monochromatic Colors of #B1029B
Black with #B1029B
Text Example
Text Example
White with #B1029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1029B; }
p { color: rgb(177,2,155); }
H1.HeaderClassName
{
color: #B1029B;
}
.AnyTagClassName
{
color: #B1029B;
}
</style>
background-color css
<style>
a { background-color: #B1029B; }
a { background-color: rgb(177,2,155); }
div.DivClassName
{
background-color: #B1029B;
}
.BgClassName
{
background-color: #B1029B;
}
</style>
border-color css
<style>
span { border-color: #B1029B; }
span { border-color: rgb(177,2,155); }
td.TdClassName
{
border-color: #B1029B;
}
.TagClassName
{
border-color: #B1029B;
}
</style>