Shades of Medium Red Violet #B62D9E
Tints of Medium Red Violet #B62D9E
RGB
CMYK
RGB Variations
Color information
#B62D9E (or 0xB62D9E) is known color: Medium Red Violet. HEX triplet: B6, 2D and 9E. RGB value is (182,45,158). Sum of RGB (Red+Green+Blue) = 182+45+158=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62D9E is #49D261. Grayscale: #626262. Windows color (decimal): -4837986 or 10366390. OLE color: 10366390.
HSL color Cylindrical-coordinate representation of color #B62D9E: hue angle of 310.51º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D9E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 158 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.29 |
| HSL | 310.51º | 0.6% | 0.45% | - |
| HSV(B) | 310.51º | 0.75% | 0.71% | - |
| XYZ | 26.4 | 14.29 | 33.71 | - |
| YUV | 98.85 | 161.39 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 158 | 0 | 0.75 | 0.13 | 0.29 | 310.51 | 0.6 | 0.45 |
| Hex | B6 | 2D | 9E | 0 | 4B | D | 1D | 137 | 3C | 2D |
| Octal | 266 | 55 | 236 | 0 | 113 | 15 | 35 | 467 | 74 | 55 |
| Binary | 10110110 | 101101 | 10011110 | 0 | 1001011 | 1101 | 11101 | 100110111 | 111100 | 101101 |
Color Harmonies of #B62D9E
Complementary color
Monochromatic Colors of #B62D9E
Black with #B62D9E
Text Example
Text Example
White with #B62D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D9E; }
p { color: rgb(182,45,158); }
H1.HeaderClassName
{
color: #B62D9E;
}
.AnyTagClassName
{
color: #B62D9E;
}
</style>
background-color css
<style>
a { background-color: #B62D9E; }
a { background-color: rgb(182,45,158); }
div.DivClassName
{
background-color: #B62D9E;
}
.BgClassName
{
background-color: #B62D9E;
}
</style>
border-color css
<style>
span { border-color: #B62D9E; }
span { border-color: rgb(182,45,158); }
td.TdClassName
{
border-color: #B62D9E;
}
.TagClassName
{
border-color: #B62D9E;
}
</style>