Shades of Medium Red Violet #B62994
Tints of Medium Red Violet #B62994
RGB
CMYK
RGB Variations
Color information
#B62994 (or 0xB62994) is known color: Medium Red Violet. HEX triplet: B6, 29 and 94. RGB value is (182,41,148). Sum of RGB (Red+Green+Blue) = 182+41+148=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B62994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62994 is #49D66B. Grayscale: #5F5F5F. Windows color (decimal): -4839020 or 9710006. OLE color: 9710006.
HSL color Cylindrical-coordinate representation of color #B62994: hue angle of 314.47º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B62994 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 148 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.29 |
| HSL | 314.47º | 0.63% | 0.44% | - |
| HSV(B) | 314.47º | 0.77% | 0.71% | - |
| XYZ | 25.43 | 13.67 | 29.32 | - |
| YUV | 95.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 148 | 0 | 0.77 | 0.19 | 0.29 | 314.47 | 0.63 | 0.44 |
| Hex | B6 | 29 | 94 | 0 | 4D | 13 | 1D | 13A | 3F | 2C |
| Octal | 266 | 51 | 224 | 0 | 115 | 23 | 35 | 472 | 77 | 54 |
| Binary | 10110110 | 101001 | 10010100 | 0 | 1001101 | 10011 | 11101 | 100111010 | 111111 | 101100 |
Color Harmonies of #B62994
Complementary color
Monochromatic Colors of #B62994
Black with #B62994
Text Example
Text Example
White with #B62994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62994; }
p { color: rgb(182,41,148); }
H1.HeaderClassName
{
color: #B62994;
}
.AnyTagClassName
{
color: #B62994;
}
</style>
background-color css
<style>
a { background-color: #B62994; }
a { background-color: rgb(182,41,148); }
div.DivClassName
{
background-color: #B62994;
}
.BgClassName
{
background-color: #B62994;
}
</style>
border-color css
<style>
span { border-color: #B62994; }
span { border-color: rgb(182,41,148); }
td.TdClassName
{
border-color: #B62994;
}
.TagClassName
{
border-color: #B62994;
}
</style>