Shades of Medium Red Violet #BD2B97
Tints of Medium Red Violet #BD2B97
RGB
CMYK
RGB Variations
Color information
#BD2B97 (or 0xBD2B97) is known color: Medium Red Violet. HEX triplet: BD, 2B and 97. RGB value is (189,43,151). Sum of RGB (Red+Green+Blue) = 189+43+151=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2B97 is #42D468. Grayscale: #626262. Windows color (decimal): -4379753 or 9907133. OLE color: 9907133.
HSL color Cylindrical-coordinate representation of color #BD2B97: hue angle of 315.62º 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 #BD2B97 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 43 | 151 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.26 |
| HSL | 315.62º | 0.63% | 0.45% | - |
| HSV(B) | 315.62º | 0.77% | 0.74% | - |
| XYZ | 27.44 | 14.78 | 30.69 | - |
| YUV | 98.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 151 | 0 | 0.77 | 0.20 | 0.26 | 315.62 | 0.63 | 0.45 |
| Hex | BD | 2B | 97 | 0 | 4D | 14 | 1A | 13C | 3F | 2D |
| Octal | 275 | 53 | 227 | 0 | 115 | 24 | 32 | 474 | 77 | 55 |
| Binary | 10111101 | 101011 | 10010111 | 0 | 1001101 | 10100 | 11010 | 100111100 | 111111 | 101101 |
Color Harmonies of #BD2B97
Complementary color
Monochromatic Colors of #BD2B97
Black with #BD2B97
Text Example
Text Example
White with #BD2B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2B97; }
p { color: rgb(189,43,151); }
H1.HeaderClassName
{
color: #BD2B97;
}
.AnyTagClassName
{
color: #BD2B97;
}
</style>
background-color css
<style>
a { background-color: #BD2B97; }
a { background-color: rgb(189,43,151); }
div.DivClassName
{
background-color: #BD2B97;
}
.BgClassName
{
background-color: #BD2B97;
}
</style>
border-color css
<style>
span { border-color: #BD2B97; }
span { border-color: rgb(189,43,151); }
td.TdClassName
{
border-color: #BD2B97;
}
.TagClassName
{
border-color: #BD2B97;
}
</style>