Shades of Medium Red Violet #B13C8E
Tints of Medium Red Violet #B13C8E
RGB
CMYK
RGB Variations
Color information
#B13C8E (or 0xB13C8E) is known color: Medium Red Violet. HEX triplet: B1, 3C and 8E. RGB value is (177,60,142). Sum of RGB (Red+Green+Blue) = 177+60+142=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13C8E is #4EC371. Grayscale: #686868. Windows color (decimal): -5161842 or 9321649. OLE color: 9321649.
HSL color Cylindrical-coordinate representation of color #B13C8E: hue angle of 317.95º 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 #B13C8E is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 142 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.31 |
| HSL | 317.95º | 0.49% | 0.46% | - |
| HSV(B) | 317.95º | 0.66% | 0.69% | - |
| XYZ | 24.63 | 14.53 | 27.1 | - |
| YUV | 104.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 142 | 0 | 0.66 | 0.20 | 0.31 | 317.95 | 0.49 | 0.46 |
| Hex | B1 | 3C | 8E | 0 | 42 | 14 | 1F | 13E | 31 | 2E |
| Octal | 261 | 74 | 216 | 0 | 102 | 24 | 37 | 476 | 61 | 56 |
| Binary | 10110001 | 111100 | 10001110 | 0 | 1000010 | 10100 | 11111 | 100111110 | 110001 | 101110 |
Color Harmonies of #B13C8E
Complementary color
Monochromatic Colors of #B13C8E
Black with #B13C8E
Text Example
Text Example
White with #B13C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C8E; }
p { color: rgb(177,60,142); }
H1.HeaderClassName
{
color: #B13C8E;
}
.AnyTagClassName
{
color: #B13C8E;
}
</style>
background-color css
<style>
a { background-color: #B13C8E; }
a { background-color: rgb(177,60,142); }
div.DivClassName
{
background-color: #B13C8E;
}
.BgClassName
{
background-color: #B13C8E;
}
</style>
border-color css
<style>
span { border-color: #B13C8E; }
span { border-color: rgb(177,60,142); }
td.TdClassName
{
border-color: #B13C8E;
}
.TagClassName
{
border-color: #B13C8E;
}
</style>