Shades of Medium Red Violet #B133A0
Tints of Medium Red Violet #B133A0
RGB
CMYK
RGB Variations
Color information
#B133A0 (or 0xB133A0) is known color: Medium Red Violet. HEX triplet: B1, 33 and A0. RGB value is (177,51,160). Sum of RGB (Red+Green+Blue) = 177+51+160=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B133A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B133A0 is #4ECC5F. Grayscale: #646464. Windows color (decimal): -5164128 or 10498993. OLE color: 10498993.
HSL color Cylindrical-coordinate representation of color #B133A0: hue angle of 308.1º 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 #B133A0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 51 | 160 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.31 |
| HSL | 308.1º | 0.55% | 0.45% | - |
| HSV(B) | 308.1º | 0.71% | 0.69% | - |
| XYZ | 25.66 | 14.25 | 34.66 | - |
| YUV | 101.1 | 161.24 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 160 | 0 | 0.71 | 0.10 | 0.31 | 308.1 | 0.55 | 0.45 |
| Hex | B1 | 33 | A0 | 0 | 47 | A | 1F | 134 | 37 | 2D |
| Octal | 261 | 63 | 240 | 0 | 107 | 12 | 37 | 464 | 67 | 55 |
| Binary | 10110001 | 110011 | 10100000 | 0 | 1000111 | 1010 | 11111 | 100110100 | 110111 | 101101 |
Color Harmonies of #B133A0
Complementary color
Monochromatic Colors of #B133A0
Black with #B133A0
Text Example
Text Example
White with #B133A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133A0; }
p { color: rgb(177,51,160); }
H1.HeaderClassName
{
color: #B133A0;
}
.AnyTagClassName
{
color: #B133A0;
}
</style>
background-color css
<style>
a { background-color: #B133A0; }
a { background-color: rgb(177,51,160); }
div.DivClassName
{
background-color: #B133A0;
}
.BgClassName
{
background-color: #B133A0;
}
</style>
border-color css
<style>
span { border-color: #B133A0; }
span { border-color: rgb(177,51,160); }
td.TdClassName
{
border-color: #B133A0;
}
.TagClassName
{
border-color: #B133A0;
}
</style>