Shades of Medium Red Violet #BD2690
Tints of Medium Red Violet #BD2690
RGB
CMYK
RGB Variations
Color information
#BD2690 (or 0xBD2690) is known color: Medium Red Violet. HEX triplet: BD, 26 and 90. RGB value is (189,38,144). Sum of RGB (Red+Green+Blue) = 189+38+144=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2690 is #42D96F. Grayscale: #5E5E5E. Windows color (decimal): -4381040 or 9447101. OLE color: 9447101.
HSL color Cylindrical-coordinate representation of color #BD2690: hue angle of 317.88º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2690 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 144 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.26 |
| HSL | 317.88º | 0.67% | 0.45% | - |
| HSV(B) | 317.88º | 0.8% | 0.74% | - |
| XYZ | 26.71 | 14.22 | 27.72 | - |
| YUV | 95.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 144 | 0 | 0.80 | 0.24 | 0.26 | 317.88 | 0.67 | 0.45 |
| Hex | BD | 26 | 90 | 0 | 50 | 18 | 1A | 13E | 43 | 2D |
| Octal | 275 | 46 | 220 | 0 | 120 | 30 | 32 | 476 | 103 | 55 |
| Binary | 10111101 | 100110 | 10010000 | 0 | 1010000 | 11000 | 11010 | 100111110 | 1000011 | 101101 |
Color Harmonies of #BD2690
Complementary color
Monochromatic Colors of #BD2690
Black with #BD2690
Text Example
Text Example
White with #BD2690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2690; }
p { color: rgb(189,38,144); }
H1.HeaderClassName
{
color: #BD2690;
}
.AnyTagClassName
{
color: #BD2690;
}
</style>
background-color css
<style>
a { background-color: #BD2690; }
a { background-color: rgb(189,38,144); }
div.DivClassName
{
background-color: #BD2690;
}
.BgClassName
{
background-color: #BD2690;
}
</style>
border-color css
<style>
span { border-color: #BD2690; }
span { border-color: rgb(189,38,144); }
td.TdClassName
{
border-color: #BD2690;
}
.TagClassName
{
border-color: #BD2690;
}
</style>