Shades of Medium Red Violet #BD248B
Tints of Medium Red Violet #BD248B
RGB
CMYK
RGB Variations
Color information
#BD248B (or 0xBD248B) is known color: Medium Red Violet. HEX triplet: BD, 24 and 8B. RGB value is (189,36,139). Sum of RGB (Red+Green+Blue) = 189+36+139=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD248B is #42DB74. Grayscale: #5D5D5D. Windows color (decimal): -4381557 or 9118909. OLE color: 9118909.
HSL color Cylindrical-coordinate representation of color #BD248B: hue angle of 319.61º 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 #BD248B is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 139 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.26 |
| HSL | 319.61º | 0.68% | 0.44% | - |
| HSV(B) | 319.61º | 0.81% | 0.74% | - |
| XYZ | 26.28 | 13.94 | 25.73 | - |
| YUV | 93.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 139 | 0 | 0.81 | 0.26 | 0.26 | 319.61 | 0.68 | 0.44 |
| Hex | BD | 24 | 8B | 0 | 51 | 1A | 1A | 140 | 44 | 2C |
| Octal | 275 | 44 | 213 | 0 | 121 | 32 | 32 | 500 | 104 | 54 |
| Binary | 10111101 | 100100 | 10001011 | 0 | 1010001 | 11010 | 11010 | 101000000 | 1000100 | 101100 |
Color Harmonies of #BD248B
Complementary color
Monochromatic Colors of #BD248B
Black with #BD248B
Text Example
Text Example
White with #BD248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD248B; }
p { color: rgb(189,36,139); }
H1.HeaderClassName
{
color: #BD248B;
}
.AnyTagClassName
{
color: #BD248B;
}
</style>
background-color css
<style>
a { background-color: #BD248B; }
a { background-color: rgb(189,36,139); }
div.DivClassName
{
background-color: #BD248B;
}
.BgClassName
{
background-color: #BD248B;
}
</style>
border-color css
<style>
span { border-color: #BD248B; }
span { border-color: rgb(189,36,139); }
td.TdClassName
{
border-color: #BD248B;
}
.TagClassName
{
border-color: #BD248B;
}
</style>