Shades of Medium Violet Red #B6148C
Tints of Medium Violet Red #B6148C
RGB
CMYK
RGB Variations
Color information
#B6148C (or 0xB6148C) is known color: Medium Violet Red. HEX triplet: B6, 14 and 8C. RGB value is (182,20,140). Sum of RGB (Red+Green+Blue) = 182+20+140=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B6148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6148C is #49EB73. Grayscale: #515151. Windows color (decimal): -4844404 or 9180342. OLE color: 9180342.
HSL color Cylindrical-coordinate representation of color #B6148C: hue angle of 315.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6148C is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 140 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.29 |
| HSL | 315.56º | 0.8% | 0.4% | - |
| HSV(B) | 315.56º | 0.89% | 0.71% | - |
| XYZ | 24.28 | 12.34 | 25.91 | - |
| YUV | 82.12 | 160.67 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 140 | 0 | 0.89 | 0.23 | 0.29 | 315.56 | 0.8 | 0.4 |
| Hex | B6 | 14 | 8C | 0 | 59 | 17 | 1D | 13C | 50 | 28 |
| Octal | 266 | 24 | 214 | 0 | 131 | 27 | 35 | 474 | 120 | 50 |
| Binary | 10110110 | 10100 | 10001100 | 0 | 1011001 | 10111 | 11101 | 100111100 | 1010000 | 101000 |
Color Harmonies of #B6148C
Complementary color
Monochromatic Colors of #B6148C
Black with #B6148C
Text Example
Text Example
White with #B6148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6148C; }
p { color: rgb(182,20,140); }
H1.HeaderClassName
{
color: #B6148C;
}
.AnyTagClassName
{
color: #B6148C;
}
</style>
background-color css
<style>
a { background-color: #B6148C; }
a { background-color: rgb(182,20,140); }
div.DivClassName
{
background-color: #B6148C;
}
.BgClassName
{
background-color: #B6148C;
}
</style>
border-color css
<style>
span { border-color: #B6148C; }
span { border-color: rgb(182,20,140); }
td.TdClassName
{
border-color: #B6148C;
}
.TagClassName
{
border-color: #B6148C;
}
</style>