Shades of Medium Red Violet #B0207A
Tints of Medium Red Violet #B0207A
RGB
CMYK
RGB Variations
Color information
#B0207A (or 0xB0207A) is known color: Medium Red Violet. HEX triplet: B0, 20 and 7A. RGB value is (176,32,122). Sum of RGB (Red+Green+Blue) = 176+32+122=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B0207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0207A is #4FDF85. Grayscale: #555555. Windows color (decimal): -5234566 or 8003760. OLE color: 8003760.
HSL color Cylindrical-coordinate representation of color #B0207A: hue angle of 322.5º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0207A is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 122 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.31 |
| HSL | 322.5º | 0.69% | 0.41% | - |
| HSV(B) | 322.5º | 0.82% | 0.69% | - |
| XYZ | 21.93 | 11.67 | 19.51 | - |
| YUV | 85.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 122 | 0 | 0.82 | 0.31 | 0.31 | 322.5 | 0.69 | 0.41 |
| Hex | B0 | 20 | 7A | 0 | 52 | 1F | 1F | 142 | 45 | 29 |
| Octal | 260 | 40 | 172 | 0 | 122 | 37 | 37 | 502 | 105 | 51 |
| Binary | 10110000 | 100000 | 1111010 | 0 | 1010010 | 11111 | 11111 | 101000010 | 1000101 | 101001 |
Color Harmonies of #B0207A
Complementary color
Monochromatic Colors of #B0207A
Black with #B0207A
Text Example
Text Example
White with #B0207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0207A; }
p { color: rgb(176,32,122); }
H1.HeaderClassName
{
color: #B0207A;
}
.AnyTagClassName
{
color: #B0207A;
}
</style>
background-color css
<style>
a { background-color: #B0207A; }
a { background-color: rgb(176,32,122); }
div.DivClassName
{
background-color: #B0207A;
}
.BgClassName
{
background-color: #B0207A;
}
</style>
border-color css
<style>
span { border-color: #B0207A; }
span { border-color: rgb(176,32,122); }
td.TdClassName
{
border-color: #B0207A;
}
.TagClassName
{
border-color: #B0207A;
}
</style>