Shades of Medium Red Violet #B1239D
Tints of Medium Red Violet #B1239D
RGB
CMYK
RGB Variations
Color information
#B1239D (or 0xB1239D) is known color: Medium Red Violet. HEX triplet: B1, 23 and 9D. RGB value is (177,35,157). Sum of RGB (Red+Green+Blue) = 177+35+157=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1239D is #4EDC62. Grayscale: #5B5B5B. Windows color (decimal): -5168227 or 10298289. OLE color: 10298289.
HSL color Cylindrical-coordinate representation of color #B1239D: hue angle of 308.45º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1239D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 35 | 157 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.31 |
| HSL | 308.45º | 0.67% | 0.42% | - |
| HSV(B) | 308.45º | 0.8% | 0.69% | - |
| XYZ | 24.82 | 12.98 | 33.1 | - |
| YUV | 91.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 35 | 157 | 0 | 0.80 | 0.11 | 0.31 | 308.45 | 0.67 | 0.42 |
| Hex | B1 | 23 | 9D | 0 | 50 | B | 1F | 134 | 43 | 2A |
| Octal | 261 | 43 | 235 | 0 | 120 | 13 | 37 | 464 | 103 | 52 |
| Binary | 10110001 | 100011 | 10011101 | 0 | 1010000 | 1011 | 11111 | 100110100 | 1000011 | 101010 |
Color Harmonies of #B1239D
Complementary color
Monochromatic Colors of #B1239D
Black with #B1239D
Text Example
Text Example
White with #B1239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1239D; }
p { color: rgb(177,35,157); }
H1.HeaderClassName
{
color: #B1239D;
}
.AnyTagClassName
{
color: #B1239D;
}
</style>
background-color css
<style>
a { background-color: #B1239D; }
a { background-color: rgb(177,35,157); }
div.DivClassName
{
background-color: #B1239D;
}
.BgClassName
{
background-color: #B1239D;
}
</style>
border-color css
<style>
span { border-color: #B1239D; }
span { border-color: rgb(177,35,157); }
td.TdClassName
{
border-color: #B1239D;
}
.TagClassName
{
border-color: #B1239D;
}
</style>