Shades of Medium Red Violet #BD299B
Tints of Medium Red Violet #BD299B
RGB
CMYK
RGB Variations
Color information
#BD299B (or 0xBD299B) is known color: Medium Red Violet. HEX triplet: BD, 29 and 9B. RGB value is (189,41,155). Sum of RGB (Red+Green+Blue) = 189+41+155=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD299B is #42D664. Grayscale: #616161. Windows color (decimal): -4380261 or 10168765. OLE color: 10168765.
HSL color Cylindrical-coordinate representation of color #BD299B: hue angle of 313.78º 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 #BD299B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 155 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.26 |
| HSL | 313.78º | 0.64% | 0.45% | - |
| HSV(B) | 313.78º | 0.78% | 0.74% | - |
| XYZ | 27.7 | 14.77 | 32.4 | - |
| YUV | 98.25 | 160.03 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 155 | 0 | 0.78 | 0.18 | 0.26 | 313.78 | 0.64 | 0.45 |
| Hex | BD | 29 | 9B | 0 | 4E | 12 | 1A | 13A | 40 | 2D |
| Octal | 275 | 51 | 233 | 0 | 116 | 22 | 32 | 472 | 100 | 55 |
| Binary | 10111101 | 101001 | 10011011 | 0 | 1001110 | 10010 | 11010 | 100111010 | 1000000 | 101101 |
Color Harmonies of #BD299B
Complementary color
Monochromatic Colors of #BD299B
Black with #BD299B
Text Example
Text Example
White with #BD299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD299B; }
p { color: rgb(189,41,155); }
H1.HeaderClassName
{
color: #BD299B;
}
.AnyTagClassName
{
color: #BD299B;
}
</style>
background-color css
<style>
a { background-color: #BD299B; }
a { background-color: rgb(189,41,155); }
div.DivClassName
{
background-color: #BD299B;
}
.BgClassName
{
background-color: #BD299B;
}
</style>
border-color css
<style>
span { border-color: #BD299B; }
span { border-color: rgb(189,41,155); }
td.TdClassName
{
border-color: #BD299B;
}
.TagClassName
{
border-color: #BD299B;
}
</style>