Shades of Medium Red Violet #B62C8F
Tints of Medium Red Violet #B62C8F
RGB
CMYK
RGB Variations
Color information
#B62C8F (or 0xB62C8F) is known color: Medium Red Violet. HEX triplet: B6, 2C and 8F. RGB value is (182,44,143). Sum of RGB (Red+Green+Blue) = 182+44+143=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62C8F is #49D370. Grayscale: #606060. Windows color (decimal): -4838257 or 9383094. OLE color: 9383094.
HSL color Cylindrical-coordinate representation of color #B62C8F: hue angle of 316.96º 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 #B62C8F is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 143 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.29 |
| HSL | 316.96º | 0.61% | 0.44% | - |
| HSV(B) | 316.96º | 0.76% | 0.71% | - |
| XYZ | 25.15 | 13.73 | 27.31 | - |
| YUV | 96.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 143 | 0 | 0.76 | 0.21 | 0.29 | 316.96 | 0.61 | 0.44 |
| Hex | B6 | 2C | 8F | 0 | 4C | 15 | 1D | 13D | 3D | 2C |
| Octal | 266 | 54 | 217 | 0 | 114 | 25 | 35 | 475 | 75 | 54 |
| Binary | 10110110 | 101100 | 10001111 | 0 | 1001100 | 10101 | 11101 | 100111101 | 111101 | 101100 |
Color Harmonies of #B62C8F
Complementary color
Monochromatic Colors of #B62C8F
Black with #B62C8F
Text Example
Text Example
White with #B62C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62C8F; }
p { color: rgb(182,44,143); }
H1.HeaderClassName
{
color: #B62C8F;
}
.AnyTagClassName
{
color: #B62C8F;
}
</style>
background-color css
<style>
a { background-color: #B62C8F; }
a { background-color: rgb(182,44,143); }
div.DivClassName
{
background-color: #B62C8F;
}
.BgClassName
{
background-color: #B62C8F;
}
</style>
border-color css
<style>
span { border-color: #B62C8F; }
span { border-color: rgb(182,44,143); }
td.TdClassName
{
border-color: #B62C8F;
}
.TagClassName
{
border-color: #B62C8F;
}
</style>