Shades of Medium Red Violet #B13883
Tints of Medium Red Violet #B13883
RGB
CMYK
RGB Variations
Color information
#B13883 (or 0xB13883) is known color: Medium Red Violet. HEX triplet: B1, 38 and 83. RGB value is (177,56,131). Sum of RGB (Red+Green+Blue) = 177+56+131=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B13883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13883 is #4EC77C. Grayscale: #646464. Windows color (decimal): -5162877 or 8599729. OLE color: 8599729.
HSL color Cylindrical-coordinate representation of color #B13883: hue angle of 322.81º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13883 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 131 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.31 |
| HSL | 322.81º | 0.52% | 0.46% | - |
| HSV(B) | 322.81º | 0.68% | 0.69% | - |
| XYZ | 23.64 | 13.81 | 22.89 | - |
| YUV | 100.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 131 | 0 | 0.68 | 0.26 | 0.31 | 322.81 | 0.52 | 0.46 |
| Hex | B1 | 38 | 83 | 0 | 44 | 1A | 1F | 143 | 34 | 2E |
| Octal | 261 | 70 | 203 | 0 | 104 | 32 | 37 | 503 | 64 | 56 |
| Binary | 10110001 | 111000 | 10000011 | 0 | 1000100 | 11010 | 11111 | 101000011 | 110100 | 101110 |
Color Harmonies of #B13883
Complementary color
Monochromatic Colors of #B13883
Black with #B13883
Text Example
Text Example
White with #B13883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13883; }
p { color: rgb(177,56,131); }
H1.HeaderClassName
{
color: #B13883;
}
.AnyTagClassName
{
color: #B13883;
}
</style>
background-color css
<style>
a { background-color: #B13883; }
a { background-color: rgb(177,56,131); }
div.DivClassName
{
background-color: #B13883;
}
.BgClassName
{
background-color: #B13883;
}
</style>
border-color css
<style>
span { border-color: #B13883; }
span { border-color: rgb(177,56,131); }
td.TdClassName
{
border-color: #B13883;
}
.TagClassName
{
border-color: #B13883;
}
</style>