Shades of Medium Red Violet #B1439B
Tints of Medium Red Violet #B1439B
RGB
CMYK
RGB Variations
Color information
#B1439B (or 0xB1439B) is known color: Medium Red Violet. HEX triplet: B1, 43 and 9B. RGB value is (177,67,155). Sum of RGB (Red+Green+Blue) = 177+67+155=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1439B is #4EBC64. Grayscale: #6D6D6D. Windows color (decimal): -5160037 or 10175409. OLE color: 10175409.
HSL color Cylindrical-coordinate representation of color #B1439B: hue angle of 312º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1439B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 155 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.31 |
| HSL | 312º | 0.45% | 0.48% | - |
| HSV(B) | 312º | 0.62% | 0.69% | - |
| XYZ | 26.06 | 15.73 | 32.67 | - |
| YUV | 109.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 155 | 0 | 0.62 | 0.12 | 0.31 | 312 | 0.45 | 0.48 |
| Hex | B1 | 43 | 9B | 0 | 3E | C | 1F | 138 | 2D | 30 |
| Octal | 261 | 103 | 233 | 0 | 76 | 14 | 37 | 470 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10011011 | 0 | 111110 | 1100 | 11111 | 100111000 | 101101 | 110000 |
Color Harmonies of #B1439B
Complementary color
Monochromatic Colors of #B1439B
Black with #B1439B
Text Example
Text Example
White with #B1439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1439B; }
p { color: rgb(177,67,155); }
H1.HeaderClassName
{
color: #B1439B;
}
.AnyTagClassName
{
color: #B1439B;
}
</style>
background-color css
<style>
a { background-color: #B1439B; }
a { background-color: rgb(177,67,155); }
div.DivClassName
{
background-color: #B1439B;
}
.BgClassName
{
background-color: #B1439B;
}
</style>
border-color css
<style>
span { border-color: #B1439B; }
span { border-color: rgb(177,67,155); }
td.TdClassName
{
border-color: #B1439B;
}
.TagClassName
{
border-color: #B1439B;
}
</style>