Shades of Medium Red Violet #B1349F
Tints of Medium Red Violet #B1349F
RGB
CMYK
RGB Variations
Color information
#B1349F (or 0xB1349F) is known color: Medium Red Violet. HEX triplet: B1, 34 and 9F. RGB value is (177,52,159). Sum of RGB (Red+Green+Blue) = 177+52+159=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1349F is #4ECB60. Grayscale: #656565. Windows color (decimal): -5163873 or 10433713. OLE color: 10433713.
HSL color Cylindrical-coordinate representation of color #B1349F: hue angle of 308.64º 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 #B1349F is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 159 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.31 |
| HSL | 308.64º | 0.55% | 0.45% | - |
| HSV(B) | 308.64º | 0.71% | 0.69% | - |
| XYZ | 25.62 | 14.31 | 34.21 | - |
| YUV | 101.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 159 | 0 | 0.71 | 0.10 | 0.31 | 308.64 | 0.55 | 0.45 |
| Hex | B1 | 34 | 9F | 0 | 47 | A | 1F | 135 | 37 | 2D |
| Octal | 261 | 64 | 237 | 0 | 107 | 12 | 37 | 465 | 67 | 55 |
| Binary | 10110001 | 110100 | 10011111 | 0 | 1000111 | 1010 | 11111 | 100110101 | 110111 | 101101 |
Color Harmonies of #B1349F
Complementary color
Monochromatic Colors of #B1349F
Black with #B1349F
Text Example
Text Example
White with #B1349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1349F; }
p { color: rgb(177,52,159); }
H1.HeaderClassName
{
color: #B1349F;
}
.AnyTagClassName
{
color: #B1349F;
}
</style>
background-color css
<style>
a { background-color: #B1349F; }
a { background-color: rgb(177,52,159); }
div.DivClassName
{
background-color: #B1349F;
}
.BgClassName
{
background-color: #B1349F;
}
</style>
border-color css
<style>
span { border-color: #B1349F; }
span { border-color: rgb(177,52,159); }
td.TdClassName
{
border-color: #B1349F;
}
.TagClassName
{
border-color: #B1349F;
}
</style>