Shades of Medium Red Violet #BD3078
Tints of Medium Red Violet #BD3078
RGB
CMYK
RGB Variations
Color information
#BD3078 (or 0xBD3078) is known color: Medium Red Violet. HEX triplet: BD, 30 and 78. RGB value is (189,48,120). Sum of RGB (Red+Green+Blue) = 189+48+120=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3078 is #42CF87. Grayscale: #626262. Windows color (decimal): -4378504 or 7876797. OLE color: 7876797.
HSL color Cylindrical-coordinate representation of color #BD3078: hue angle of 329.36º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3078 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 120 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.26 |
| HSL | 329.36º | 0.59% | 0.46% | - |
| HSV(B) | 329.36º | 0.75% | 0.74% | - |
| XYZ | 25.43 | 14.29 | 19.19 | - |
| YUV | 98.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 120 | 0 | 0.75 | 0.37 | 0.26 | 329.36 | 0.59 | 0.46 |
| Hex | BD | 30 | 78 | 0 | 4B | 25 | 1A | 149 | 3B | 2E |
| Octal | 275 | 60 | 170 | 0 | 113 | 45 | 32 | 511 | 73 | 56 |
| Binary | 10111101 | 110000 | 1111000 | 0 | 1001011 | 100101 | 11010 | 101001001 | 111011 | 101110 |
Color Harmonies of #BD3078
Complementary color
Monochromatic Colors of #BD3078
Black with #BD3078
Text Example
Text Example
White with #BD3078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3078; }
p { color: rgb(189,48,120); }
H1.HeaderClassName
{
color: #BD3078;
}
.AnyTagClassName
{
color: #BD3078;
}
</style>
background-color css
<style>
a { background-color: #BD3078; }
a { background-color: rgb(189,48,120); }
div.DivClassName
{
background-color: #BD3078;
}
.BgClassName
{
background-color: #BD3078;
}
</style>
border-color css
<style>
span { border-color: #BD3078; }
span { border-color: rgb(189,48,120); }
td.TdClassName
{
border-color: #BD3078;
}
.TagClassName
{
border-color: #BD3078;
}
</style>