Shades of Medium Red Violet #BD2B9F
Tints of Medium Red Violet #BD2B9F
RGB
CMYK
RGB Variations
Color information
#BD2B9F (or 0xBD2B9F) is known color: Medium Red Violet. HEX triplet: BD, 2B and 9F. RGB value is (189,43,159). Sum of RGB (Red+Green+Blue) = 189+43+159=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2B9F is #42D460. Grayscale: #636363. Windows color (decimal): -4379745 or 10431421. OLE color: 10431421.
HSL color Cylindrical-coordinate representation of color #BD2B9F: hue angle of 312.33º 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 #BD2B9F is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 159 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.26 |
| HSL | 312.33º | 0.63% | 0.45% | - |
| HSV(B) | 312.33º | 0.77% | 0.74% | - |
| XYZ | 28.11 | 15.05 | 34.22 | - |
| YUV | 99.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 159 | 0 | 0.77 | 0.16 | 0.26 | 312.33 | 0.63 | 0.45 |
| Hex | BD | 2B | 9F | 0 | 4D | 10 | 1A | 138 | 3F | 2D |
| Octal | 275 | 53 | 237 | 0 | 115 | 20 | 32 | 470 | 77 | 55 |
| Binary | 10111101 | 101011 | 10011111 | 0 | 1001101 | 10000 | 11010 | 100111000 | 111111 | 101101 |
Color Harmonies of #BD2B9F
Complementary color
Monochromatic Colors of #BD2B9F
Black with #BD2B9F
Text Example
Text Example
White with #BD2B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B9F; }
p { color: rgb(189,43,159); }
H1.HeaderClassName
{
color: #BD2B9F;
}
.AnyTagClassName
{
color: #BD2B9F;
}
</style>
background-color css
<style>
a { background-color: #BD2B9F; }
a { background-color: rgb(189,43,159); }
div.DivClassName
{
background-color: #BD2B9F;
}
.BgClassName
{
background-color: #BD2B9F;
}
</style>
border-color css
<style>
span { border-color: #BD2B9F; }
span { border-color: rgb(189,43,159); }
td.TdClassName
{
border-color: #BD2B9F;
}
.TagClassName
{
border-color: #BD2B9F;
}
</style>