Shades of Medium Red Violet #BD3270
Tints of Medium Red Violet #BD3270
RGB
CMYK
RGB Variations
Color information
#BD3270 (or 0xBD3270) is known color: Medium Red Violet. HEX triplet: BD, 32 and 70. RGB value is (189,50,112). Sum of RGB (Red+Green+Blue) = 189+50+112=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3270 is #42CD8F. Grayscale: #626262. Windows color (decimal): -4378000 or 7353021. OLE color: 7353021.
HSL color Cylindrical-coordinate representation of color #BD3270: hue angle of 333.24º 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 #BD3270 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 112 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.26 |
| HSL | 333.24º | 0.58% | 0.47% | - |
| HSV(B) | 333.24º | 0.74% | 0.74% | - |
| XYZ | 25.05 | 14.27 | 16.76 | - |
| YUV | 98.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 112 | 0 | 0.74 | 0.41 | 0.26 | 333.24 | 0.58 | 0.47 |
| Hex | BD | 32 | 70 | 0 | 4A | 29 | 1A | 14D | 3A | 2F |
| Octal | 275 | 62 | 160 | 0 | 112 | 51 | 32 | 515 | 72 | 57 |
| Binary | 10111101 | 110010 | 1110000 | 0 | 1001010 | 101001 | 11010 | 101001101 | 111010 | 101111 |
Color Harmonies of #BD3270
Complementary color
Monochromatic Colors of #BD3270
Black with #BD3270
Text Example
Text Example
White with #BD3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3270; }
p { color: rgb(189,50,112); }
H1.HeaderClassName
{
color: #BD3270;
}
.AnyTagClassName
{
color: #BD3270;
}
</style>
background-color css
<style>
a { background-color: #BD3270; }
a { background-color: rgb(189,50,112); }
div.DivClassName
{
background-color: #BD3270;
}
.BgClassName
{
background-color: #BD3270;
}
</style>
border-color css
<style>
span { border-color: #BD3270; }
span { border-color: rgb(189,50,112); }
td.TdClassName
{
border-color: #BD3270;
}
.TagClassName
{
border-color: #BD3270;
}
</style>