Shades of Medium Violet Red #B7148B
Tints of Medium Violet Red #B7148B
RGB
CMYK
RGB Variations
Color information
#B7148B (or 0xB7148B) is known color: Medium Violet Red. HEX triplet: B7, 14 and 8B. RGB value is (183,20,139). Sum of RGB (Red+Green+Blue) = 183+20+139=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148B is #48EB74. Grayscale: #515151. Windows color (decimal): -4778869 or 9114807. OLE color: 9114807.
HSL color Cylindrical-coordinate representation of color #B7148B: hue angle of 316.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7148B is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 139 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.28 |
| HSL | 316.2º | 0.8% | 0.4% | - |
| HSV(B) | 316.2º | 0.89% | 0.72% | - |
| XYZ | 24.44 | 12.43 | 25.54 | - |
| YUV | 82.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 139 | 0 | 0.89 | 0.24 | 0.28 | 316.2 | 0.8 | 0.4 |
| Hex | B7 | 14 | 8B | 0 | 59 | 18 | 1C | 13C | 50 | 28 |
| Octal | 267 | 24 | 213 | 0 | 131 | 30 | 34 | 474 | 120 | 50 |
| Binary | 10110111 | 10100 | 10001011 | 0 | 1011001 | 11000 | 11100 | 100111100 | 1010000 | 101000 |
Color Harmonies of #B7148B
Complementary color
Monochromatic Colors of #B7148B
Black with #B7148B
Text Example
Text Example
White with #B7148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7148B; }
p { color: rgb(183,20,139); }
H1.HeaderClassName
{
color: #B7148B;
}
.AnyTagClassName
{
color: #B7148B;
}
</style>
background-color css
<style>
a { background-color: #B7148B; }
a { background-color: rgb(183,20,139); }
div.DivClassName
{
background-color: #B7148B;
}
.BgClassName
{
background-color: #B7148B;
}
</style>
border-color css
<style>
span { border-color: #B7148B; }
span { border-color: rgb(183,20,139); }
td.TdClassName
{
border-color: #B7148B;
}
.TagClassName
{
border-color: #B7148B;
}
</style>