Shades of Medium Red Violet #B13B8A
Tints of Medium Red Violet #B13B8A
RGB
CMYK
RGB Variations
Color information
#B13B8A (or 0xB13B8A) is known color: Medium Red Violet. HEX triplet: B1, 3B and 8A. RGB value is (177,59,138). Sum of RGB (Red+Green+Blue) = 177+59+138=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13B8A is #4EC475. Grayscale: #676767. Windows color (decimal): -5162102 or 9059249. OLE color: 9059249.
HSL color Cylindrical-coordinate representation of color #B13B8A: hue angle of 319.83º degrees, saturation: 0.5, 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 #B13B8A is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 138 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.31 |
| HSL | 319.83º | 0.5% | 0.46% | - |
| HSV(B) | 319.83º | 0.67% | 0.69% | - |
| XYZ | 24.28 | 14.31 | 25.53 | - |
| YUV | 103.29 | 147.59 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 138 | 0 | 0.67 | 0.22 | 0.31 | 319.83 | 0.5 | 0.46 |
| Hex | B1 | 3B | 8A | 0 | 43 | 16 | 1F | 140 | 32 | 2E |
| Octal | 261 | 73 | 212 | 0 | 103 | 26 | 37 | 500 | 62 | 56 |
| Binary | 10110001 | 111011 | 10001010 | 0 | 1000011 | 10110 | 11111 | 101000000 | 110010 | 101110 |
Color Harmonies of #B13B8A
Complementary color
Monochromatic Colors of #B13B8A
Black with #B13B8A
Text Example
Text Example
White with #B13B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B8A; }
p { color: rgb(177,59,138); }
H1.HeaderClassName
{
color: #B13B8A;
}
.AnyTagClassName
{
color: #B13B8A;
}
</style>
background-color css
<style>
a { background-color: #B13B8A; }
a { background-color: rgb(177,59,138); }
div.DivClassName
{
background-color: #B13B8A;
}
.BgClassName
{
background-color: #B13B8A;
}
</style>
border-color css
<style>
span { border-color: #B13B8A; }
span { border-color: rgb(177,59,138); }
td.TdClassName
{
border-color: #B13B8A;
}
.TagClassName
{
border-color: #B13B8A;
}
</style>