Shades of Medium Red Violet #BD299D
Tints of Medium Red Violet #BD299D
RGB
CMYK
RGB Variations
Color information
#BD299D (or 0xBD299D) is known color: Medium Red Violet. HEX triplet: BD, 29 and 9D. RGB value is (189,41,157). Sum of RGB (Red+Green+Blue) = 189+41+157=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD299D is #42D662. Grayscale: #626262. Windows color (decimal): -4380259 or 10299837. OLE color: 10299837.
HSL color Cylindrical-coordinate representation of color #BD299D: hue angle of 312.97º 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 #BD299D is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 157 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.26 |
| HSL | 312.97º | 0.64% | 0.45% | - |
| HSV(B) | 312.97º | 0.78% | 0.74% | - |
| XYZ | 27.87 | 14.84 | 33.29 | - |
| YUV | 98.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 157 | 0 | 0.78 | 0.17 | 0.26 | 312.97 | 0.64 | 0.45 |
| Hex | BD | 29 | 9D | 0 | 4E | 11 | 1A | 139 | 40 | 2D |
| Octal | 275 | 51 | 235 | 0 | 116 | 21 | 32 | 471 | 100 | 55 |
| Binary | 10111101 | 101001 | 10011101 | 0 | 1001110 | 10001 | 11010 | 100111001 | 1000000 | 101101 |
Color Harmonies of #BD299D
Complementary color
Monochromatic Colors of #BD299D
Black with #BD299D
Text Example
Text Example
White with #BD299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD299D; }
p { color: rgb(189,41,157); }
H1.HeaderClassName
{
color: #BD299D;
}
.AnyTagClassName
{
color: #BD299D;
}
</style>
background-color css
<style>
a { background-color: #BD299D; }
a { background-color: rgb(189,41,157); }
div.DivClassName
{
background-color: #BD299D;
}
.BgClassName
{
background-color: #BD299D;
}
</style>
border-color css
<style>
span { border-color: #BD299D; }
span { border-color: rgb(189,41,157); }
td.TdClassName
{
border-color: #BD299D;
}
.TagClassName
{
border-color: #BD299D;
}
</style>