Shades of Medium Violet Red #B1037B
Tints of Medium Violet Red #B1037B
RGB
CMYK
RGB Variations
Color information
#B1037B (or 0xB1037B) is known color: Medium Violet Red. HEX triplet: B1, 03 and 7B. RGB value is (177,3,123). Sum of RGB (Red+Green+Blue) = 177+3+123=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1037B is #4EFC84. Grayscale: #444444. Windows color (decimal): -5176453 or 8061873. OLE color: 8061873.
HSL color Cylindrical-coordinate representation of color #B1037B: hue angle of 318.62º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1037B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 123 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.31 |
| HSL | 318.62º | 0.97% | 0.35% | - |
| HSV(B) | 318.62º | 0.98% | 0.69% | - |
| XYZ | 21.74 | 10.84 | 19.69 | - |
| YUV | 68.71 | 158.65 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 123 | 0 | 0.98 | 0.31 | 0.31 | 318.62 | 0.97 | 0.35 |
| Hex | B1 | 3 | 7B | 0 | 62 | 1F | 1F | 13F | 61 | 23 |
| Octal | 261 | 3 | 173 | 0 | 142 | 37 | 37 | 477 | 141 | 43 |
| Binary | 10110001 | 11 | 1111011 | 0 | 1100010 | 11111 | 11111 | 100111111 | 1100001 | 100011 |
Color Harmonies of #B1037B
Complementary color
Monochromatic Colors of #B1037B
Black with #B1037B
Text Example
Text Example
White with #B1037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1037B; }
p { color: rgb(177,3,123); }
H1.HeaderClassName
{
color: #B1037B;
}
.AnyTagClassName
{
color: #B1037B;
}
</style>
background-color css
<style>
a { background-color: #B1037B; }
a { background-color: rgb(177,3,123); }
div.DivClassName
{
background-color: #B1037B;
}
.BgClassName
{
background-color: #B1037B;
}
</style>
border-color css
<style>
span { border-color: #B1037B; }
span { border-color: rgb(177,3,123); }
td.TdClassName
{
border-color: #B1037B;
}
.TagClassName
{
border-color: #B1037B;
}
</style>