Shades of Medium Red Violet #BD299E
Tints of Medium Red Violet #BD299E
RGB
CMYK
RGB Variations
Color information
#BD299E (or 0xBD299E) is known color: Medium Red Violet. HEX triplet: BD, 29 and 9E. RGB value is (189,41,158). Sum of RGB (Red+Green+Blue) = 189+41+158=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD299E is #42D661. Grayscale: #626262. Windows color (decimal): -4380258 or 10365373. OLE color: 10365373.
HSL color Cylindrical-coordinate representation of color #BD299E: hue angle of 312.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD299E is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 158 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.26 |
| HSL | 312.57º | 0.64% | 0.45% | - |
| HSV(B) | 312.57º | 0.78% | 0.74% | - |
| XYZ | 27.95 | 14.87 | 33.75 | - |
| YUV | 98.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 158 | 0 | 0.78 | 0.16 | 0.26 | 312.57 | 0.64 | 0.45 |
| Hex | BD | 29 | 9E | 0 | 4E | 10 | 1A | 139 | 40 | 2D |
| Octal | 275 | 51 | 236 | 0 | 116 | 20 | 32 | 471 | 100 | 55 |
| Binary | 10111101 | 101001 | 10011110 | 0 | 1001110 | 10000 | 11010 | 100111001 | 1000000 | 101101 |
Color Harmonies of #BD299E
Complementary color
Monochromatic Colors of #BD299E
Black with #BD299E
Text Example
Text Example
White with #BD299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD299E; }
p { color: rgb(189,41,158); }
H1.HeaderClassName
{
color: #BD299E;
}
.AnyTagClassName
{
color: #BD299E;
}
</style>
background-color css
<style>
a { background-color: #BD299E; }
a { background-color: rgb(189,41,158); }
div.DivClassName
{
background-color: #BD299E;
}
.BgClassName
{
background-color: #BD299E;
}
</style>
border-color css
<style>
span { border-color: #BD299E; }
span { border-color: rgb(189,41,158); }
td.TdClassName
{
border-color: #BD299E;
}
.TagClassName
{
border-color: #BD299E;
}
</style>