Shades of Medium Red Violet #B64290
Tints of Medium Red Violet #B64290
RGB
CMYK
RGB Variations
Color information
#B64290 (or 0xB64290) is known color: Medium Red Violet. HEX triplet: B6, 42 and 90. RGB value is (182,66,144). Sum of RGB (Red+Green+Blue) = 182+66+144=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B64290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64290 is #49BD6F. Grayscale: #6D6D6D. Windows color (decimal): -4832624 or 9454262. OLE color: 9454262.
HSL color Cylindrical-coordinate representation of color #B64290: hue angle of 319.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64290 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 144 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.29 |
| HSL | 319.66º | 0.47% | 0.49% | - |
| HSV(B) | 319.66º | 0.64% | 0.71% | - |
| XYZ | 26.27 | 15.86 | 28.06 | - |
| YUV | 109.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 144 | 0 | 0.64 | 0.21 | 0.29 | 319.66 | 0.47 | 0.49 |
| Hex | B6 | 42 | 90 | 0 | 40 | 15 | 1D | 140 | 2F | 31 |
| Octal | 266 | 102 | 220 | 0 | 100 | 25 | 35 | 500 | 57 | 61 |
| Binary | 10110110 | 1000010 | 10010000 | 0 | 1000000 | 10101 | 11101 | 101000000 | 101111 | 110001 |
Color Harmonies of #B64290
Complementary color
Monochromatic Colors of #B64290
Black with #B64290
Text Example
Text Example
White with #B64290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64290; }
p { color: rgb(182,66,144); }
H1.HeaderClassName
{
color: #B64290;
}
.AnyTagClassName
{
color: #B64290;
}
</style>
background-color css
<style>
a { background-color: #B64290; }
a { background-color: rgb(182,66,144); }
div.DivClassName
{
background-color: #B64290;
}
.BgClassName
{
background-color: #B64290;
}
</style>
border-color css
<style>
span { border-color: #B64290; }
span { border-color: rgb(182,66,144); }
td.TdClassName
{
border-color: #B64290;
}
.TagClassName
{
border-color: #B64290;
}
</style>