Shades of Medium Red Violet #BD276D
Tints of Medium Red Violet #BD276D
RGB
CMYK
RGB Variations
Color information
#BD276D (or 0xBD276D) is known color: Medium Red Violet. HEX triplet: BD, 27 and 6D. RGB value is (189,39,109). Sum of RGB (Red+Green+Blue) = 189+39+109=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD276D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD276D is #42D892. Grayscale: #5B5B5B. Windows color (decimal): -4380819 or 7153597. OLE color: 7153597.
HSL color Cylindrical-coordinate representation of color #BD276D: hue angle of 332º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD276D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 109 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.26 |
| HSL | 332º | 0.66% | 0.45% | - |
| HSV(B) | 332º | 0.79% | 0.74% | - |
| XYZ | 24.47 | 13.37 | 15.76 | - |
| YUV | 91.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 109 | 0 | 0.79 | 0.42 | 0.26 | 332 | 0.66 | 0.45 |
| Hex | BD | 27 | 6D | 0 | 4F | 2A | 1A | 14C | 42 | 2D |
| Octal | 275 | 47 | 155 | 0 | 117 | 52 | 32 | 514 | 102 | 55 |
| Binary | 10111101 | 100111 | 1101101 | 0 | 1001111 | 101010 | 11010 | 101001100 | 1000010 | 101101 |
Color Harmonies of #BD276D
Complementary color
Monochromatic Colors of #BD276D
Black with #BD276D
Text Example
Text Example
White with #BD276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD276D; }
p { color: rgb(189,39,109); }
H1.HeaderClassName
{
color: #BD276D;
}
.AnyTagClassName
{
color: #BD276D;
}
</style>
background-color css
<style>
a { background-color: #BD276D; }
a { background-color: rgb(189,39,109); }
div.DivClassName
{
background-color: #BD276D;
}
.BgClassName
{
background-color: #BD276D;
}
</style>
border-color css
<style>
span { border-color: #BD276D; }
span { border-color: rgb(189,39,109); }
td.TdClassName
{
border-color: #BD276D;
}
.TagClassName
{
border-color: #BD276D;
}
</style>