Shades of Medium Red Violet #B7369D
Tints of Medium Red Violet #B7369D
RGB
CMYK
RGB Variations
Color information
#B7369D (or 0xB7369D) is known color: Medium Red Violet. HEX triplet: B7, 36 and 9D. RGB value is (183,54,157). Sum of RGB (Red+Green+Blue) = 183+54+157=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7369D is #48C962. Grayscale: #686868. Windows color (decimal): -4770147 or 10303159. OLE color: 10303159.
HSL color Cylindrical-coordinate representation of color #B7369D: hue angle of 312.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7369D is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 157 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.28 |
| HSL | 312.09º | 0.54% | 0.46% | - |
| HSV(B) | 312.09º | 0.7% | 0.72% | - |
| XYZ | 26.93 | 15.14 | 33.4 | - |
| YUV | 104.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 157 | 0 | 0.70 | 0.14 | 0.28 | 312.09 | 0.54 | 0.46 |
| Hex | B7 | 36 | 9D | 0 | 46 | E | 1C | 138 | 36 | 2E |
| Octal | 267 | 66 | 235 | 0 | 106 | 16 | 34 | 470 | 66 | 56 |
| Binary | 10110111 | 110110 | 10011101 | 0 | 1000110 | 1110 | 11100 | 100111000 | 110110 | 101110 |
Color Harmonies of #B7369D
Complementary color
Monochromatic Colors of #B7369D
Black with #B7369D
Text Example
Text Example
White with #B7369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7369D; }
p { color: rgb(183,54,157); }
H1.HeaderClassName
{
color: #B7369D;
}
.AnyTagClassName
{
color: #B7369D;
}
</style>
background-color css
<style>
a { background-color: #B7369D; }
a { background-color: rgb(183,54,157); }
div.DivClassName
{
background-color: #B7369D;
}
.BgClassName
{
background-color: #B7369D;
}
</style>
border-color css
<style>
span { border-color: #B7369D; }
span { border-color: rgb(183,54,157); }
td.TdClassName
{
border-color: #B7369D;
}
.TagClassName
{
border-color: #B7369D;
}
</style>