Shades of Medium Red Violet #B7309B
Tints of Medium Red Violet #B7309B
RGB
CMYK
RGB Variations
Color information
#B7309B (or 0xB7309B) is known color: Medium Red Violet. HEX triplet: B7, 30 and 9B. RGB value is (183,48,155). Sum of RGB (Red+Green+Blue) = 183+48+155=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7309B is #48CF64. Grayscale: #646464. Windows color (decimal): -4771685 or 10170551. OLE color: 10170551.
HSL color Cylindrical-coordinate representation of color #B7309B: hue angle of 312.44º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7309B is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 155 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.28 |
| HSL | 312.44º | 0.58% | 0.45% | - |
| HSV(B) | 312.44º | 0.74% | 0.72% | - |
| XYZ | 26.5 | 14.55 | 32.42 | - |
| YUV | 100.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 155 | 0 | 0.74 | 0.15 | 0.28 | 312.44 | 0.58 | 0.45 |
| Hex | B7 | 30 | 9B | 0 | 4A | F | 1C | 138 | 3A | 2D |
| Octal | 267 | 60 | 233 | 0 | 112 | 17 | 34 | 470 | 72 | 55 |
| Binary | 10110111 | 110000 | 10011011 | 0 | 1001010 | 1111 | 11100 | 100111000 | 111010 | 101101 |
Color Harmonies of #B7309B
Complementary color
Monochromatic Colors of #B7309B
Black with #B7309B
Text Example
Text Example
White with #B7309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7309B; }
p { color: rgb(183,48,155); }
H1.HeaderClassName
{
color: #B7309B;
}
.AnyTagClassName
{
color: #B7309B;
}
</style>
background-color css
<style>
a { background-color: #B7309B; }
a { background-color: rgb(183,48,155); }
div.DivClassName
{
background-color: #B7309B;
}
.BgClassName
{
background-color: #B7309B;
}
</style>
border-color css
<style>
span { border-color: #B7309B; }
span { border-color: rgb(183,48,155); }
td.TdClassName
{
border-color: #B7309B;
}
.TagClassName
{
border-color: #B7309B;
}
</style>