Shades of Medium Red Violet #B7369B
Tints of Medium Red Violet #B7369B
RGB
CMYK
RGB Variations
Color information
#B7369B (or 0xB7369B) is known color: Medium Red Violet. HEX triplet: B7, 36 and 9B. RGB value is (183,54,155). Sum of RGB (Red+Green+Blue) = 183+54+155=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7369B is #48C964. Grayscale: #676767. Windows color (decimal): -4770149 or 10172087. OLE color: 10172087.
HSL color Cylindrical-coordinate representation of color #B7369B: hue angle of 313.02º 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 #B7369B is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 155 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.28 |
| HSL | 313.02º | 0.54% | 0.46% | - |
| HSV(B) | 313.02º | 0.7% | 0.72% | - |
| XYZ | 26.76 | 15.07 | 32.51 | - |
| YUV | 104.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 155 | 0 | 0.70 | 0.15 | 0.28 | 313.02 | 0.54 | 0.46 |
| Hex | B7 | 36 | 9B | 0 | 46 | F | 1C | 139 | 36 | 2E |
| Octal | 267 | 66 | 233 | 0 | 106 | 17 | 34 | 471 | 66 | 56 |
| Binary | 10110111 | 110110 | 10011011 | 0 | 1000110 | 1111 | 11100 | 100111001 | 110110 | 101110 |
Color Harmonies of #B7369B
Complementary color
Monochromatic Colors of #B7369B
Black with #B7369B
Text Example
Text Example
White with #B7369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7369B; }
p { color: rgb(183,54,155); }
H1.HeaderClassName
{
color: #B7369B;
}
.AnyTagClassName
{
color: #B7369B;
}
</style>
background-color css
<style>
a { background-color: #B7369B; }
a { background-color: rgb(183,54,155); }
div.DivClassName
{
background-color: #B7369B;
}
.BgClassName
{
background-color: #B7369B;
}
</style>
border-color css
<style>
span { border-color: #B7369B; }
span { border-color: rgb(183,54,155); }
td.TdClassName
{
border-color: #B7369B;
}
.TagClassName
{
border-color: #B7369B;
}
</style>