Shades of Medium Violet Red #B2007A
Tints of Medium Violet Red #B2007A
RGB
CMYK
RGB Variations
Color information
#B2007A (or 0xB2007A) is known color: Medium Violet Red. HEX triplet: B2, 00 and 7A. RGB value is (178,0,122). Sum of RGB (Red+Green+Blue) = 178+0+122=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B2007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2007A is #4DFF85. Grayscale: #424242. Windows color (decimal): -5111686 or 7995570. OLE color: 7995570.
HSL color Cylindrical-coordinate representation of color #B2007A: hue angle of 318.88º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2007A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 0 | 122 | - |
| CMYK | 0 | 1 | 0.31 | 0.30 |
| HSL | 318.88º | 1% | 0.35% | - |
| HSV(B) | 318.88º | 1% | 0.7% | - |
| XYZ | 21.87 | 10.87 | 19.36 | - |
| YUV | 67.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 0 | 122 | 0 | 1 | 0.31 | 0.30 | 318.88 | 1 | 0.35 |
| Hex | B2 | 0 | 7A | 0 | 64 | 1F | 1E | 13F | 64 | 23 |
| Octal | 262 | 0 | 172 | 0 | 144 | 37 | 36 | 477 | 144 | 43 |
| Binary | 10110010 | 0 | 1111010 | 0 | 1100100 | 11111 | 11110 | 100111111 | 1100100 | 100011 |
Color Harmonies of #B2007A
Complementary color
Monochromatic Colors of #B2007A
Black with #B2007A
Text Example
Text Example
White with #B2007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2007A; }
p { color: rgb(178,0,122); }
H1.HeaderClassName
{
color: #B2007A;
}
.AnyTagClassName
{
color: #B2007A;
}
</style>
background-color css
<style>
a { background-color: #B2007A; }
a { background-color: rgb(178,0,122); }
div.DivClassName
{
background-color: #B2007A;
}
.BgClassName
{
background-color: #B2007A;
}
</style>
border-color css
<style>
span { border-color: #B2007A; }
span { border-color: rgb(178,0,122); }
td.TdClassName
{
border-color: #B2007A;
}
.TagClassName
{
border-color: #B2007A;
}
</style>