Shades of Medium Red Violet #BD368C
Tints of Medium Red Violet #BD368C
RGB
CMYK
RGB Variations
Color information
#BD368C (or 0xBD368C) is known color: Medium Red Violet. HEX triplet: BD, 36 and 8C. RGB value is (189,54,140). Sum of RGB (Red+Green+Blue) = 189+54+140=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD368C is #42C973. Grayscale: #676767. Windows color (decimal): -4376948 or 9189053. OLE color: 9189053.
HSL color Cylindrical-coordinate representation of color #BD368C: hue angle of 321.78º 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 #BD368C is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 140 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.26 |
| HSL | 321.78º | 0.56% | 0.48% | - |
| HSV(B) | 321.78º | 0.71% | 0.74% | - |
| XYZ | 27.04 | 15.35 | 26.35 | - |
| YUV | 104.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 140 | 0 | 0.71 | 0.26 | 0.26 | 321.78 | 0.56 | 0.48 |
| Hex | BD | 36 | 8C | 0 | 47 | 1A | 1A | 142 | 38 | 30 |
| Octal | 275 | 66 | 214 | 0 | 107 | 32 | 32 | 502 | 70 | 60 |
| Binary | 10111101 | 110110 | 10001100 | 0 | 1000111 | 11010 | 11010 | 101000010 | 111000 | 110000 |
Color Harmonies of #BD368C
Complementary color
Monochromatic Colors of #BD368C
Black with #BD368C
Text Example
Text Example
White with #BD368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD368C; }
p { color: rgb(189,54,140); }
H1.HeaderClassName
{
color: #BD368C;
}
.AnyTagClassName
{
color: #BD368C;
}
</style>
background-color css
<style>
a { background-color: #BD368C; }
a { background-color: rgb(189,54,140); }
div.DivClassName
{
background-color: #BD368C;
}
.BgClassName
{
background-color: #BD368C;
}
</style>
border-color css
<style>
span { border-color: #BD368C; }
span { border-color: rgb(189,54,140); }
td.TdClassName
{
border-color: #BD368C;
}
.TagClassName
{
border-color: #BD368C;
}
</style>