Shades of Medium Red Violet #B74293
Tints of Medium Red Violet #B74293
RGB
CMYK
RGB Variations
Color information
#B74293 (or 0xB74293) is known color: Medium Red Violet. HEX triplet: B7, 42 and 93. RGB value is (183,66,147). Sum of RGB (Red+Green+Blue) = 183+66+147=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B74293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74293 is #48BD6C. Grayscale: #6E6E6E. Windows color (decimal): -4767085 or 9650871. OLE color: 9650871.
HSL color Cylindrical-coordinate representation of color #B74293: hue angle of 318.46º degrees, saturation: 0.47, 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 #B74293 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 147 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.28 |
| HSL | 318.46º | 0.47% | 0.49% | - |
| HSV(B) | 318.46º | 0.64% | 0.72% | - |
| XYZ | 26.74 | 16.07 | 29.3 | - |
| YUV | 110.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 147 | 0 | 0.64 | 0.20 | 0.28 | 318.46 | 0.47 | 0.49 |
| Hex | B7 | 42 | 93 | 0 | 40 | 14 | 1C | 13E | 2F | 31 |
| Octal | 267 | 102 | 223 | 0 | 100 | 24 | 34 | 476 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10010011 | 0 | 1000000 | 10100 | 11100 | 100111110 | 101111 | 110001 |
Color Harmonies of #B74293
Complementary color
Monochromatic Colors of #B74293
Black with #B74293
Text Example
Text Example
White with #B74293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74293; }
p { color: rgb(183,66,147); }
H1.HeaderClassName
{
color: #B74293;
}
.AnyTagClassName
{
color: #B74293;
}
</style>
background-color css
<style>
a { background-color: #B74293; }
a { background-color: rgb(183,66,147); }
div.DivClassName
{
background-color: #B74293;
}
.BgClassName
{
background-color: #B74293;
}
</style>
border-color css
<style>
span { border-color: #B74293; }
span { border-color: rgb(183,66,147); }
td.TdClassName
{
border-color: #B74293;
}
.TagClassName
{
border-color: #B74293;
}
</style>