Shades of Medium Red Violet #B13AA1
Tints of Medium Red Violet #B13AA1
RGB
CMYK
RGB Variations
Color information
#B13AA1 (or 0xB13AA1) is known color: Medium Red Violet. HEX triplet: B1, 3A and A1. RGB value is (177,58,161). Sum of RGB (Red+Green+Blue) = 177+58+161=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AA1 is #4EC55E. Grayscale: #696969. Windows color (decimal): -5162335 or 10566321. OLE color: 10566321.
HSL color Cylindrical-coordinate representation of color #B13AA1: hue angle of 308.07º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13AA1 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 161 | - |
| CMYK | 0 | 0.67 | 0.09 | 0.31 |
| HSL | 308.07º | 0.51% | 0.46% | - |
| HSV(B) | 308.07º | 0.67% | 0.69% | - |
| XYZ | 26.08 | 14.95 | 35.23 | - |
| YUV | 105.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 161 | 0 | 0.67 | 0.09 | 0.31 | 308.07 | 0.51 | 0.46 |
| Hex | B1 | 3A | A1 | 0 | 43 | 9 | 1F | 134 | 33 | 2E |
| Octal | 261 | 72 | 241 | 0 | 103 | 11 | 37 | 464 | 63 | 56 |
| Binary | 10110001 | 111010 | 10100001 | 0 | 1000011 | 1001 | 11111 | 100110100 | 110011 | 101110 |
Color Harmonies of #B13AA1
Complementary color
Monochromatic Colors of #B13AA1
Black with #B13AA1
Text Example
Text Example
White with #B13AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AA1; }
p { color: rgb(177,58,161); }
H1.HeaderClassName
{
color: #B13AA1;
}
.AnyTagClassName
{
color: #B13AA1;
}
</style>
background-color css
<style>
a { background-color: #B13AA1; }
a { background-color: rgb(177,58,161); }
div.DivClassName
{
background-color: #B13AA1;
}
.BgClassName
{
background-color: #B13AA1;
}
</style>
border-color css
<style>
span { border-color: #B13AA1; }
span { border-color: rgb(177,58,161); }
td.TdClassName
{
border-color: #B13AA1;
}
.TagClassName
{
border-color: #B13AA1;
}
</style>