Shades of Medium Red Violet #B13D88
Tints of Medium Red Violet #B13D88
RGB
CMYK
RGB Variations
Color information
#B13D88 (or 0xB13D88) is known color: Medium Red Violet. HEX triplet: B1, 3D and 88. RGB value is (177,61,136). Sum of RGB (Red+Green+Blue) = 177+61+136=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13D88 is #4EC277. Grayscale: #686868. Windows color (decimal): -5161592 or 8928689. OLE color: 8928689.
HSL color Cylindrical-coordinate representation of color #B13D88: hue angle of 321.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D88 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 136 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.31 |
| HSL | 321.21º | 0.49% | 0.47% | - |
| HSV(B) | 321.21º | 0.66% | 0.69% | - |
| XYZ | 24.24 | 14.46 | 24.81 | - |
| YUV | 104.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 136 | 0 | 0.66 | 0.23 | 0.31 | 321.21 | 0.49 | 0.47 |
| Hex | B1 | 3D | 88 | 0 | 42 | 17 | 1F | 141 | 31 | 2F |
| Octal | 261 | 75 | 210 | 0 | 102 | 27 | 37 | 501 | 61 | 57 |
| Binary | 10110001 | 111101 | 10001000 | 0 | 1000010 | 10111 | 11111 | 101000001 | 110001 | 101111 |
Color Harmonies of #B13D88
Complementary color
Monochromatic Colors of #B13D88
Black with #B13D88
Text Example
Text Example
White with #B13D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D88; }
p { color: rgb(177,61,136); }
H1.HeaderClassName
{
color: #B13D88;
}
.AnyTagClassName
{
color: #B13D88;
}
</style>
background-color css
<style>
a { background-color: #B13D88; }
a { background-color: rgb(177,61,136); }
div.DivClassName
{
background-color: #B13D88;
}
.BgClassName
{
background-color: #B13D88;
}
</style>
border-color css
<style>
span { border-color: #B13D88; }
span { border-color: rgb(177,61,136); }
td.TdClassName
{
border-color: #B13D88;
}
.TagClassName
{
border-color: #B13D88;
}
</style>