Shades of Medium Red Violet #BD368E
Tints of Medium Red Violet #BD368E
RGB
CMYK
RGB Variations
Color information
#BD368E (or 0xBD368E) is known color: Medium Red Violet. HEX triplet: BD, 36 and 8E. RGB value is (189,54,142). Sum of RGB (Red+Green+Blue) = 189+54+142=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD368E is #42C971. Grayscale: #686868. Windows color (decimal): -4376946 or 9320125. OLE color: 9320125.
HSL color Cylindrical-coordinate representation of color #BD368E: hue angle of 320.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD368E is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 142 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.26 |
| HSL | 320.89º | 0.56% | 0.48% | - |
| HSV(B) | 320.89º | 0.71% | 0.74% | - |
| XYZ | 27.19 | 15.41 | 27.13 | - |
| YUV | 104.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 142 | 0 | 0.71 | 0.25 | 0.26 | 320.89 | 0.56 | 0.48 |
| Hex | BD | 36 | 8E | 0 | 47 | 19 | 1A | 141 | 38 | 30 |
| Octal | 275 | 66 | 216 | 0 | 107 | 31 | 32 | 501 | 70 | 60 |
| Binary | 10111101 | 110110 | 10001110 | 0 | 1000111 | 11001 | 11010 | 101000001 | 111000 | 110000 |
Color Harmonies of #BD368E
Complementary color
Monochromatic Colors of #BD368E
Black with #BD368E
Text Example
Text Example
White with #BD368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD368E; }
p { color: rgb(189,54,142); }
H1.HeaderClassName
{
color: #BD368E;
}
.AnyTagClassName
{
color: #BD368E;
}
</style>
background-color css
<style>
a { background-color: #BD368E; }
a { background-color: rgb(189,54,142); }
div.DivClassName
{
background-color: #BD368E;
}
.BgClassName
{
background-color: #BD368E;
}
</style>
border-color css
<style>
span { border-color: #BD368E; }
span { border-color: rgb(189,54,142); }
td.TdClassName
{
border-color: #BD368E;
}
.TagClassName
{
border-color: #BD368E;
}
</style>