Shades of Medium Red Violet #B64483
Tints of Medium Red Violet #B64483
RGB
CMYK
RGB Variations
Color information
#B64483 (or 0xB64483) is known color: Medium Red Violet. HEX triplet: B6, 44 and 83. RGB value is (182,68,131). Sum of RGB (Red+Green+Blue) = 182+68+131=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B64483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64483 is #49BB7C. Grayscale: #6D6D6D. Windows color (decimal): -4832125 or 8602806. OLE color: 8602806.
HSL color Cylindrical-coordinate representation of color #B64483: hue angle of 326.84º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64483 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 131 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.29 |
| HSL | 326.84º | 0.46% | 0.49% | - |
| HSV(B) | 326.84º | 0.63% | 0.71% | - |
| XYZ | 25.46 | 15.72 | 23.16 | - |
| YUV | 109.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 131 | 0 | 0.63 | 0.28 | 0.29 | 326.84 | 0.46 | 0.49 |
| Hex | B6 | 44 | 83 | 0 | 3F | 1C | 1D | 147 | 2E | 31 |
| Octal | 266 | 104 | 203 | 0 | 77 | 34 | 35 | 507 | 56 | 61 |
| Binary | 10110110 | 1000100 | 10000011 | 0 | 111111 | 11100 | 11101 | 101000111 | 101110 | 110001 |
Color Harmonies of #B64483
Complementary color
Monochromatic Colors of #B64483
Black with #B64483
Text Example
Text Example
White with #B64483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64483; }
p { color: rgb(182,68,131); }
H1.HeaderClassName
{
color: #B64483;
}
.AnyTagClassName
{
color: #B64483;
}
</style>
background-color css
<style>
a { background-color: #B64483; }
a { background-color: rgb(182,68,131); }
div.DivClassName
{
background-color: #B64483;
}
.BgClassName
{
background-color: #B64483;
}
</style>
border-color css
<style>
span { border-color: #B64483; }
span { border-color: rgb(182,68,131); }
td.TdClassName
{
border-color: #B64483;
}
.TagClassName
{
border-color: #B64483;
}
</style>