Shades of Medium Red Violet #B74192
Tints of Medium Red Violet #B74192
RGB
CMYK
RGB Variations
Color information
#B74192 (or 0xB74192) is known color: Medium Red Violet. HEX triplet: B7, 41 and 92. RGB value is (183,65,146). Sum of RGB (Red+Green+Blue) = 183+65+146=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B74192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74192 is #48BE6D. Grayscale: #6D6D6D. Windows color (decimal): -4767342 or 9585079. OLE color: 9585079.
HSL color Cylindrical-coordinate representation of color #B74192: hue angle of 318.81º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74192 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 146 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.28 |
| HSL | 318.81º | 0.48% | 0.49% | - |
| HSV(B) | 318.81º | 0.64% | 0.72% | - |
| XYZ | 26.61 | 15.92 | 28.87 | - |
| YUV | 109.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 146 | 0 | 0.64 | 0.20 | 0.28 | 318.81 | 0.48 | 0.49 |
| Hex | B7 | 41 | 92 | 0 | 40 | 14 | 1C | 13F | 30 | 31 |
| Octal | 267 | 101 | 222 | 0 | 100 | 24 | 34 | 477 | 60 | 61 |
| Binary | 10110111 | 1000001 | 10010010 | 0 | 1000000 | 10100 | 11100 | 100111111 | 110000 | 110001 |
Color Harmonies of #B74192
Complementary color
Monochromatic Colors of #B74192
Black with #B74192
Text Example
Text Example
White with #B74192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74192; }
p { color: rgb(183,65,146); }
H1.HeaderClassName
{
color: #B74192;
}
.AnyTagClassName
{
color: #B74192;
}
</style>
background-color css
<style>
a { background-color: #B74192; }
a { background-color: rgb(183,65,146); }
div.DivClassName
{
background-color: #B74192;
}
.BgClassName
{
background-color: #B74192;
}
</style>
border-color css
<style>
span { border-color: #B74192; }
span { border-color: rgb(183,65,146); }
td.TdClassName
{
border-color: #B74192;
}
.TagClassName
{
border-color: #B74192;
}
</style>