Shades of Medium Red Violet #B1279D
Tints of Medium Red Violet #B1279D
RGB
CMYK
RGB Variations
Color information
#B1279D (or 0xB1279D) is known color: Medium Red Violet. HEX triplet: B1, 27 and 9D. RGB value is (177,39,157). Sum of RGB (Red+Green+Blue) = 177+39+157=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1279D is #4ED862. Grayscale: #5D5D5D. Windows color (decimal): -5167203 or 10299313. OLE color: 10299313.
HSL color Cylindrical-coordinate representation of color #B1279D: hue angle of 308.7º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1279D is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 157 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.31 |
| HSL | 308.7º | 0.64% | 0.42% | - |
| HSV(B) | 308.7º | 0.78% | 0.69% | - |
| XYZ | 24.94 | 13.23 | 33.14 | - |
| YUV | 93.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 157 | 0 | 0.78 | 0.11 | 0.31 | 308.7 | 0.64 | 0.42 |
| Hex | B1 | 27 | 9D | 0 | 4E | B | 1F | 135 | 40 | 2A |
| Octal | 261 | 47 | 235 | 0 | 116 | 13 | 37 | 465 | 100 | 52 |
| Binary | 10110001 | 100111 | 10011101 | 0 | 1001110 | 1011 | 11111 | 100110101 | 1000000 | 101010 |
Color Harmonies of #B1279D
Complementary color
Monochromatic Colors of #B1279D
Black with #B1279D
Text Example
Text Example
White with #B1279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1279D; }
p { color: rgb(177,39,157); }
H1.HeaderClassName
{
color: #B1279D;
}
.AnyTagClassName
{
color: #B1279D;
}
</style>
background-color css
<style>
a { background-color: #B1279D; }
a { background-color: rgb(177,39,157); }
div.DivClassName
{
background-color: #B1279D;
}
.BgClassName
{
background-color: #B1279D;
}
</style>
border-color css
<style>
span { border-color: #B1279D; }
span { border-color: rgb(177,39,157); }
td.TdClassName
{
border-color: #B1279D;
}
.TagClassName
{
border-color: #B1279D;
}
</style>