Shades of Medium Red Violet #B7308E
Tints of Medium Red Violet #B7308E
RGB
CMYK
RGB Variations
Color information
#B7308E (or 0xB7308E) is known color: Medium Red Violet. HEX triplet: B7, 30 and 8E. RGB value is (183,48,142). Sum of RGB (Red+Green+Blue) = 183+48+142=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B7308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7308E is #48CF71. Grayscale: #626262. Windows color (decimal): -4771698 or 9318583. OLE color: 9318583.
HSL color Cylindrical-coordinate representation of color #B7308E: hue angle of 318.22º 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 #B7308E is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 142 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.28 |
| HSL | 318.22º | 0.58% | 0.45% | - |
| HSV(B) | 318.22º | 0.74% | 0.72% | - |
| XYZ | 25.47 | 14.13 | 26.98 | - |
| YUV | 99.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 142 | 0 | 0.74 | 0.22 | 0.28 | 318.22 | 0.58 | 0.45 |
| Hex | B7 | 30 | 8E | 0 | 4A | 16 | 1C | 13E | 3A | 2D |
| Octal | 267 | 60 | 216 | 0 | 112 | 26 | 34 | 476 | 72 | 55 |
| Binary | 10110111 | 110000 | 10001110 | 0 | 1001010 | 10110 | 11100 | 100111110 | 111010 | 101101 |
Color Harmonies of #B7308E
Complementary color
Monochromatic Colors of #B7308E
Black with #B7308E
Text Example
Text Example
White with #B7308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7308E; }
p { color: rgb(183,48,142); }
H1.HeaderClassName
{
color: #B7308E;
}
.AnyTagClassName
{
color: #B7308E;
}
</style>
background-color css
<style>
a { background-color: #B7308E; }
a { background-color: rgb(183,48,142); }
div.DivClassName
{
background-color: #B7308E;
}
.BgClassName
{
background-color: #B7308E;
}
</style>
border-color css
<style>
span { border-color: #B7308E; }
span { border-color: rgb(183,48,142); }
td.TdClassName
{
border-color: #B7308E;
}
.TagClassName
{
border-color: #B7308E;
}
</style>