Shades of Medium Violet Red #BD0377
Tints of Medium Violet Red #BD0377
RGB
CMYK
RGB Variations
Color information
#BD0377 (or 0xBD0377) is known color: Medium Violet Red. HEX triplet: BD, 03 and 77. RGB value is (189,3,119). Sum of RGB (Red+Green+Blue) = 189+3+119=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0377 is #42FC88. Grayscale: #474747. Windows color (decimal): -4390025 or 7799741. OLE color: 7799741.
HSL color Cylindrical-coordinate representation of color #BD0377: hue angle of 322.58º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0377 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.26 |
| HSL | 322.58º | 0.97% | 0.38% | - |
| HSV(B) | 322.58º | 0.98% | 0.74% | - |
| XYZ | 24.35 | 12.22 | 18.53 | - |
| YUV | 71.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 119 | 0 | 0.98 | 0.37 | 0.26 | 322.58 | 0.97 | 0.38 |
| Hex | BD | 3 | 77 | 0 | 62 | 25 | 1A | 143 | 61 | 26 |
| Octal | 275 | 3 | 167 | 0 | 142 | 45 | 32 | 503 | 141 | 46 |
| Binary | 10111101 | 11 | 1110111 | 0 | 1100010 | 100101 | 11010 | 101000011 | 1100001 | 100110 |
Color Harmonies of #BD0377
Complementary color
Monochromatic Colors of #BD0377
Black with #BD0377
Text Example
Text Example
White with #BD0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0377; }
p { color: rgb(189,3,119); }
H1.HeaderClassName
{
color: #BD0377;
}
.AnyTagClassName
{
color: #BD0377;
}
</style>
background-color css
<style>
a { background-color: #BD0377; }
a { background-color: rgb(189,3,119); }
div.DivClassName
{
background-color: #BD0377;
}
.BgClassName
{
background-color: #BD0377;
}
</style>
border-color css
<style>
span { border-color: #BD0377; }
span { border-color: rgb(189,3,119); }
td.TdClassName
{
border-color: #BD0377;
}
.TagClassName
{
border-color: #BD0377;
}
</style>