Shades of Medium Red Violet #BD3479
Tints of Medium Red Violet #BD3479
RGB
CMYK
RGB Variations
Color information
#BD3479 (or 0xBD3479) is known color: Medium Red Violet. HEX triplet: BD, 34 and 79. RGB value is (189,52,121). Sum of RGB (Red+Green+Blue) = 189+52+121=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3479 is #42CB86. Grayscale: #646464. Windows color (decimal): -4377479 or 7943357. OLE color: 7943357.
HSL color Cylindrical-coordinate representation of color #BD3479: hue angle of 329.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD3479 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 121 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.26 |
| HSL | 329.78º | 0.57% | 0.47% | - |
| HSV(B) | 329.78º | 0.72% | 0.74% | - |
| XYZ | 25.67 | 14.66 | 19.57 | - |
| YUV | 100.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 121 | 0 | 0.72 | 0.36 | 0.26 | 329.78 | 0.57 | 0.47 |
| Hex | BD | 34 | 79 | 0 | 48 | 24 | 1A | 14A | 39 | 2F |
| Octal | 275 | 64 | 171 | 0 | 110 | 44 | 32 | 512 | 71 | 57 |
| Binary | 10111101 | 110100 | 1111001 | 0 | 1001000 | 100100 | 11010 | 101001010 | 111001 | 101111 |
Color Harmonies of #BD3479
Complementary color
Monochromatic Colors of #BD3479
Black with #BD3479
Text Example
Text Example
White with #BD3479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3479; }
p { color: rgb(189,52,121); }
H1.HeaderClassName
{
color: #BD3479;
}
.AnyTagClassName
{
color: #BD3479;
}
</style>
background-color css
<style>
a { background-color: #BD3479; }
a { background-color: rgb(189,52,121); }
div.DivClassName
{
background-color: #BD3479;
}
.BgClassName
{
background-color: #BD3479;
}
</style>
border-color css
<style>
span { border-color: #BD3479; }
span { border-color: rgb(189,52,121); }
td.TdClassName
{
border-color: #BD3479;
}
.TagClassName
{
border-color: #BD3479;
}
</style>