Shades of Medium Red Violet #BD2669
Tints of Medium Red Violet #BD2669
RGB
CMYK
RGB Variations
Color information
#BD2669 (or 0xBD2669) is known color: Medium Red Violet. HEX triplet: BD, 26 and 69. RGB value is (189,38,105). Sum of RGB (Red+Green+Blue) = 189+38+105=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2669 is #42D996. Grayscale: #5A5A5A. Windows color (decimal): -4381079 or 6891197. OLE color: 6891197.
HSL color Cylindrical-coordinate representation of color #BD2669: hue angle of 333.38º 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 #BD2669 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 105 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.26 |
| HSL | 333.38º | 0.67% | 0.45% | - |
| HSV(B) | 333.38º | 0.8% | 0.74% | - |
| XYZ | 24.23 | 13.22 | 14.64 | - |
| YUV | 90.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 105 | 0 | 0.80 | 0.44 | 0.26 | 333.38 | 0.67 | 0.45 |
| Hex | BD | 26 | 69 | 0 | 50 | 2C | 1A | 14D | 43 | 2D |
| Octal | 275 | 46 | 151 | 0 | 120 | 54 | 32 | 515 | 103 | 55 |
| Binary | 10111101 | 100110 | 1101001 | 0 | 1010000 | 101100 | 11010 | 101001101 | 1000011 | 101101 |
Color Harmonies of #BD2669
Complementary color
Monochromatic Colors of #BD2669
Black with #BD2669
Text Example
Text Example
White with #BD2669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2669; }
p { color: rgb(189,38,105); }
H1.HeaderClassName
{
color: #BD2669;
}
.AnyTagClassName
{
color: #BD2669;
}
</style>
background-color css
<style>
a { background-color: #BD2669; }
a { background-color: rgb(189,38,105); }
div.DivClassName
{
background-color: #BD2669;
}
.BgClassName
{
background-color: #BD2669;
}
</style>
border-color css
<style>
span { border-color: #BD2669; }
span { border-color: rgb(189,38,105); }
td.TdClassName
{
border-color: #BD2669;
}
.TagClassName
{
border-color: #BD2669;
}
</style>