Shades of Medium Red Violet #B2207D
Tints of Medium Red Violet #B2207D
RGB
CMYK
RGB Variations
Color information
#B2207D (or 0xB2207D) is known color: Medium Red Violet. HEX triplet: B2, 20 and 7D. RGB value is (178,32,125). Sum of RGB (Red+Green+Blue) = 178+32+125=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2207D is #4DDF82. Grayscale: #565656. Windows color (decimal): -5103491 or 8200370. OLE color: 8200370.
HSL color Cylindrical-coordinate representation of color #B2207D: hue angle of 321.78º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2207D is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 32 | 125 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.30 |
| HSL | 321.78º | 0.7% | 0.41% | - |
| HSV(B) | 321.78º | 0.82% | 0.7% | - |
| XYZ | 22.58 | 11.98 | 20.52 | - |
| YUV | 86.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 32 | 125 | 0 | 0.82 | 0.30 | 0.30 | 321.78 | 0.7 | 0.41 |
| Hex | B2 | 20 | 7D | 0 | 52 | 1E | 1E | 142 | 46 | 29 |
| Octal | 262 | 40 | 175 | 0 | 122 | 36 | 36 | 502 | 106 | 51 |
| Binary | 10110010 | 100000 | 1111101 | 0 | 1010010 | 11110 | 11110 | 101000010 | 1000110 | 101001 |
Color Harmonies of #B2207D
Complementary color
Monochromatic Colors of #B2207D
Black with #B2207D
Text Example
Text Example
White with #B2207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2207D; }
p { color: rgb(178,32,125); }
H1.HeaderClassName
{
color: #B2207D;
}
.AnyTagClassName
{
color: #B2207D;
}
</style>
background-color css
<style>
a { background-color: #B2207D; }
a { background-color: rgb(178,32,125); }
div.DivClassName
{
background-color: #B2207D;
}
.BgClassName
{
background-color: #B2207D;
}
</style>
border-color css
<style>
span { border-color: #B2207D; }
span { border-color: rgb(178,32,125); }
td.TdClassName
{
border-color: #B2207D;
}
.TagClassName
{
border-color: #B2207D;
}
</style>