Shades of Medium Red Violet #B1347F
Tints of Medium Red Violet #B1347F
RGB
CMYK
RGB Variations
Color information
#B1347F (or 0xB1347F) is known color: Medium Red Violet. HEX triplet: B1, 34 and 7F. RGB value is (177,52,127). Sum of RGB (Red+Green+Blue) = 177+52+127=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1347F is #4ECB80. Grayscale: #616161. Windows color (decimal): -5163905 or 8336561. OLE color: 8336561.
HSL color Cylindrical-coordinate representation of color #B1347F: hue angle of 324º 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 #B1347F is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 127 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.31 |
| HSL | 324º | 0.55% | 0.45% | - |
| HSV(B) | 324º | 0.71% | 0.69% | - |
| XYZ | 23.19 | 13.34 | 21.43 | - |
| YUV | 97.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 127 | 0 | 0.71 | 0.28 | 0.31 | 324 | 0.55 | 0.45 |
| Hex | B1 | 34 | 7F | 0 | 47 | 1C | 1F | 144 | 37 | 2D |
| Octal | 261 | 64 | 177 | 0 | 107 | 34 | 37 | 504 | 67 | 55 |
| Binary | 10110001 | 110100 | 1111111 | 0 | 1000111 | 11100 | 11111 | 101000100 | 110111 | 101101 |
Color Harmonies of #B1347F
Complementary color
Monochromatic Colors of #B1347F
Black with #B1347F
Text Example
Text Example
White with #B1347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1347F; }
p { color: rgb(177,52,127); }
H1.HeaderClassName
{
color: #B1347F;
}
.AnyTagClassName
{
color: #B1347F;
}
</style>
background-color css
<style>
a { background-color: #B1347F; }
a { background-color: rgb(177,52,127); }
div.DivClassName
{
background-color: #B1347F;
}
.BgClassName
{
background-color: #B1347F;
}
</style>
border-color css
<style>
span { border-color: #B1347F; }
span { border-color: rgb(177,52,127); }
td.TdClassName
{
border-color: #B1347F;
}
.TagClassName
{
border-color: #B1347F;
}
</style>