Shades of Medium Violet Red #BD0675
Tints of Medium Violet Red #BD0675
RGB
CMYK
RGB Variations
Color information
#BD0675 (or 0xBD0675) is known color: Medium Violet Red. HEX triplet: BD, 06 and 75. RGB value is (189,6,117). Sum of RGB (Red+Green+Blue) = 189+6+117=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0675 is #42F98A. Grayscale: #494949. Windows color (decimal): -4389259 or 7669437. OLE color: 7669437.
HSL color Cylindrical-coordinate representation of color #BD0675: hue angle of 323.61º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0675 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 6 | 117 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.26 |
| HSL | 323.61º | 0.94% | 0.38% | - |
| HSV(B) | 323.61º | 0.97% | 0.74% | - |
| XYZ | 24.26 | 12.23 | 17.91 | - |
| YUV | 73.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 6 | 117 | 0 | 0.97 | 0.38 | 0.26 | 323.61 | 0.94 | 0.38 |
| Hex | BD | 6 | 75 | 0 | 61 | 26 | 1A | 144 | 5E | 26 |
| Octal | 275 | 6 | 165 | 0 | 141 | 46 | 32 | 504 | 136 | 46 |
| Binary | 10111101 | 110 | 1110101 | 0 | 1100001 | 100110 | 11010 | 101000100 | 1011110 | 100110 |
Color Harmonies of #BD0675
Complementary color
Monochromatic Colors of #BD0675
Black with #BD0675
Text Example
Text Example
White with #BD0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0675; }
p { color: rgb(189,6,117); }
H1.HeaderClassName
{
color: #BD0675;
}
.AnyTagClassName
{
color: #BD0675;
}
</style>
background-color css
<style>
a { background-color: #BD0675; }
a { background-color: rgb(189,6,117); }
div.DivClassName
{
background-color: #BD0675;
}
.BgClassName
{
background-color: #BD0675;
}
</style>
border-color css
<style>
span { border-color: #BD0675; }
span { border-color: rgb(189,6,117); }
td.TdClassName
{
border-color: #BD0675;
}
.TagClassName
{
border-color: #BD0675;
}
</style>