Shades of Medium Violet Red #B6078D
Tints of Medium Violet Red #B6078D
RGB
CMYK
RGB Variations
Color information
#B6078D (or 0xB6078D) is known color: Medium Violet Red. HEX triplet: B6, 07 and 8D. RGB value is (182,7,141). Sum of RGB (Red+Green+Blue) = 182+7+141=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B6078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6078D is #49F872. Grayscale: #4A4A4A. Windows color (decimal): -4847731 or 9242550. OLE color: 9242550.
HSL color Cylindrical-coordinate representation of color #B6078D: hue angle of 314.06º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6078D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 141 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.29 |
| HSL | 314.06º | 0.93% | 0.37% | - |
| HSV(B) | 314.06º | 0.96% | 0.71% | - |
| XYZ | 24.18 | 12.02 | 26.25 | - |
| YUV | 74.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 141 | 0 | 0.96 | 0.23 | 0.29 | 314.06 | 0.93 | 0.37 |
| Hex | B6 | 7 | 8D | 0 | 60 | 17 | 1D | 13A | 5D | 25 |
| Octal | 266 | 7 | 215 | 0 | 140 | 27 | 35 | 472 | 135 | 45 |
| Binary | 10110110 | 111 | 10001101 | 0 | 1100000 | 10111 | 11101 | 100111010 | 1011101 | 100101 |
Color Harmonies of #B6078D
Complementary color
Monochromatic Colors of #B6078D
Black with #B6078D
Text Example
Text Example
White with #B6078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6078D; }
p { color: rgb(182,7,141); }
H1.HeaderClassName
{
color: #B6078D;
}
.AnyTagClassName
{
color: #B6078D;
}
</style>
background-color css
<style>
a { background-color: #B6078D; }
a { background-color: rgb(182,7,141); }
div.DivClassName
{
background-color: #B6078D;
}
.BgClassName
{
background-color: #B6078D;
}
</style>
border-color css
<style>
span { border-color: #B6078D; }
span { border-color: rgb(182,7,141); }
td.TdClassName
{
border-color: #B6078D;
}
.TagClassName
{
border-color: #B6078D;
}
</style>