Shades of Medium Red Violet #B1348D
Tints of Medium Red Violet #B1348D
RGB
CMYK
RGB Variations
Color information
#B1348D (or 0xB1348D) is known color: Medium Red Violet. HEX triplet: B1, 34 and 8D. RGB value is (177,52,141). Sum of RGB (Red+Green+Blue) = 177+52+141=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1348D is #4ECB72. Grayscale: #636363. Windows color (decimal): -5163891 or 9254065. OLE color: 9254065.
HSL color Cylindrical-coordinate representation of color #B1348D: hue angle of 317.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1348D is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 141 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.31 |
| HSL | 317.28º | 0.55% | 0.45% | - |
| HSV(B) | 317.28º | 0.71% | 0.69% | - |
| XYZ | 24.17 | 13.73 | 26.57 | - |
| YUV | 99.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 141 | 0 | 0.71 | 0.20 | 0.31 | 317.28 | 0.55 | 0.45 |
| Hex | B1 | 34 | 8D | 0 | 47 | 14 | 1F | 13D | 37 | 2D |
| Octal | 261 | 64 | 215 | 0 | 107 | 24 | 37 | 475 | 67 | 55 |
| Binary | 10110001 | 110100 | 10001101 | 0 | 1000111 | 10100 | 11111 | 100111101 | 110111 | 101101 |
Color Harmonies of #B1348D
Complementary color
Monochromatic Colors of #B1348D
Black with #B1348D
Text Example
Text Example
White with #B1348D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1348D; }
p { color: rgb(177,52,141); }
H1.HeaderClassName
{
color: #B1348D;
}
.AnyTagClassName
{
color: #B1348D;
}
</style>
background-color css
<style>
a { background-color: #B1348D; }
a { background-color: rgb(177,52,141); }
div.DivClassName
{
background-color: #B1348D;
}
.BgClassName
{
background-color: #B1348D;
}
</style>
border-color css
<style>
span { border-color: #B1348D; }
span { border-color: rgb(177,52,141); }
td.TdClassName
{
border-color: #B1348D;
}
.TagClassName
{
border-color: #B1348D;
}
</style>