Shades of Medium Red Violet #BD368F
Tints of Medium Red Violet #BD368F
RGB
CMYK
RGB Variations
Color information
#BD368F (or 0xBD368F) is known color: Medium Red Violet. HEX triplet: BD, 36 and 8F. RGB value is (189,54,143). Sum of RGB (Red+Green+Blue) = 189+54+143=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD368F is #42C970. Grayscale: #686868. Windows color (decimal): -4376945 or 9385661. OLE color: 9385661.
HSL color Cylindrical-coordinate representation of color #BD368F: hue angle of 320.44º 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 #BD368F is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 143 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.26 |
| HSL | 320.44º | 0.56% | 0.48% | - |
| HSV(B) | 320.44º | 0.71% | 0.74% | - |
| XYZ | 27.26 | 15.44 | 27.53 | - |
| YUV | 104.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 143 | 0 | 0.71 | 0.24 | 0.26 | 320.44 | 0.56 | 0.48 |
| Hex | BD | 36 | 8F | 0 | 47 | 18 | 1A | 140 | 38 | 30 |
| Octal | 275 | 66 | 217 | 0 | 107 | 30 | 32 | 500 | 70 | 60 |
| Binary | 10111101 | 110110 | 10001111 | 0 | 1000111 | 11000 | 11010 | 101000000 | 111000 | 110000 |
Color Harmonies of #BD368F
Complementary color
Monochromatic Colors of #BD368F
Black with #BD368F
Text Example
Text Example
White with #BD368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD368F; }
p { color: rgb(189,54,143); }
H1.HeaderClassName
{
color: #BD368F;
}
.AnyTagClassName
{
color: #BD368F;
}
</style>
background-color css
<style>
a { background-color: #BD368F; }
a { background-color: rgb(189,54,143); }
div.DivClassName
{
background-color: #BD368F;
}
.BgClassName
{
background-color: #BD368F;
}
</style>
border-color css
<style>
span { border-color: #BD368F; }
span { border-color: rgb(189,54,143); }
td.TdClassName
{
border-color: #BD368F;
}
.TagClassName
{
border-color: #BD368F;
}
</style>