Shades of Medium Red Violet #B136A1
Tints of Medium Red Violet #B136A1
RGB
CMYK
RGB Variations
Color information
#B136A1 (or 0xB136A1) is known color: Medium Red Violet. HEX triplet: B1, 36 and A1. RGB value is (177,54,161). Sum of RGB (Red+Green+Blue) = 177+54+161=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B136A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B136A1 is #4EC95E. Grayscale: #666666. Windows color (decimal): -5163359 or 10565297. OLE color: 10565297.
HSL color Cylindrical-coordinate representation of color #B136A1: hue angle of 307.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B136A1 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 161 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.31 |
| HSL | 307.8º | 0.53% | 0.45% | - |
| HSV(B) | 307.8º | 0.69% | 0.69% | - |
| XYZ | 25.88 | 14.56 | 35.16 | - |
| YUV | 102.98 | 160.75 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 161 | 0 | 0.69 | 0.09 | 0.31 | 307.8 | 0.53 | 0.45 |
| Hex | B1 | 36 | A1 | 0 | 45 | 9 | 1F | 134 | 35 | 2D |
| Octal | 261 | 66 | 241 | 0 | 105 | 11 | 37 | 464 | 65 | 55 |
| Binary | 10110001 | 110110 | 10100001 | 0 | 1000101 | 1001 | 11111 | 100110100 | 110101 | 101101 |
Color Harmonies of #B136A1
Complementary color
Monochromatic Colors of #B136A1
Black with #B136A1
Text Example
Text Example
White with #B136A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B136A1; }
p { color: rgb(177,54,161); }
H1.HeaderClassName
{
color: #B136A1;
}
.AnyTagClassName
{
color: #B136A1;
}
</style>
background-color css
<style>
a { background-color: #B136A1; }
a { background-color: rgb(177,54,161); }
div.DivClassName
{
background-color: #B136A1;
}
.BgClassName
{
background-color: #B136A1;
}
</style>
border-color css
<style>
span { border-color: #B136A1; }
span { border-color: rgb(177,54,161); }
td.TdClassName
{
border-color: #B136A1;
}
.TagClassName
{
border-color: #B136A1;
}
</style>