Shades of Medium Red Violet #B13A8A
Tints of Medium Red Violet #B13A8A
RGB
CMYK
RGB Variations
Color information
#B13A8A (or 0xB13A8A) is known color: Medium Red Violet. HEX triplet: B1, 3A and 8A. RGB value is (177,58,138). Sum of RGB (Red+Green+Blue) = 177+58+138=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13A8A is #4EC575. Grayscale: #666666. Windows color (decimal): -5162358 or 9058993. OLE color: 9058993.
HSL color Cylindrical-coordinate representation of color #B13A8A: hue angle of 319.66º 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 #B13A8A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 138 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.31 |
| HSL | 319.66º | 0.51% | 0.46% | - |
| HSV(B) | 319.66º | 0.67% | 0.69% | - |
| XYZ | 24.23 | 14.21 | 25.51 | - |
| YUV | 102.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 138 | 0 | 0.67 | 0.22 | 0.31 | 319.66 | 0.51 | 0.46 |
| Hex | B1 | 3A | 8A | 0 | 43 | 16 | 1F | 140 | 33 | 2E |
| Octal | 261 | 72 | 212 | 0 | 103 | 26 | 37 | 500 | 63 | 56 |
| Binary | 10110001 | 111010 | 10001010 | 0 | 1000011 | 10110 | 11111 | 101000000 | 110011 | 101110 |
Color Harmonies of #B13A8A
Complementary color
Monochromatic Colors of #B13A8A
Black with #B13A8A
Text Example
Text Example
White with #B13A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A8A; }
p { color: rgb(177,58,138); }
H1.HeaderClassName
{
color: #B13A8A;
}
.AnyTagClassName
{
color: #B13A8A;
}
</style>
background-color css
<style>
a { background-color: #B13A8A; }
a { background-color: rgb(177,58,138); }
div.DivClassName
{
background-color: #B13A8A;
}
.BgClassName
{
background-color: #B13A8A;
}
</style>
border-color css
<style>
span { border-color: #B13A8A; }
span { border-color: rgb(177,58,138); }
td.TdClassName
{
border-color: #B13A8A;
}
.TagClassName
{
border-color: #B13A8A;
}
</style>