Shades of Medium Red Violet #BD248D
Tints of Medium Red Violet #BD248D
RGB
CMYK
RGB Variations
Color information
#BD248D (or 0xBD248D) is known color: Medium Red Violet. HEX triplet: BD, 24 and 8D. RGB value is (189,36,141). Sum of RGB (Red+Green+Blue) = 189+36+141=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD248D is #42DB72. Grayscale: #5D5D5D. Windows color (decimal): -4381555 or 9249981. OLE color: 9249981.
HSL color Cylindrical-coordinate representation of color #BD248D: hue angle of 318.82º 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 #BD248D is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 141 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.26 |
| HSL | 318.82º | 0.68% | 0.44% | - |
| HSV(B) | 318.82º | 0.81% | 0.74% | - |
| XYZ | 26.42 | 14 | 26.51 | - |
| YUV | 93.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 141 | 0 | 0.81 | 0.25 | 0.26 | 318.82 | 0.68 | 0.44 |
| Hex | BD | 24 | 8D | 0 | 51 | 19 | 1A | 13F | 44 | 2C |
| Octal | 275 | 44 | 215 | 0 | 121 | 31 | 32 | 477 | 104 | 54 |
| Binary | 10111101 | 100100 | 10001101 | 0 | 1010001 | 11001 | 11010 | 100111111 | 1000100 | 101100 |
Color Harmonies of #BD248D
Complementary color
Monochromatic Colors of #BD248D
Black with #BD248D
Text Example
Text Example
White with #BD248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD248D; }
p { color: rgb(189,36,141); }
H1.HeaderClassName
{
color: #BD248D;
}
.AnyTagClassName
{
color: #BD248D;
}
</style>
background-color css
<style>
a { background-color: #BD248D; }
a { background-color: rgb(189,36,141); }
div.DivClassName
{
background-color: #BD248D;
}
.BgClassName
{
background-color: #BD248D;
}
</style>
border-color css
<style>
span { border-color: #BD248D; }
span { border-color: rgb(189,36,141); }
td.TdClassName
{
border-color: #BD248D;
}
.TagClassName
{
border-color: #BD248D;
}
</style>