Shades of Medium Red Violet #B0207B
Tints of Medium Red Violet #B0207B
RGB
CMYK
RGB Variations
Color information
#B0207B (or 0xB0207B) is known color: Medium Red Violet. HEX triplet: B0, 20 and 7B. RGB value is (176,32,123). Sum of RGB (Red+Green+Blue) = 176+32+123=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0207B is #4FDF84. Grayscale: #555555. Windows color (decimal): -5234565 or 8069296. OLE color: 8069296.
HSL color Cylindrical-coordinate representation of color #B0207B: hue angle of 322.08º 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 #B0207B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 123 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.31 |
| HSL | 322.08º | 0.69% | 0.41% | - |
| HSV(B) | 322.08º | 0.82% | 0.69% | - |
| XYZ | 22 | 11.69 | 19.84 | - |
| YUV | 85.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 123 | 0 | 0.82 | 0.30 | 0.31 | 322.08 | 0.69 | 0.41 |
| Hex | B0 | 20 | 7B | 0 | 52 | 1E | 1F | 142 | 45 | 29 |
| Octal | 260 | 40 | 173 | 0 | 122 | 36 | 37 | 502 | 105 | 51 |
| Binary | 10110000 | 100000 | 1111011 | 0 | 1010010 | 11110 | 11111 | 101000010 | 1000101 | 101001 |
Color Harmonies of #B0207B
Complementary color
Monochromatic Colors of #B0207B
Black with #B0207B
Text Example
Text Example
White with #B0207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0207B; }
p { color: rgb(176,32,123); }
H1.HeaderClassName
{
color: #B0207B;
}
.AnyTagClassName
{
color: #B0207B;
}
</style>
background-color css
<style>
a { background-color: #B0207B; }
a { background-color: rgb(176,32,123); }
div.DivClassName
{
background-color: #B0207B;
}
.BgClassName
{
background-color: #B0207B;
}
</style>
border-color css
<style>
span { border-color: #B0207B; }
span { border-color: rgb(176,32,123); }
td.TdClassName
{
border-color: #B0207B;
}
.TagClassName
{
border-color: #B0207B;
}
</style>