Shades of Medium Red Violet #B1339A
Tints of Medium Red Violet #B1339A
RGB
CMYK
RGB Variations
Color information
#B1339A (or 0xB1339A) is known color: Medium Red Violet. HEX triplet: B1, 33 and 9A. RGB value is (177,51,154). Sum of RGB (Red+Green+Blue) = 177+51+154=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1339A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1339A is #4ECC65. Grayscale: #646464. Windows color (decimal): -5164134 or 10105777. OLE color: 10105777.
HSL color Cylindrical-coordinate representation of color #B1339A: hue angle of 310.95º 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 #B1339A is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 154 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.31 |
| HSL | 310.95º | 0.55% | 0.45% | - |
| HSV(B) | 310.95º | 0.71% | 0.69% | - |
| XYZ | 25.15 | 14.05 | 31.96 | - |
| YUV | 100.42 | 158.24 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 154 | 0 | 0.71 | 0.13 | 0.31 | 310.95 | 0.55 | 0.45 |
| Hex | B1 | 33 | 9A | 0 | 47 | D | 1F | 137 | 37 | 2D |
| Octal | 261 | 63 | 232 | 0 | 107 | 15 | 37 | 467 | 67 | 55 |
| Binary | 10110001 | 110011 | 10011010 | 0 | 1000111 | 1101 | 11111 | 100110111 | 110111 | 101101 |
Color Harmonies of #B1339A
Complementary color
Monochromatic Colors of #B1339A
Black with #B1339A
Text Example
Text Example
White with #B1339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1339A; }
p { color: rgb(177,51,154); }
H1.HeaderClassName
{
color: #B1339A;
}
.AnyTagClassName
{
color: #B1339A;
}
</style>
background-color css
<style>
a { background-color: #B1339A; }
a { background-color: rgb(177,51,154); }
div.DivClassName
{
background-color: #B1339A;
}
.BgClassName
{
background-color: #B1339A;
}
</style>
border-color css
<style>
span { border-color: #B1339A; }
span { border-color: rgb(177,51,154); }
td.TdClassName
{
border-color: #B1339A;
}
.TagClassName
{
border-color: #B1339A;
}
</style>