Shades of Medium Red Violet #BD369F
Tints of Medium Red Violet #BD369F
RGB
CMYK
RGB Variations
Color information
#BD369F (or 0xBD369F) is known color: Medium Red Violet. HEX triplet: BD, 36 and 9F. RGB value is (189,54,159). Sum of RGB (Red+Green+Blue) = 189+54+159=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD369F is #42C960. Grayscale: #6A6A6A. Windows color (decimal): -4376929 or 10434237. OLE color: 10434237.
HSL color Cylindrical-coordinate representation of color #BD369F: hue angle of 313.33º 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 #BD369F is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 159 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.26 |
| HSL | 313.33º | 0.56% | 0.48% | - |
| HSV(B) | 313.33º | 0.71% | 0.74% | - |
| XYZ | 28.56 | 15.96 | 34.38 | - |
| YUV | 106.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 159 | 0 | 0.71 | 0.16 | 0.26 | 313.33 | 0.56 | 0.48 |
| Hex | BD | 36 | 9F | 0 | 47 | 10 | 1A | 139 | 38 | 30 |
| Octal | 275 | 66 | 237 | 0 | 107 | 20 | 32 | 471 | 70 | 60 |
| Binary | 10111101 | 110110 | 10011111 | 0 | 1000111 | 10000 | 11010 | 100111001 | 111000 | 110000 |
Color Harmonies of #BD369F
Complementary color
Monochromatic Colors of #BD369F
Black with #BD369F
Text Example
Text Example
White with #BD369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD369F; }
p { color: rgb(189,54,159); }
H1.HeaderClassName
{
color: #BD369F;
}
.AnyTagClassName
{
color: #BD369F;
}
</style>
background-color css
<style>
a { background-color: #BD369F; }
a { background-color: rgb(189,54,159); }
div.DivClassName
{
background-color: #BD369F;
}
.BgClassName
{
background-color: #BD369F;
}
</style>
border-color css
<style>
span { border-color: #BD369F; }
span { border-color: rgb(189,54,159); }
td.TdClassName
{
border-color: #BD369F;
}
.TagClassName
{
border-color: #BD369F;
}
</style>