Shades of Medium Violet Red #B6078A
Tints of Medium Violet Red #B6078A
RGB
CMYK
RGB Variations
Color information
#B6078A (or 0xB6078A) is known color: Medium Violet Red. HEX triplet: B6, 07 and 8A. RGB value is (182,7,138). Sum of RGB (Red+Green+Blue) = 182+7+138=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6078A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6078A is #49F875. Grayscale: #494949. Windows color (decimal): -4847734 or 9045942. OLE color: 9045942.
HSL color Cylindrical-coordinate representation of color #B6078A: hue angle of 315.09º 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 #B6078A is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 138 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.29 |
| HSL | 315.09º | 0.93% | 0.37% | - |
| HSV(B) | 315.09º | 0.96% | 0.71% | - |
| XYZ | 23.95 | 11.93 | 25.09 | - |
| YUV | 74.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 138 | 0 | 0.96 | 0.24 | 0.29 | 315.09 | 0.93 | 0.37 |
| Hex | B6 | 7 | 8A | 0 | 60 | 18 | 1D | 13B | 5D | 25 |
| Octal | 266 | 7 | 212 | 0 | 140 | 30 | 35 | 473 | 135 | 45 |
| Binary | 10110110 | 111 | 10001010 | 0 | 1100000 | 11000 | 11101 | 100111011 | 1011101 | 100101 |
Color Harmonies of #B6078A
Complementary color
Monochromatic Colors of #B6078A
Black with #B6078A
Text Example
Text Example
White with #B6078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6078A; }
p { color: rgb(182,7,138); }
H1.HeaderClassName
{
color: #B6078A;
}
.AnyTagClassName
{
color: #B6078A;
}
</style>
background-color css
<style>
a { background-color: #B6078A; }
a { background-color: rgb(182,7,138); }
div.DivClassName
{
background-color: #B6078A;
}
.BgClassName
{
background-color: #B6078A;
}
</style>
border-color css
<style>
span { border-color: #B6078A; }
span { border-color: rgb(182,7,138); }
td.TdClassName
{
border-color: #B6078A;
}
.TagClassName
{
border-color: #B6078A;
}
</style>