Shades of Medium Red Violet #BD3272
Tints of Medium Red Violet #BD3272
RGB
CMYK
RGB Variations
Color information
#BD3272 (or 0xBD3272) is known color: Medium Red Violet. HEX triplet: BD, 32 and 72. RGB value is (189,50,114). Sum of RGB (Red+Green+Blue) = 189+50+114=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3272 is #42CD8D. Grayscale: #626262. Windows color (decimal): -4377998 or 7484093. OLE color: 7484093.
HSL color Cylindrical-coordinate representation of color #BD3272: hue angle of 332.37º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3272 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 114 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.26 |
| HSL | 332.37º | 0.58% | 0.47% | - |
| HSV(B) | 332.37º | 0.74% | 0.74% | - |
| XYZ | 25.16 | 14.31 | 17.36 | - |
| YUV | 98.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 114 | 0 | 0.74 | 0.40 | 0.26 | 332.37 | 0.58 | 0.47 |
| Hex | BD | 32 | 72 | 0 | 4A | 28 | 1A | 14C | 3A | 2F |
| Octal | 275 | 62 | 162 | 0 | 112 | 50 | 32 | 514 | 72 | 57 |
| Binary | 10111101 | 110010 | 1110010 | 0 | 1001010 | 101000 | 11010 | 101001100 | 111010 | 101111 |
Color Harmonies of #BD3272
Complementary color
Monochromatic Colors of #BD3272
Black with #BD3272
Text Example
Text Example
White with #BD3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3272; }
p { color: rgb(189,50,114); }
H1.HeaderClassName
{
color: #BD3272;
}
.AnyTagClassName
{
color: #BD3272;
}
</style>
background-color css
<style>
a { background-color: #BD3272; }
a { background-color: rgb(189,50,114); }
div.DivClassName
{
background-color: #BD3272;
}
.BgClassName
{
background-color: #BD3272;
}
</style>
border-color css
<style>
span { border-color: #BD3272; }
span { border-color: rgb(189,50,114); }
td.TdClassName
{
border-color: #BD3272;
}
.TagClassName
{
border-color: #BD3272;
}
</style>