Shades of Medium Red Violet #B1287D
Tints of Medium Red Violet #B1287D
RGB
CMYK
RGB Variations
Color information
#B1287D (or 0xB1287D) is known color: Medium Red Violet. HEX triplet: B1, 28 and 7D. RGB value is (177,40,125). Sum of RGB (Red+Green+Blue) = 177+40+125=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1287D is #4ED782. Grayscale: #5A5A5A. Windows color (decimal): -5166979 or 8202417. OLE color: 8202417.
HSL color Cylindrical-coordinate representation of color #B1287D: hue angle of 322.77º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1287D is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 125 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.31 |
| HSL | 322.77º | 0.63% | 0.43% | - |
| HSV(B) | 322.77º | 0.77% | 0.69% | - |
| XYZ | 22.59 | 12.35 | 20.59 | - |
| YUV | 90.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 125 | 0 | 0.77 | 0.29 | 0.31 | 322.77 | 0.63 | 0.43 |
| Hex | B1 | 28 | 7D | 0 | 4D | 1D | 1F | 143 | 3F | 2B |
| Octal | 261 | 50 | 175 | 0 | 115 | 35 | 37 | 503 | 77 | 53 |
| Binary | 10110001 | 101000 | 1111101 | 0 | 1001101 | 11101 | 11111 | 101000011 | 111111 | 101011 |
Color Harmonies of #B1287D
Complementary color
Monochromatic Colors of #B1287D
Black with #B1287D
Text Example
Text Example
White with #B1287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1287D; }
p { color: rgb(177,40,125); }
H1.HeaderClassName
{
color: #B1287D;
}
.AnyTagClassName
{
color: #B1287D;
}
</style>
background-color css
<style>
a { background-color: #B1287D; }
a { background-color: rgb(177,40,125); }
div.DivClassName
{
background-color: #B1287D;
}
.BgClassName
{
background-color: #B1287D;
}
</style>
border-color css
<style>
span { border-color: #B1287D; }
span { border-color: rgb(177,40,125); }
td.TdClassName
{
border-color: #B1287D;
}
.TagClassName
{
border-color: #B1287D;
}
</style>