Shades of Medium Red Violet #B1308F
Tints of Medium Red Violet #B1308F
RGB
CMYK
RGB Variations
Color information
#B1308F (or 0xB1308F) is known color: Medium Red Violet. HEX triplet: B1, 30 and 8F. RGB value is (177,48,143). Sum of RGB (Red+Green+Blue) = 177+48+143=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1308F is #4ECF70. Grayscale: #616161. Windows color (decimal): -5164913 or 9384113. OLE color: 9384113.
HSL color Cylindrical-coordinate representation of color #B1308F: hue angle of 315.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1308F is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 143 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.31 |
| HSL | 315.81º | 0.57% | 0.44% | - |
| HSV(B) | 315.81º | 0.73% | 0.69% | - |
| XYZ | 24.15 | 13.44 | 27.31 | - |
| YUV | 97.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 143 | 0 | 0.73 | 0.19 | 0.31 | 315.81 | 0.57 | 0.44 |
| Hex | B1 | 30 | 8F | 0 | 49 | 13 | 1F | 13C | 39 | 2C |
| Octal | 261 | 60 | 217 | 0 | 111 | 23 | 37 | 474 | 71 | 54 |
| Binary | 10110001 | 110000 | 10001111 | 0 | 1001001 | 10011 | 11111 | 100111100 | 111001 | 101100 |
Color Harmonies of #B1308F
Complementary color
Monochromatic Colors of #B1308F
Black with #B1308F
Text Example
Text Example
White with #B1308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1308F; }
p { color: rgb(177,48,143); }
H1.HeaderClassName
{
color: #B1308F;
}
.AnyTagClassName
{
color: #B1308F;
}
</style>
background-color css
<style>
a { background-color: #B1308F; }
a { background-color: rgb(177,48,143); }
div.DivClassName
{
background-color: #B1308F;
}
.BgClassName
{
background-color: #B1308F;
}
</style>
border-color css
<style>
span { border-color: #B1308F; }
span { border-color: rgb(177,48,143); }
td.TdClassName
{
border-color: #B1308F;
}
.TagClassName
{
border-color: #B1308F;
}
</style>