Shades of Medium Red Violet #BD299A
Tints of Medium Red Violet #BD299A
RGB
CMYK
RGB Variations
Color information
#BD299A (or 0xBD299A) is known color: Medium Red Violet. HEX triplet: BD, 29 and 9A. RGB value is (189,41,154). Sum of RGB (Red+Green+Blue) = 189+41+154=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD299A is #42D665. Grayscale: #616161. Windows color (decimal): -4380262 or 10103229. OLE color: 10103229.
HSL color Cylindrical-coordinate representation of color #BD299A: hue angle of 314.19º 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 #BD299A is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 154 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.26 |
| HSL | 314.19º | 0.64% | 0.45% | - |
| HSV(B) | 314.19º | 0.78% | 0.74% | - |
| XYZ | 27.61 | 14.74 | 31.96 | - |
| YUV | 98.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 154 | 0 | 0.78 | 0.19 | 0.26 | 314.19 | 0.64 | 0.45 |
| Hex | BD | 29 | 9A | 0 | 4E | 13 | 1A | 13A | 40 | 2D |
| Octal | 275 | 51 | 232 | 0 | 116 | 23 | 32 | 472 | 100 | 55 |
| Binary | 10111101 | 101001 | 10011010 | 0 | 1001110 | 10011 | 11010 | 100111010 | 1000000 | 101101 |
Color Harmonies of #BD299A
Complementary color
Monochromatic Colors of #BD299A
Black with #BD299A
Text Example
Text Example
White with #BD299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD299A; }
p { color: rgb(189,41,154); }
H1.HeaderClassName
{
color: #BD299A;
}
.AnyTagClassName
{
color: #BD299A;
}
</style>
background-color css
<style>
a { background-color: #BD299A; }
a { background-color: rgb(189,41,154); }
div.DivClassName
{
background-color: #BD299A;
}
.BgClassName
{
background-color: #BD299A;
}
</style>
border-color css
<style>
span { border-color: #BD299A; }
span { border-color: rgb(189,41,154); }
td.TdClassName
{
border-color: #BD299A;
}
.TagClassName
{
border-color: #BD299A;
}
</style>