Shades of Medium Red Violet #BD2D75
Tints of Medium Red Violet #BD2D75
RGB
CMYK
RGB Variations
Color information
#BD2D75 (or 0xBD2D75) is known color: Medium Red Violet. HEX triplet: BD, 2D and 75. RGB value is (189,45,117). Sum of RGB (Red+Green+Blue) = 189+45+117=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D75 is #42D28A. Grayscale: #606060. Windows color (decimal): -4379275 or 7679421. OLE color: 7679421.
HSL color Cylindrical-coordinate representation of color #BD2D75: hue angle of 330º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2D75 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 117 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.26 |
| HSL | 330º | 0.62% | 0.46% | - |
| HSV(B) | 330º | 0.76% | 0.74% | - |
| XYZ | 25.14 | 13.98 | 18.2 | - |
| YUV | 96.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 117 | 0 | 0.76 | 0.38 | 0.26 | 330 | 0.62 | 0.46 |
| Hex | BD | 2D | 75 | 0 | 4C | 26 | 1A | 14A | 3E | 2E |
| Octal | 275 | 55 | 165 | 0 | 114 | 46 | 32 | 512 | 76 | 56 |
| Binary | 10111101 | 101101 | 1110101 | 0 | 1001100 | 100110 | 11010 | 101001010 | 111110 | 101110 |
Color Harmonies of #BD2D75
Complementary color
Monochromatic Colors of #BD2D75
Black with #BD2D75
Text Example
Text Example
White with #BD2D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D75; }
p { color: rgb(189,45,117); }
H1.HeaderClassName
{
color: #BD2D75;
}
.AnyTagClassName
{
color: #BD2D75;
}
</style>
background-color css
<style>
a { background-color: #BD2D75; }
a { background-color: rgb(189,45,117); }
div.DivClassName
{
background-color: #BD2D75;
}
.BgClassName
{
background-color: #BD2D75;
}
</style>
border-color css
<style>
span { border-color: #BD2D75; }
span { border-color: rgb(189,45,117); }
td.TdClassName
{
border-color: #BD2D75;
}
.TagClassName
{
border-color: #BD2D75;
}
</style>