Shades of Medium Red Violet #B62C8D
Tints of Medium Red Violet #B62C8D
RGB
CMYK
RGB Variations
Color information
#B62C8D (or 0xB62C8D) is known color: Medium Red Violet. HEX triplet: B6, 2C and 8D. RGB value is (182,44,141). Sum of RGB (Red+Green+Blue) = 182+44+141=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62C8D is #49D372. Grayscale: #606060. Windows color (decimal): -4838259 or 9252022. OLE color: 9252022.
HSL color Cylindrical-coordinate representation of color #B62C8D: hue angle of 317.83º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62C8D is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 141 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.29 |
| HSL | 317.83º | 0.61% | 0.44% | - |
| HSV(B) | 317.83º | 0.76% | 0.71% | - |
| XYZ | 25 | 13.67 | 26.52 | - |
| YUV | 96.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 141 | 0 | 0.76 | 0.23 | 0.29 | 317.83 | 0.61 | 0.44 |
| Hex | B6 | 2C | 8D | 0 | 4C | 17 | 1D | 13E | 3D | 2C |
| Octal | 266 | 54 | 215 | 0 | 114 | 27 | 35 | 476 | 75 | 54 |
| Binary | 10110110 | 101100 | 10001101 | 0 | 1001100 | 10111 | 11101 | 100111110 | 111101 | 101100 |
Color Harmonies of #B62C8D
Complementary color
Monochromatic Colors of #B62C8D
Black with #B62C8D
Text Example
Text Example
White with #B62C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62C8D; }
p { color: rgb(182,44,141); }
H1.HeaderClassName
{
color: #B62C8D;
}
.AnyTagClassName
{
color: #B62C8D;
}
</style>
background-color css
<style>
a { background-color: #B62C8D; }
a { background-color: rgb(182,44,141); }
div.DivClassName
{
background-color: #B62C8D;
}
.BgClassName
{
background-color: #B62C8D;
}
</style>
border-color css
<style>
span { border-color: #B62C8D; }
span { border-color: rgb(182,44,141); }
td.TdClassName
{
border-color: #B62C8D;
}
.TagClassName
{
border-color: #B62C8D;
}
</style>