Shades of Medium Red Violet #BD2697
Tints of Medium Red Violet #BD2697
RGB
CMYK
RGB Variations
Color information
#BD2697 (or 0xBD2697) is known color: Medium Red Violet. HEX triplet: BD, 26 and 97. RGB value is (189,38,151). Sum of RGB (Red+Green+Blue) = 189+38+151=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2697 is #42D968. Grayscale: #5F5F5F. Windows color (decimal): -4381033 or 9905853. OLE color: 9905853.
HSL color Cylindrical-coordinate representation of color #BD2697: hue angle of 315.1º 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 #BD2697 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 151 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.26 |
| HSL | 315.1º | 0.67% | 0.45% | - |
| HSV(B) | 315.1º | 0.8% | 0.74% | - |
| XYZ | 27.27 | 14.44 | 30.63 | - |
| YUV | 96.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 151 | 0 | 0.80 | 0.20 | 0.26 | 315.1 | 0.67 | 0.45 |
| Hex | BD | 26 | 97 | 0 | 50 | 14 | 1A | 13B | 43 | 2D |
| Octal | 275 | 46 | 227 | 0 | 120 | 24 | 32 | 473 | 103 | 55 |
| Binary | 10111101 | 100110 | 10010111 | 0 | 1010000 | 10100 | 11010 | 100111011 | 1000011 | 101101 |
Color Harmonies of #BD2697
Complementary color
Monochromatic Colors of #BD2697
Black with #BD2697
Text Example
Text Example
White with #BD2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2697; }
p { color: rgb(189,38,151); }
H1.HeaderClassName
{
color: #BD2697;
}
.AnyTagClassName
{
color: #BD2697;
}
</style>
background-color css
<style>
a { background-color: #BD2697; }
a { background-color: rgb(189,38,151); }
div.DivClassName
{
background-color: #BD2697;
}
.BgClassName
{
background-color: #BD2697;
}
</style>
border-color css
<style>
span { border-color: #BD2697; }
span { border-color: rgb(189,38,151); }
td.TdClassName
{
border-color: #BD2697;
}
.TagClassName
{
border-color: #BD2697;
}
</style>