Shades of Medium Red Violet #B7379A
Tints of Medium Red Violet #B7379A
RGB
CMYK
RGB Variations
Color information
#B7379A (or 0xB7379A) is known color: Medium Red Violet. HEX triplet: B7, 37 and 9A. RGB value is (183,55,154). Sum of RGB (Red+Green+Blue) = 183+55+154=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7379A is #48C865. Grayscale: #686868. Windows color (decimal): -4769894 or 10106807. OLE color: 10106807.
HSL color Cylindrical-coordinate representation of color #B7379A: hue angle of 313.59º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7379A is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 154 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.28 |
| HSL | 313.59º | 0.54% | 0.47% | - |
| HSV(B) | 313.59º | 0.7% | 0.72% | - |
| XYZ | 26.73 | 15.13 | 32.08 | - |
| YUV | 104.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 154 | 0 | 0.70 | 0.16 | 0.28 | 313.59 | 0.54 | 0.47 |
| Hex | B7 | 37 | 9A | 0 | 46 | 10 | 1C | 13A | 36 | 2F |
| Octal | 267 | 67 | 232 | 0 | 106 | 20 | 34 | 472 | 66 | 57 |
| Binary | 10110111 | 110111 | 10011010 | 0 | 1000110 | 10000 | 11100 | 100111010 | 110110 | 101111 |
Color Harmonies of #B7379A
Complementary color
Monochromatic Colors of #B7379A
Black with #B7379A
Text Example
Text Example
White with #B7379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7379A; }
p { color: rgb(183,55,154); }
H1.HeaderClassName
{
color: #B7379A;
}
.AnyTagClassName
{
color: #B7379A;
}
</style>
background-color css
<style>
a { background-color: #B7379A; }
a { background-color: rgb(183,55,154); }
div.DivClassName
{
background-color: #B7379A;
}
.BgClassName
{
background-color: #B7379A;
}
</style>
border-color css
<style>
span { border-color: #B7379A; }
span { border-color: rgb(183,55,154); }
td.TdClassName
{
border-color: #B7379A;
}
.TagClassName
{
border-color: #B7379A;
}
</style>