Shades of Medium Red Violet #B1399A
Tints of Medium Red Violet #B1399A
RGB
CMYK
RGB Variations
Color information
#B1399A (or 0xB1399A) is known color: Medium Red Violet. HEX triplet: B1, 39 and 9A. RGB value is (177,57,154). Sum of RGB (Red+Green+Blue) = 177+57+154=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1399A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1399A is #4EC665. Grayscale: #676767. Windows color (decimal): -5162598 or 10107313. OLE color: 10107313.
HSL color Cylindrical-coordinate representation of color #B1399A: hue angle of 311.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1399A is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 154 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.31 |
| HSL | 311.5º | 0.51% | 0.46% | - |
| HSV(B) | 311.5º | 0.68% | 0.69% | - |
| XYZ | 25.43 | 14.61 | 32.05 | - |
| YUV | 103.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 154 | 0 | 0.68 | 0.13 | 0.31 | 311.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 9A | 0 | 44 | D | 1F | 138 | 33 | 2E |
| Octal | 261 | 71 | 232 | 0 | 104 | 15 | 37 | 470 | 63 | 56 |
| Binary | 10110001 | 111001 | 10011010 | 0 | 1000100 | 1101 | 11111 | 100111000 | 110011 | 101110 |
Color Harmonies of #B1399A
Complementary color
Monochromatic Colors of #B1399A
Black with #B1399A
Text Example
Text Example
White with #B1399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1399A; }
p { color: rgb(177,57,154); }
H1.HeaderClassName
{
color: #B1399A;
}
.AnyTagClassName
{
color: #B1399A;
}
</style>
background-color css
<style>
a { background-color: #B1399A; }
a { background-color: rgb(177,57,154); }
div.DivClassName
{
background-color: #B1399A;
}
.BgClassName
{
background-color: #B1399A;
}
</style>
border-color css
<style>
span { border-color: #B1399A; }
span { border-color: rgb(177,57,154); }
td.TdClassName
{
border-color: #B1399A;
}
.TagClassName
{
border-color: #B1399A;
}
</style>