Shades of Medium Red Violet #B13892
Tints of Medium Red Violet #B13892
RGB
CMYK
RGB Variations
Color information
#B13892 (or 0xB13892) is known color: Medium Red Violet. HEX triplet: B1, 38 and 92. RGB value is (177,56,146). Sum of RGB (Red+Green+Blue) = 177+56+146=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13892 is #4EC76D. Grayscale: #666666. Windows color (decimal): -5162862 or 9582769. OLE color: 9582769.
HSL color Cylindrical-coordinate representation of color #B13892: hue angle of 315.37º 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 #B13892 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 146 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.31 |
| HSL | 315.37º | 0.52% | 0.46% | - |
| HSV(B) | 315.37º | 0.68% | 0.69% | - |
| XYZ | 24.73 | 14.25 | 28.64 | - |
| YUV | 102.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 146 | 0 | 0.68 | 0.18 | 0.31 | 315.37 | 0.52 | 0.46 |
| Hex | B1 | 38 | 92 | 0 | 44 | 12 | 1F | 13B | 34 | 2E |
| Octal | 261 | 70 | 222 | 0 | 104 | 22 | 37 | 473 | 64 | 56 |
| Binary | 10110001 | 111000 | 10010010 | 0 | 1000100 | 10010 | 11111 | 100111011 | 110100 | 101110 |
Color Harmonies of #B13892
Complementary color
Monochromatic Colors of #B13892
Black with #B13892
Text Example
Text Example
White with #B13892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13892; }
p { color: rgb(177,56,146); }
H1.HeaderClassName
{
color: #B13892;
}
.AnyTagClassName
{
color: #B13892;
}
</style>
background-color css
<style>
a { background-color: #B13892; }
a { background-color: rgb(177,56,146); }
div.DivClassName
{
background-color: #B13892;
}
.BgClassName
{
background-color: #B13892;
}
</style>
border-color css
<style>
span { border-color: #B13892; }
span { border-color: rgb(177,56,146); }
td.TdClassName
{
border-color: #B13892;
}
.TagClassName
{
border-color: #B13892;
}
</style>