Shades of Medium Red Violet #B13C9F
Tints of Medium Red Violet #B13C9F
RGB
CMYK
RGB Variations
Color information
#B13C9F (or 0xB13C9F) is known color: Medium Red Violet. HEX triplet: B1, 3C and 9F. RGB value is (177,60,159). Sum of RGB (Red+Green+Blue) = 177+60+159=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C9F is #4EC360. Grayscale: #696969. Windows color (decimal): -5161825 or 10435761. OLE color: 10435761.
HSL color Cylindrical-coordinate representation of color #B13C9F: hue angle of 309.23º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C9F is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 159 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.31 |
| HSL | 309.23º | 0.49% | 0.46% | - |
| HSV(B) | 309.23º | 0.66% | 0.69% | - |
| XYZ | 26.01 | 15.08 | 34.34 | - |
| YUV | 106.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 159 | 0 | 0.66 | 0.10 | 0.31 | 309.23 | 0.49 | 0.46 |
| Hex | B1 | 3C | 9F | 0 | 42 | A | 1F | 135 | 31 | 2E |
| Octal | 261 | 74 | 237 | 0 | 102 | 12 | 37 | 465 | 61 | 56 |
| Binary | 10110001 | 111100 | 10011111 | 0 | 1000010 | 1010 | 11111 | 100110101 | 110001 | 101110 |
Color Harmonies of #B13C9F
Complementary color
Monochromatic Colors of #B13C9F
Black with #B13C9F
Text Example
Text Example
White with #B13C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C9F; }
p { color: rgb(177,60,159); }
H1.HeaderClassName
{
color: #B13C9F;
}
.AnyTagClassName
{
color: #B13C9F;
}
</style>
background-color css
<style>
a { background-color: #B13C9F; }
a { background-color: rgb(177,60,159); }
div.DivClassName
{
background-color: #B13C9F;
}
.BgClassName
{
background-color: #B13C9F;
}
</style>
border-color css
<style>
span { border-color: #B13C9F; }
span { border-color: rgb(177,60,159); }
td.TdClassName
{
border-color: #B13C9F;
}
.TagClassName
{
border-color: #B13C9F;
}
</style>