Shades of Medium Red Violet #B4207C
Tints of Medium Red Violet #B4207C
RGB
CMYK
RGB Variations
Color information
#B4207C (or 0xB4207C) is known color: Medium Red Violet. HEX triplet: B4, 20 and 7C. RGB value is (180,32,124). Sum of RGB (Red+Green+Blue) = 180+32+124=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B4207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4207C is #4BDF83. Grayscale: #565656. Windows color (decimal): -4972420 or 8134836. OLE color: 8134836.
HSL color Cylindrical-coordinate representation of color #B4207C: hue angle of 322.7º 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 #B4207C is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 32 | 124 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.29 |
| HSL | 322.7º | 0.7% | 0.42% | - |
| HSV(B) | 322.7º | 0.82% | 0.71% | - |
| XYZ | 22.98 | 12.19 | 20.21 | - |
| YUV | 86.74 | 149.03 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 32 | 124 | 0 | 0.82 | 0.31 | 0.29 | 322.7 | 0.7 | 0.42 |
| Hex | B4 | 20 | 7C | 0 | 52 | 1F | 1D | 143 | 46 | 2A |
| Octal | 264 | 40 | 174 | 0 | 122 | 37 | 35 | 503 | 106 | 52 |
| Binary | 10110100 | 100000 | 1111100 | 0 | 1010010 | 11111 | 11101 | 101000011 | 1000110 | 101010 |
Color Harmonies of #B4207C
Complementary color
Monochromatic Colors of #B4207C
Black with #B4207C
Text Example
Text Example
White with #B4207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4207C; }
p { color: rgb(180,32,124); }
H1.HeaderClassName
{
color: #B4207C;
}
.AnyTagClassName
{
color: #B4207C;
}
</style>
background-color css
<style>
a { background-color: #B4207C; }
a { background-color: rgb(180,32,124); }
div.DivClassName
{
background-color: #B4207C;
}
.BgClassName
{
background-color: #B4207C;
}
</style>
border-color css
<style>
span { border-color: #B4207C; }
span { border-color: rgb(180,32,124); }
td.TdClassName
{
border-color: #B4207C;
}
.TagClassName
{
border-color: #B4207C;
}
</style>