Shades of Medium Red Violet #B1278B
Tints of Medium Red Violet #B1278B
RGB
CMYK
RGB Variations
Color information
#B1278B (or 0xB1278B) is known color: Medium Red Violet. HEX triplet: B1, 27 and 8B. RGB value is (177,39,139). Sum of RGB (Red+Green+Blue) = 177+39+139=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1278B is #4ED874. Grayscale: #5B5B5B. Windows color (decimal): -5167221 or 9119665. OLE color: 9119665.
HSL color Cylindrical-coordinate representation of color #B1278B: hue angle of 316.52º 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 #B1278B is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 39 | 139 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.31 |
| HSL | 316.52º | 0.64% | 0.42% | - |
| HSV(B) | 316.52º | 0.78% | 0.69% | - |
| XYZ | 23.52 | 12.66 | 25.63 | - |
| YUV | 91.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 39 | 139 | 0 | 0.78 | 0.21 | 0.31 | 316.52 | 0.64 | 0.42 |
| Hex | B1 | 27 | 8B | 0 | 4E | 15 | 1F | 13D | 40 | 2A |
| Octal | 261 | 47 | 213 | 0 | 116 | 25 | 37 | 475 | 100 | 52 |
| Binary | 10110001 | 100111 | 10001011 | 0 | 1001110 | 10101 | 11111 | 100111101 | 1000000 | 101010 |
Color Harmonies of #B1278B
Complementary color
Monochromatic Colors of #B1278B
Black with #B1278B
Text Example
Text Example
White with #B1278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1278B; }
p { color: rgb(177,39,139); }
H1.HeaderClassName
{
color: #B1278B;
}
.AnyTagClassName
{
color: #B1278B;
}
</style>
background-color css
<style>
a { background-color: #B1278B; }
a { background-color: rgb(177,39,139); }
div.DivClassName
{
background-color: #B1278B;
}
.BgClassName
{
background-color: #B1278B;
}
</style>
border-color css
<style>
span { border-color: #B1278B; }
span { border-color: rgb(177,39,139); }
td.TdClassName
{
border-color: #B1278B;
}
.TagClassName
{
border-color: #B1278B;
}
</style>