Shades of Medium Red Violet #BD237D
Tints of Medium Red Violet #BD237D
RGB
CMYK
RGB Variations
Color information
#BD237D (or 0xBD237D) is known color: Medium Red Violet. HEX triplet: BD, 23 and 7D. RGB value is (189,35,125). Sum of RGB (Red+Green+Blue) = 189+35+125=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD237D is #42DC82. Grayscale: #5B5B5B. Windows color (decimal): -4381827 or 8201149. OLE color: 8201149.
HSL color Cylindrical-coordinate representation of color #BD237D: hue angle of 324.94º degrees, saturation: 0.69, 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 #BD237D is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 125 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.26 |
| HSL | 324.94º | 0.69% | 0.44% | - |
| HSV(B) | 324.94º | 0.81% | 0.74% | - |
| XYZ | 25.29 | 13.5 | 20.68 | - |
| YUV | 91.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 125 | 0 | 0.81 | 0.34 | 0.26 | 324.94 | 0.69 | 0.44 |
| Hex | BD | 23 | 7D | 0 | 51 | 22 | 1A | 145 | 45 | 2C |
| Octal | 275 | 43 | 175 | 0 | 121 | 42 | 32 | 505 | 105 | 54 |
| Binary | 10111101 | 100011 | 1111101 | 0 | 1010001 | 100010 | 11010 | 101000101 | 1000101 | 101100 |
Color Harmonies of #BD237D
Complementary color
Monochromatic Colors of #BD237D
Black with #BD237D
Text Example
Text Example
White with #BD237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD237D; }
p { color: rgb(189,35,125); }
H1.HeaderClassName
{
color: #BD237D;
}
.AnyTagClassName
{
color: #BD237D;
}
</style>
background-color css
<style>
a { background-color: #BD237D; }
a { background-color: rgb(189,35,125); }
div.DivClassName
{
background-color: #BD237D;
}
.BgClassName
{
background-color: #BD237D;
}
</style>
border-color css
<style>
span { border-color: #BD237D; }
span { border-color: rgb(189,35,125); }
td.TdClassName
{
border-color: #BD237D;
}
.TagClassName
{
border-color: #BD237D;
}
</style>