Shades of Medium Red Violet #B7309A
Tints of Medium Red Violet #B7309A
RGB
CMYK
RGB Variations
Color information
#B7309A (or 0xB7309A) is known color: Medium Red Violet. HEX triplet: B7, 30 and 9A. RGB value is (183,48,154). Sum of RGB (Red+Green+Blue) = 183+48+154=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B7309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7309A is #48CF65. Grayscale: #646464. Windows color (decimal): -4771686 or 10105015. OLE color: 10105015.
HSL color Cylindrical-coordinate representation of color #B7309A: hue angle of 312.89º 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 #B7309A is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 154 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.28 |
| HSL | 312.89º | 0.58% | 0.45% | - |
| HSV(B) | 312.89º | 0.74% | 0.72% | - |
| XYZ | 26.42 | 14.51 | 31.98 | - |
| YUV | 100.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 154 | 0 | 0.74 | 0.16 | 0.28 | 312.89 | 0.58 | 0.45 |
| Hex | B7 | 30 | 9A | 0 | 4A | 10 | 1C | 139 | 3A | 2D |
| Octal | 267 | 60 | 232 | 0 | 112 | 20 | 34 | 471 | 72 | 55 |
| Binary | 10110111 | 110000 | 10011010 | 0 | 1001010 | 10000 | 11100 | 100111001 | 111010 | 101101 |
Color Harmonies of #B7309A
Complementary color
Monochromatic Colors of #B7309A
Black with #B7309A
Text Example
Text Example
White with #B7309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7309A; }
p { color: rgb(183,48,154); }
H1.HeaderClassName
{
color: #B7309A;
}
.AnyTagClassName
{
color: #B7309A;
}
</style>
background-color css
<style>
a { background-color: #B7309A; }
a { background-color: rgb(183,48,154); }
div.DivClassName
{
background-color: #B7309A;
}
.BgClassName
{
background-color: #B7309A;
}
</style>
border-color css
<style>
span { border-color: #B7309A; }
span { border-color: rgb(183,48,154); }
td.TdClassName
{
border-color: #B7309A;
}
.TagClassName
{
border-color: #B7309A;
}
</style>