Shades of Medium Red Violet #BD2B7D
Tints of Medium Red Violet #BD2B7D
RGB
CMYK
RGB Variations
Color information
#BD2B7D (or 0xBD2B7D) is known color: Medium Red Violet. HEX triplet: BD, 2B and 7D. RGB value is (189,43,125). Sum of RGB (Red+Green+Blue) = 189+43+125=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B7D is #42D482. Grayscale: #5F5F5F. Windows color (decimal): -4379779 or 8203197. OLE color: 8203197.
HSL color Cylindrical-coordinate representation of color #BD2B7D: hue angle of 326.3º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B7D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 125 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.26 |
| HSL | 326.3º | 0.63% | 0.45% | - |
| HSV(B) | 326.3º | 0.77% | 0.74% | - |
| XYZ | 25.55 | 14.03 | 20.76 | - |
| YUV | 96 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 125 | 0 | 0.77 | 0.34 | 0.26 | 326.3 | 0.63 | 0.45 |
| Hex | BD | 2B | 7D | 0 | 4D | 22 | 1A | 146 | 3F | 2D |
| Octal | 275 | 53 | 175 | 0 | 115 | 42 | 32 | 506 | 77 | 55 |
| Binary | 10111101 | 101011 | 1111101 | 0 | 1001101 | 100010 | 11010 | 101000110 | 111111 | 101101 |
Color Harmonies of #BD2B7D
Complementary color
Monochromatic Colors of #BD2B7D
Black with #BD2B7D
Text Example
Text Example
White with #BD2B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B7D; }
p { color: rgb(189,43,125); }
H1.HeaderClassName
{
color: #BD2B7D;
}
.AnyTagClassName
{
color: #BD2B7D;
}
</style>
background-color css
<style>
a { background-color: #BD2B7D; }
a { background-color: rgb(189,43,125); }
div.DivClassName
{
background-color: #BD2B7D;
}
.BgClassName
{
background-color: #BD2B7D;
}
</style>
border-color css
<style>
span { border-color: #BD2B7D; }
span { border-color: rgb(189,43,125); }
td.TdClassName
{
border-color: #BD2B7D;
}
.TagClassName
{
border-color: #BD2B7D;
}
</style>