Shades of Medium Violet Red #B2079A
Tints of Medium Violet Red #B2079A
RGB
CMYK
RGB Variations
Color information
#B2079A (or 0xB2079A) is known color: Medium Violet Red. HEX triplet: B2, 07 and 9A. RGB value is (178,7,154). Sum of RGB (Red+Green+Blue) = 178+7+154=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2079A is #4DF865. Grayscale: #4A4A4A. Windows color (decimal): -5109862 or 10094514. OLE color: 10094514.
HSL color Cylindrical-coordinate representation of color #B2079A: hue angle of 308.42º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2079A is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.30 |
| HSL | 308.42º | 0.92% | 0.36% | - |
| HSV(B) | 308.42º | 0.96% | 0.7% | - |
| XYZ | 24.27 | 11.95 | 31.6 | - |
| YUV | 74.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 154 | 0 | 0.96 | 0.13 | 0.30 | 308.42 | 0.92 | 0.36 |
| Hex | B2 | 7 | 9A | 0 | 60 | D | 1E | 134 | 5C | 24 |
| Octal | 262 | 7 | 232 | 0 | 140 | 15 | 36 | 464 | 134 | 44 |
| Binary | 10110010 | 111 | 10011010 | 0 | 1100000 | 1101 | 11110 | 100110100 | 1011100 | 100100 |
Color Harmonies of #B2079A
Complementary color
Monochromatic Colors of #B2079A
Black with #B2079A
Text Example
Text Example
White with #B2079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2079A; }
p { color: rgb(178,7,154); }
H1.HeaderClassName
{
color: #B2079A;
}
.AnyTagClassName
{
color: #B2079A;
}
</style>
background-color css
<style>
a { background-color: #B2079A; }
a { background-color: rgb(178,7,154); }
div.DivClassName
{
background-color: #B2079A;
}
.BgClassName
{
background-color: #B2079A;
}
</style>
border-color css
<style>
span { border-color: #B2079A; }
span { border-color: rgb(178,7,154); }
td.TdClassName
{
border-color: #B2079A;
}
.TagClassName
{
border-color: #B2079A;
}
</style>