Shades of Medium Red Violet #BD2E82
Tints of Medium Red Violet #BD2E82
RGB
CMYK
RGB Variations
Color information
#BD2E82 (or 0xBD2E82) is known color: Medium Red Violet. HEX triplet: BD, 2E and 82. RGB value is (189,46,130). Sum of RGB (Red+Green+Blue) = 189+46+130=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E82 is #42D17D. Grayscale: #626262. Windows color (decimal): -4379006 or 8531645. OLE color: 8531645.
HSL color Cylindrical-coordinate representation of color #BD2E82: hue angle of 324.76º degrees, saturation: 0.61, 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 #BD2E82 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 130 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.26 |
| HSL | 324.76º | 0.61% | 0.46% | - |
| HSV(B) | 324.76º | 0.76% | 0.74% | - |
| XYZ | 25.99 | 14.38 | 22.53 | - |
| YUV | 98.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 130 | 0 | 0.76 | 0.31 | 0.26 | 324.76 | 0.61 | 0.46 |
| Hex | BD | 2E | 82 | 0 | 4C | 1F | 1A | 145 | 3D | 2E |
| Octal | 275 | 56 | 202 | 0 | 114 | 37 | 32 | 505 | 75 | 56 |
| Binary | 10111101 | 101110 | 10000010 | 0 | 1001100 | 11111 | 11010 | 101000101 | 111101 | 101110 |
Color Harmonies of #BD2E82
Complementary color
Monochromatic Colors of #BD2E82
Black with #BD2E82
Text Example
Text Example
White with #BD2E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E82; }
p { color: rgb(189,46,130); }
H1.HeaderClassName
{
color: #BD2E82;
}
.AnyTagClassName
{
color: #BD2E82;
}
</style>
background-color css
<style>
a { background-color: #BD2E82; }
a { background-color: rgb(189,46,130); }
div.DivClassName
{
background-color: #BD2E82;
}
.BgClassName
{
background-color: #BD2E82;
}
</style>
border-color css
<style>
span { border-color: #BD2E82; }
span { border-color: rgb(189,46,130); }
td.TdClassName
{
border-color: #BD2E82;
}
.TagClassName
{
border-color: #BD2E82;
}
</style>