Shades of Medium Red Violet #B138A0
Tints of Medium Red Violet #B138A0
RGB
CMYK
RGB Variations
Color information
#B138A0 (or 0xB138A0) is known color: Medium Red Violet. HEX triplet: B1, 38 and A0. RGB value is (177,56,160). Sum of RGB (Red+Green+Blue) = 177+56+160=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B138A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B138A0 is #4EC75F. Grayscale: #676767. Windows color (decimal): -5162848 or 10500273. OLE color: 10500273.
HSL color Cylindrical-coordinate representation of color #B138A0: hue angle of 308.43º degrees, saturation: 0.52, 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 #B138A0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 160 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.31 |
| HSL | 308.43º | 0.52% | 0.46% | - |
| HSV(B) | 308.43º | 0.68% | 0.69% | - |
| XYZ | 25.89 | 14.71 | 34.73 | - |
| YUV | 104.04 | 159.59 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 160 | 0 | 0.68 | 0.10 | 0.31 | 308.43 | 0.52 | 0.46 |
| Hex | B1 | 38 | A0 | 0 | 44 | A | 1F | 134 | 34 | 2E |
| Octal | 261 | 70 | 240 | 0 | 104 | 12 | 37 | 464 | 64 | 56 |
| Binary | 10110001 | 111000 | 10100000 | 0 | 1000100 | 1010 | 11111 | 100110100 | 110100 | 101110 |
Color Harmonies of #B138A0
Complementary color
Monochromatic Colors of #B138A0
Black with #B138A0
Text Example
Text Example
White with #B138A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B138A0; }
p { color: rgb(177,56,160); }
H1.HeaderClassName
{
color: #B138A0;
}
.AnyTagClassName
{
color: #B138A0;
}
</style>
background-color css
<style>
a { background-color: #B138A0; }
a { background-color: rgb(177,56,160); }
div.DivClassName
{
background-color: #B138A0;
}
.BgClassName
{
background-color: #B138A0;
}
</style>
border-color css
<style>
span { border-color: #B138A0; }
span { border-color: rgb(177,56,160); }
td.TdClassName
{
border-color: #B138A0;
}
.TagClassName
{
border-color: #B138A0;
}
</style>