Shades of Medium Red Violet #BD2695
Tints of Medium Red Violet #BD2695
RGB
CMYK
RGB Variations
Color information
#BD2695 (or 0xBD2695) is known color: Medium Red Violet. HEX triplet: BD, 26 and 95. RGB value is (189,38,149). Sum of RGB (Red+Green+Blue) = 189+38+149=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2695 is #42D96A. Grayscale: #5F5F5F. Windows color (decimal): -4381035 or 9774781. OLE color: 9774781.
HSL color Cylindrical-coordinate representation of color #BD2695: hue angle of 315.89º 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 #BD2695 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 149 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.26 |
| HSL | 315.89º | 0.67% | 0.45% | - |
| HSV(B) | 315.89º | 0.8% | 0.74% | - |
| XYZ | 27.1 | 14.37 | 29.78 | - |
| YUV | 95.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 149 | 0 | 0.80 | 0.21 | 0.26 | 315.89 | 0.67 | 0.45 |
| Hex | BD | 26 | 95 | 0 | 50 | 15 | 1A | 13C | 43 | 2D |
| Octal | 275 | 46 | 225 | 0 | 120 | 25 | 32 | 474 | 103 | 55 |
| Binary | 10111101 | 100110 | 10010101 | 0 | 1010000 | 10101 | 11010 | 100111100 | 1000011 | 101101 |
Color Harmonies of #BD2695
Complementary color
Monochromatic Colors of #BD2695
Black with #BD2695
Text Example
Text Example
White with #BD2695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2695; }
p { color: rgb(189,38,149); }
H1.HeaderClassName
{
color: #BD2695;
}
.AnyTagClassName
{
color: #BD2695;
}
</style>
background-color css
<style>
a { background-color: #BD2695; }
a { background-color: rgb(189,38,149); }
div.DivClassName
{
background-color: #BD2695;
}
.BgClassName
{
background-color: #BD2695;
}
</style>
border-color css
<style>
span { border-color: #BD2695; }
span { border-color: rgb(189,38,149); }
td.TdClassName
{
border-color: #BD2695;
}
.TagClassName
{
border-color: #BD2695;
}
</style>