Shades of Medium Red Violet #BD2275
Tints of Medium Red Violet #BD2275
RGB
CMYK
RGB Variations
Color information
#BD2275 (or 0xBD2275) is known color: Medium Red Violet. HEX triplet: BD, 22 and 75. RGB value is (189,34,117). Sum of RGB (Red+Green+Blue) = 189+34+117=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2275 is #42DD8A. Grayscale: #595959. Windows color (decimal): -4382091 or 7676605. OLE color: 7676605.
HSL color Cylindrical-coordinate representation of color #BD2275: hue angle of 327.87º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2275 is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 117 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.26 |
| HSL | 327.87º | 0.7% | 0.44% | - |
| HSV(B) | 327.87º | 0.82% | 0.74% | - |
| XYZ | 24.77 | 13.25 | 18.08 | - |
| YUV | 89.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 117 | 0 | 0.82 | 0.38 | 0.26 | 327.87 | 0.7 | 0.44 |
| Hex | BD | 22 | 75 | 0 | 52 | 26 | 1A | 148 | 46 | 2C |
| Octal | 275 | 42 | 165 | 0 | 122 | 46 | 32 | 510 | 106 | 54 |
| Binary | 10111101 | 100010 | 1110101 | 0 | 1010010 | 100110 | 11010 | 101001000 | 1000110 | 101100 |
Color Harmonies of #BD2275
Complementary color
Monochromatic Colors of #BD2275
Black with #BD2275
Text Example
Text Example
White with #BD2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2275; }
p { color: rgb(189,34,117); }
H1.HeaderClassName
{
color: #BD2275;
}
.AnyTagClassName
{
color: #BD2275;
}
</style>
background-color css
<style>
a { background-color: #BD2275; }
a { background-color: rgb(189,34,117); }
div.DivClassName
{
background-color: #BD2275;
}
.BgClassName
{
background-color: #BD2275;
}
</style>
border-color css
<style>
span { border-color: #BD2275; }
span { border-color: rgb(189,34,117); }
td.TdClassName
{
border-color: #BD2275;
}
.TagClassName
{
border-color: #BD2275;
}
</style>