Shades of Medium Red Violet #B62D83
Tints of Medium Red Violet #B62D83
RGB
CMYK
RGB Variations
Color information
#B62D83 (or 0xB62D83) is known color: Medium Red Violet. HEX triplet: B6, 2D and 83. RGB value is (182,45,131). Sum of RGB (Red+Green+Blue) = 182+45+131=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62D83 is #49D27C. Grayscale: #5F5F5F. Windows color (decimal): -4838013 or 8596918. OLE color: 8596918.
HSL color Cylindrical-coordinate representation of color #B62D83: hue angle of 322.34º 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 #B62D83 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 131 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.29 |
| HSL | 322.34º | 0.6% | 0.45% | - |
| HSV(B) | 322.34º | 0.75% | 0.71% | - |
| XYZ | 24.33 | 13.46 | 22.79 | - |
| YUV | 95.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 131 | 0 | 0.75 | 0.28 | 0.29 | 322.34 | 0.6 | 0.45 |
| Hex | B6 | 2D | 83 | 0 | 4B | 1C | 1D | 142 | 3C | 2D |
| Octal | 266 | 55 | 203 | 0 | 113 | 34 | 35 | 502 | 74 | 55 |
| Binary | 10110110 | 101101 | 10000011 | 0 | 1001011 | 11100 | 11101 | 101000010 | 111100 | 101101 |
Color Harmonies of #B62D83
Complementary color
Monochromatic Colors of #B62D83
Black with #B62D83
Text Example
Text Example
White with #B62D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D83; }
p { color: rgb(182,45,131); }
H1.HeaderClassName
{
color: #B62D83;
}
.AnyTagClassName
{
color: #B62D83;
}
</style>
background-color css
<style>
a { background-color: #B62D83; }
a { background-color: rgb(182,45,131); }
div.DivClassName
{
background-color: #B62D83;
}
.BgClassName
{
background-color: #B62D83;
}
</style>
border-color css
<style>
span { border-color: #B62D83; }
span { border-color: rgb(182,45,131); }
td.TdClassName
{
border-color: #B62D83;
}
.TagClassName
{
border-color: #B62D83;
}
</style>