Shades of Medium Red Violet #BD2B6D
Tints of Medium Red Violet #BD2B6D
RGB
CMYK
RGB Variations
Color information
#BD2B6D (or 0xBD2B6D) is known color: Medium Red Violet. HEX triplet: BD, 2B and 6D. RGB value is (189,43,109). Sum of RGB (Red+Green+Blue) = 189+43+109=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2B6D is #42D492. Grayscale: #5E5E5E. Windows color (decimal): -4379795 or 7154621. OLE color: 7154621.
HSL color Cylindrical-coordinate representation of color #BD2B6D: hue angle of 332.88º 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 #BD2B6D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 109 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.26 |
| HSL | 332.88º | 0.63% | 0.45% | - |
| HSV(B) | 332.88º | 0.77% | 0.74% | - |
| XYZ | 24.61 | 13.65 | 15.81 | - |
| YUV | 94.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 109 | 0 | 0.77 | 0.42 | 0.26 | 332.88 | 0.63 | 0.45 |
| Hex | BD | 2B | 6D | 0 | 4D | 2A | 1A | 14D | 3F | 2D |
| Octal | 275 | 53 | 155 | 0 | 115 | 52 | 32 | 515 | 77 | 55 |
| Binary | 10111101 | 101011 | 1101101 | 0 | 1001101 | 101010 | 11010 | 101001101 | 111111 | 101101 |
Color Harmonies of #BD2B6D
Complementary color
Monochromatic Colors of #BD2B6D
Black with #BD2B6D
Text Example
Text Example
White with #BD2B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B6D; }
p { color: rgb(189,43,109); }
H1.HeaderClassName
{
color: #BD2B6D;
}
.AnyTagClassName
{
color: #BD2B6D;
}
</style>
background-color css
<style>
a { background-color: #BD2B6D; }
a { background-color: rgb(189,43,109); }
div.DivClassName
{
background-color: #BD2B6D;
}
.BgClassName
{
background-color: #BD2B6D;
}
</style>
border-color css
<style>
span { border-color: #BD2B6D; }
span { border-color: rgb(189,43,109); }
td.TdClassName
{
border-color: #BD2B6D;
}
.TagClassName
{
border-color: #BD2B6D;
}
</style>