Shades of Medium Red Violet #B0207D
Tints of Medium Red Violet #B0207D
RGB
CMYK
RGB Variations
Color information
#B0207D (or 0xB0207D) is known color: Medium Red Violet. HEX triplet: B0, 20 and 7D. RGB value is (176,32,125). Sum of RGB (Red+Green+Blue) = 176+32+125=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0207D is #4FDF82. Grayscale: #555555. Windows color (decimal): -5234563 or 8200368. OLE color: 8200368.
HSL color Cylindrical-coordinate representation of color #B0207D: hue angle of 321.25º 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 #B0207D is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 125 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.31 |
| HSL | 321.25º | 0.69% | 0.41% | - |
| HSV(B) | 321.25º | 0.82% | 0.69% | - |
| XYZ | 22.12 | 11.74 | 20.5 | - |
| YUV | 85.66 | 150.21 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 125 | 0 | 0.82 | 0.29 | 0.31 | 321.25 | 0.69 | 0.41 |
| Hex | B0 | 20 | 7D | 0 | 52 | 1D | 1F | 141 | 45 | 29 |
| Octal | 260 | 40 | 175 | 0 | 122 | 35 | 37 | 501 | 105 | 51 |
| Binary | 10110000 | 100000 | 1111101 | 0 | 1010010 | 11101 | 11111 | 101000001 | 1000101 | 101001 |
Color Harmonies of #B0207D
Complementary color
Monochromatic Colors of #B0207D
Black with #B0207D
Text Example
Text Example
White with #B0207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0207D; }
p { color: rgb(176,32,125); }
H1.HeaderClassName
{
color: #B0207D;
}
.AnyTagClassName
{
color: #B0207D;
}
</style>
background-color css
<style>
a { background-color: #B0207D; }
a { background-color: rgb(176,32,125); }
div.DivClassName
{
background-color: #B0207D;
}
.BgClassName
{
background-color: #B0207D;
}
</style>
border-color css
<style>
span { border-color: #B0207D; }
span { border-color: rgb(176,32,125); }
td.TdClassName
{
border-color: #B0207D;
}
.TagClassName
{
border-color: #B0207D;
}
</style>