Shades of Medium Violet Red #B1039C
Tints of Medium Violet Red #B1039C
RGB
CMYK
RGB Variations
Color information
#B1039C (or 0xB1039C) is known color: Medium Violet Red. HEX triplet: B1, 03 and 9C. RGB value is (177,3,156). Sum of RGB (Red+Green+Blue) = 177+3+156=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1039C is #4EFC63. Grayscale: #484848. Windows color (decimal): -5176420 or 10224561. OLE color: 10224561.
HSL color Cylindrical-coordinate representation of color #B1039C: hue angle of 307.24º 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 #B1039C is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.31 |
| HSL | 307.24º | 0.97% | 0.35% | - |
| HSV(B) | 307.24º | 0.98% | 0.69% | - |
| XYZ | 24.16 | 11.81 | 32.46 | - |
| YUV | 72.47 | 175.15 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 3 | 156 | 0 | 0.98 | 0.12 | 0.31 | 307.24 | 0.97 | 0.35 |
| Hex | B1 | 3 | 9C | 0 | 62 | C | 1F | 133 | 61 | 23 |
| Octal | 261 | 3 | 234 | 0 | 142 | 14 | 37 | 463 | 141 | 43 |
| Binary | 10110001 | 11 | 10011100 | 0 | 1100010 | 1100 | 11111 | 100110011 | 1100001 | 100011 |
Color Harmonies of #B1039C
Complementary color
Monochromatic Colors of #B1039C
Black with #B1039C
Text Example
Text Example
White with #B1039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1039C; }
p { color: rgb(177,3,156); }
H1.HeaderClassName
{
color: #B1039C;
}
.AnyTagClassName
{
color: #B1039C;
}
</style>
background-color css
<style>
a { background-color: #B1039C; }
a { background-color: rgb(177,3,156); }
div.DivClassName
{
background-color: #B1039C;
}
.BgClassName
{
background-color: #B1039C;
}
</style>
border-color css
<style>
span { border-color: #B1039C; }
span { border-color: rgb(177,3,156); }
td.TdClassName
{
border-color: #B1039C;
}
.TagClassName
{
border-color: #B1039C;
}
</style>