Shades of Medium Red Violet #B1448B
Tints of Medium Red Violet #B1448B
RGB
CMYK
RGB Variations
Color information
#B1448B (or 0xB1448B) is known color: Medium Red Violet. HEX triplet: B1, 44 and 8B. RGB value is (177,68,139). Sum of RGB (Red+Green+Blue) = 177+68+139=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1448B is #4EBB74. Grayscale: #6C6C6C. Windows color (decimal): -5159797 or 9127089. OLE color: 9127089.
HSL color Cylindrical-coordinate representation of color #B1448B: hue angle of 320.92º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1448B is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 139 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.31 |
| HSL | 320.92º | 0.44% | 0.48% | - |
| HSV(B) | 320.92º | 0.62% | 0.69% | - |
| XYZ | 24.86 | 15.35 | 26.08 | - |
| YUV | 108.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 139 | 0 | 0.62 | 0.21 | 0.31 | 320.92 | 0.44 | 0.48 |
| Hex | B1 | 44 | 8B | 0 | 3E | 15 | 1F | 141 | 2C | 30 |
| Octal | 261 | 104 | 213 | 0 | 76 | 25 | 37 | 501 | 54 | 60 |
| Binary | 10110001 | 1000100 | 10001011 | 0 | 111110 | 10101 | 11111 | 101000001 | 101100 | 110000 |
Color Harmonies of #B1448B
Complementary color
Monochromatic Colors of #B1448B
Black with #B1448B
Text Example
Text Example
White with #B1448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1448B; }
p { color: rgb(177,68,139); }
H1.HeaderClassName
{
color: #B1448B;
}
.AnyTagClassName
{
color: #B1448B;
}
</style>
background-color css
<style>
a { background-color: #B1448B; }
a { background-color: rgb(177,68,139); }
div.DivClassName
{
background-color: #B1448B;
}
.BgClassName
{
background-color: #B1448B;
}
</style>
border-color css
<style>
span { border-color: #B1448B; }
span { border-color: rgb(177,68,139); }
td.TdClassName
{
border-color: #B1448B;
}
.TagClassName
{
border-color: #B1448B;
}
</style>