Shades of Medium Red Violet #B13C85
Tints of Medium Red Violet #B13C85
RGB
CMYK
RGB Variations
Color information
#B13C85 (or 0xB13C85) is known color: Medium Red Violet. HEX triplet: B1, 3C and 85. RGB value is (177,60,133). Sum of RGB (Red+Green+Blue) = 177+60+133=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C85 is #4EC37A. Grayscale: #676767. Windows color (decimal): -5161851 or 8731825. OLE color: 8731825.
HSL color Cylindrical-coordinate representation of color #B13C85: hue angle of 322.56º 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 #B13C85 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 133 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.31 |
| HSL | 322.56º | 0.49% | 0.46% | - |
| HSV(B) | 322.56º | 0.66% | 0.69% | - |
| XYZ | 23.98 | 14.27 | 23.68 | - |
| YUV | 103.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 133 | 0 | 0.66 | 0.25 | 0.31 | 322.56 | 0.49 | 0.46 |
| Hex | B1 | 3C | 85 | 0 | 42 | 19 | 1F | 143 | 31 | 2E |
| Octal | 261 | 74 | 205 | 0 | 102 | 31 | 37 | 503 | 61 | 56 |
| Binary | 10110001 | 111100 | 10000101 | 0 | 1000010 | 11001 | 11111 | 101000011 | 110001 | 101110 |
Color Harmonies of #B13C85
Complementary color
Monochromatic Colors of #B13C85
Black with #B13C85
Text Example
Text Example
White with #B13C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C85; }
p { color: rgb(177,60,133); }
H1.HeaderClassName
{
color: #B13C85;
}
.AnyTagClassName
{
color: #B13C85;
}
</style>
background-color css
<style>
a { background-color: #B13C85; }
a { background-color: rgb(177,60,133); }
div.DivClassName
{
background-color: #B13C85;
}
.BgClassName
{
background-color: #B13C85;
}
</style>
border-color css
<style>
span { border-color: #B13C85; }
span { border-color: rgb(177,60,133); }
td.TdClassName
{
border-color: #B13C85;
}
.TagClassName
{
border-color: #B13C85;
}
</style>