Shades of Medium Red Violet #B13885
Tints of Medium Red Violet #B13885
RGB
CMYK
RGB Variations
Color information
#B13885 (or 0xB13885) is known color: Medium Red Violet. HEX triplet: B1, 38 and 85. RGB value is (177,56,133). Sum of RGB (Red+Green+Blue) = 177+56+133=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B13885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13885 is #4EC77A. Grayscale: #646464. Windows color (decimal): -5162875 or 8730801. OLE color: 8730801.
HSL color Cylindrical-coordinate representation of color #B13885: hue angle of 321.82º 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 #B13885 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 133 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.31 |
| HSL | 321.82º | 0.52% | 0.46% | - |
| HSV(B) | 321.82º | 0.68% | 0.69% | - |
| XYZ | 23.78 | 13.87 | 23.61 | - |
| YUV | 100.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 133 | 0 | 0.68 | 0.25 | 0.31 | 321.82 | 0.52 | 0.46 |
| Hex | B1 | 38 | 85 | 0 | 44 | 19 | 1F | 142 | 34 | 2E |
| Octal | 261 | 70 | 205 | 0 | 104 | 31 | 37 | 502 | 64 | 56 |
| Binary | 10110001 | 111000 | 10000101 | 0 | 1000100 | 11001 | 11111 | 101000010 | 110100 | 101110 |
Color Harmonies of #B13885
Complementary color
Monochromatic Colors of #B13885
Black with #B13885
Text Example
Text Example
White with #B13885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13885; }
p { color: rgb(177,56,133); }
H1.HeaderClassName
{
color: #B13885;
}
.AnyTagClassName
{
color: #B13885;
}
</style>
background-color css
<style>
a { background-color: #B13885; }
a { background-color: rgb(177,56,133); }
div.DivClassName
{
background-color: #B13885;
}
.BgClassName
{
background-color: #B13885;
}
</style>
border-color css
<style>
span { border-color: #B13885; }
span { border-color: rgb(177,56,133); }
td.TdClassName
{
border-color: #B13885;
}
.TagClassName
{
border-color: #B13885;
}
</style>