Shades of Medium Red Violet #BD246D
Tints of Medium Red Violet #BD246D
RGB
CMYK
RGB Variations
Color information
#BD246D (or 0xBD246D) is known color: Medium Red Violet. HEX triplet: BD, 24 and 6D. RGB value is (189,36,109). Sum of RGB (Red+Green+Blue) = 189+36+109=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD246D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD246D is #42DB92. Grayscale: #595959. Windows color (decimal): -4381587 or 7152829. OLE color: 7152829.
HSL color Cylindrical-coordinate representation of color #BD246D: hue angle of 331.37º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD246D is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 109 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.26 |
| HSL | 331.37º | 0.68% | 0.44% | - |
| HSV(B) | 331.37º | 0.81% | 0.74% | - |
| XYZ | 24.38 | 13.18 | 15.73 | - |
| YUV | 90.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 109 | 0 | 0.81 | 0.42 | 0.26 | 331.37 | 0.68 | 0.44 |
| Hex | BD | 24 | 6D | 0 | 51 | 2A | 1A | 14B | 44 | 2C |
| Octal | 275 | 44 | 155 | 0 | 121 | 52 | 32 | 513 | 104 | 54 |
| Binary | 10111101 | 100100 | 1101101 | 0 | 1010001 | 101010 | 11010 | 101001011 | 1000100 | 101100 |
Color Harmonies of #BD246D
Complementary color
Monochromatic Colors of #BD246D
Black with #BD246D
Text Example
Text Example
White with #BD246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD246D; }
p { color: rgb(189,36,109); }
H1.HeaderClassName
{
color: #BD246D;
}
.AnyTagClassName
{
color: #BD246D;
}
</style>
background-color css
<style>
a { background-color: #BD246D; }
a { background-color: rgb(189,36,109); }
div.DivClassName
{
background-color: #BD246D;
}
.BgClassName
{
background-color: #BD246D;
}
</style>
border-color css
<style>
span { border-color: #BD246D; }
span { border-color: rgb(189,36,109); }
td.TdClassName
{
border-color: #BD246D;
}
.TagClassName
{
border-color: #BD246D;
}
</style>