Shades of Medium Red Violet #B64192
Tints of Medium Red Violet #B64192
RGB
CMYK
RGB Variations
Color information
#B64192 (or 0xB64192) is known color: Medium Red Violet. HEX triplet: B6, 41 and 92. RGB value is (182,65,146). Sum of RGB (Red+Green+Blue) = 182+65+146=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B64192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64192 is #49BE6D. Grayscale: #6D6D6D. Windows color (decimal): -4832878 or 9585078. OLE color: 9585078.
HSL color Cylindrical-coordinate representation of color #B64192: hue angle of 318.46º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64192 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 146 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.29 |
| HSL | 318.46º | 0.47% | 0.48% | - |
| HSV(B) | 318.46º | 0.64% | 0.71% | - |
| XYZ | 26.37 | 15.8 | 28.85 | - |
| YUV | 109.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 146 | 0 | 0.64 | 0.20 | 0.29 | 318.46 | 0.47 | 0.48 |
| Hex | B6 | 41 | 92 | 0 | 40 | 14 | 1D | 13E | 2F | 30 |
| Octal | 266 | 101 | 222 | 0 | 100 | 24 | 35 | 476 | 57 | 60 |
| Binary | 10110110 | 1000001 | 10010010 | 0 | 1000000 | 10100 | 11101 | 100111110 | 101111 | 110000 |
Color Harmonies of #B64192
Complementary color
Monochromatic Colors of #B64192
Black with #B64192
Text Example
Text Example
White with #B64192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64192; }
p { color: rgb(182,65,146); }
H1.HeaderClassName
{
color: #B64192;
}
.AnyTagClassName
{
color: #B64192;
}
</style>
background-color css
<style>
a { background-color: #B64192; }
a { background-color: rgb(182,65,146); }
div.DivClassName
{
background-color: #B64192;
}
.BgClassName
{
background-color: #B64192;
}
</style>
border-color css
<style>
span { border-color: #B64192; }
span { border-color: rgb(182,65,146); }
td.TdClassName
{
border-color: #B64192;
}
.TagClassName
{
border-color: #B64192;
}
</style>