Shades of Medium Red Violet #BD246C
Tints of Medium Red Violet #BD246C
RGB
CMYK
RGB Variations
Color information
#BD246C (or 0xBD246C) is known color: Medium Red Violet. HEX triplet: BD, 24 and 6C. RGB value is (189,36,108). Sum of RGB (Red+Green+Blue) = 189+36+108=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD246C is #42DB93. Grayscale: #595959. Windows color (decimal): -4381588 or 7087293. OLE color: 7087293.
HSL color Cylindrical-coordinate representation of color #BD246C: hue angle of 331.76º 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 #BD246C is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 108 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.26 |
| HSL | 331.76º | 0.68% | 0.44% | - |
| HSV(B) | 331.76º | 0.81% | 0.74% | - |
| XYZ | 24.32 | 13.16 | 15.45 | - |
| YUV | 89.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 108 | 0 | 0.81 | 0.43 | 0.26 | 331.76 | 0.68 | 0.44 |
| Hex | BD | 24 | 6C | 0 | 51 | 2B | 1A | 14C | 44 | 2C |
| Octal | 275 | 44 | 154 | 0 | 121 | 53 | 32 | 514 | 104 | 54 |
| Binary | 10111101 | 100100 | 1101100 | 0 | 1010001 | 101011 | 11010 | 101001100 | 1000100 | 101100 |
Color Harmonies of #BD246C
Complementary color
Monochromatic Colors of #BD246C
Black with #BD246C
Text Example
Text Example
White with #BD246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD246C; }
p { color: rgb(189,36,108); }
H1.HeaderClassName
{
color: #BD246C;
}
.AnyTagClassName
{
color: #BD246C;
}
</style>
background-color css
<style>
a { background-color: #BD246C; }
a { background-color: rgb(189,36,108); }
div.DivClassName
{
background-color: #BD246C;
}
.BgClassName
{
background-color: #BD246C;
}
</style>
border-color css
<style>
span { border-color: #BD246C; }
span { border-color: rgb(189,36,108); }
td.TdClassName
{
border-color: #BD246C;
}
.TagClassName
{
border-color: #BD246C;
}
</style>