Shades of Medium Red Violet #B4207D
Tints of Medium Red Violet #B4207D
RGB
CMYK
RGB Variations
Color information
#B4207D (or 0xB4207D) is known color: Medium Red Violet. HEX triplet: B4, 20 and 7D. RGB value is (180,32,125). Sum of RGB (Red+Green+Blue) = 180+32+125=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4207D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4207D is #4BDF82. Grayscale: #565656. Windows color (decimal): -4972419 or 8200372. OLE color: 8200372.
HSL color Cylindrical-coordinate representation of color #B4207D: hue angle of 322.3º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4207D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 125 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.29 |
| HSL | 322.3º | 0.7% | 0.42% | - |
| HSV(B) | 322.3º | 0.82% | 0.71% | - |
| XYZ | 23.04 | 12.22 | 20.55 | - |
| YUV | 86.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 125 | 0 | 0.82 | 0.31 | 0.29 | 322.3 | 0.7 | 0.42 |
| Hex | B4 | 20 | 7D | 0 | 52 | 1F | 1D | 142 | 46 | 2A |
| Octal | 264 | 40 | 175 | 0 | 122 | 37 | 35 | 502 | 106 | 52 |
| Binary | 10110100 | 100000 | 1111101 | 0 | 1010010 | 11111 | 11101 | 101000010 | 1000110 | 101010 |
Color Harmonies of #B4207D
Complementary color
Monochromatic Colors of #B4207D
Black with #B4207D
Text Example
Text Example
White with #B4207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4207D; }
p { color: rgb(180,32,125); }
H1.HeaderClassName
{
color: #B4207D;
}
.AnyTagClassName
{
color: #B4207D;
}
</style>
background-color css
<style>
a { background-color: #B4207D; }
a { background-color: rgb(180,32,125); }
div.DivClassName
{
background-color: #B4207D;
}
.BgClassName
{
background-color: #B4207D;
}
</style>
border-color css
<style>
span { border-color: #B4207D; }
span { border-color: rgb(180,32,125); }
td.TdClassName
{
border-color: #B4207D;
}
.TagClassName
{
border-color: #B4207D;
}
</style>