Shades of Medium Red Violet #BD318A
Tints of Medium Red Violet #BD318A
RGB
CMYK
RGB Variations
Color information
#BD318A (or 0xBD318A) is known color: Medium Red Violet. HEX triplet: BD, 31 and 8A. RGB value is (189,49,138). Sum of RGB (Red+Green+Blue) = 189+49+138=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD318A is #42CE75. Grayscale: #646464. Windows color (decimal): -4378230 or 9056701. OLE color: 9056701.
HSL color Cylindrical-coordinate representation of color #BD318A: hue angle of 321.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD318A is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 138 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.26 |
| HSL | 321.86º | 0.59% | 0.47% | - |
| HSV(B) | 321.86º | 0.74% | 0.74% | - |
| XYZ | 26.67 | 14.85 | 25.51 | - |
| YUV | 101.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 138 | 0 | 0.74 | 0.27 | 0.26 | 321.86 | 0.59 | 0.47 |
| Hex | BD | 31 | 8A | 0 | 4A | 1B | 1A | 142 | 3B | 2F |
| Octal | 275 | 61 | 212 | 0 | 112 | 33 | 32 | 502 | 73 | 57 |
| Binary | 10111101 | 110001 | 10001010 | 0 | 1001010 | 11011 | 11010 | 101000010 | 111011 | 101111 |
Color Harmonies of #BD318A
Complementary color
Monochromatic Colors of #BD318A
Black with #BD318A
Text Example
Text Example
White with #BD318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD318A; }
p { color: rgb(189,49,138); }
H1.HeaderClassName
{
color: #BD318A;
}
.AnyTagClassName
{
color: #BD318A;
}
</style>
background-color css
<style>
a { background-color: #BD318A; }
a { background-color: rgb(189,49,138); }
div.DivClassName
{
background-color: #BD318A;
}
.BgClassName
{
background-color: #BD318A;
}
</style>
border-color css
<style>
span { border-color: #BD318A; }
span { border-color: rgb(189,49,138); }
td.TdClassName
{
border-color: #BD318A;
}
.TagClassName
{
border-color: #BD318A;
}
</style>