Shades of Medium Red Violet #B7307D
Tints of Medium Red Violet #B7307D
RGB
CMYK
RGB Variations
Color information
#B7307D (or 0xB7307D) is known color: Medium Red Violet. HEX triplet: B7, 30 and 7D. RGB value is (183,48,125). Sum of RGB (Red+Green+Blue) = 183+48+125=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7307D is #48CF82. Grayscale: #606060. Windows color (decimal): -4771715 or 8204471. OLE color: 8204471.
HSL color Cylindrical-coordinate representation of color #B7307D: hue angle of 325.78º 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 #B7307D is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 125 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.28 |
| HSL | 325.78º | 0.58% | 0.45% | - |
| HSV(B) | 325.78º | 0.74% | 0.72% | - |
| XYZ | 24.29 | 13.66 | 20.76 | - |
| YUV | 97.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 125 | 0 | 0.74 | 0.32 | 0.28 | 325.78 | 0.58 | 0.45 |
| Hex | B7 | 30 | 7D | 0 | 4A | 20 | 1C | 146 | 3A | 2D |
| Octal | 267 | 60 | 175 | 0 | 112 | 40 | 34 | 506 | 72 | 55 |
| Binary | 10110111 | 110000 | 1111101 | 0 | 1001010 | 100000 | 11100 | 101000110 | 111010 | 101101 |
Color Harmonies of #B7307D
Complementary color
Monochromatic Colors of #B7307D
Black with #B7307D
Text Example
Text Example
White with #B7307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7307D; }
p { color: rgb(183,48,125); }
H1.HeaderClassName
{
color: #B7307D;
}
.AnyTagClassName
{
color: #B7307D;
}
</style>
background-color css
<style>
a { background-color: #B7307D; }
a { background-color: rgb(183,48,125); }
div.DivClassName
{
background-color: #B7307D;
}
.BgClassName
{
background-color: #B7307D;
}
</style>
border-color css
<style>
span { border-color: #B7307D; }
span { border-color: rgb(183,48,125); }
td.TdClassName
{
border-color: #B7307D;
}
.TagClassName
{
border-color: #B7307D;
}
</style>