Shades of Medium Red Violet #BD237B
Tints of Medium Red Violet #BD237B
RGB
CMYK
RGB Variations
Color information
#BD237B (or 0xBD237B) is known color: Medium Red Violet. HEX triplet: BD, 23 and 7B. RGB value is (189,35,123). Sum of RGB (Red+Green+Blue) = 189+35+123=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD237B is #42DC84. Grayscale: #5A5A5A. Windows color (decimal): -4381829 or 8070077. OLE color: 8070077.
HSL color Cylindrical-coordinate representation of color #BD237B: hue angle of 325.71º 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 #BD237B is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 123 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.26 |
| HSL | 325.71º | 0.69% | 0.44% | - |
| HSV(B) | 325.71º | 0.81% | 0.74% | - |
| XYZ | 25.16 | 13.45 | 20.01 | - |
| YUV | 91.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 123 | 0 | 0.81 | 0.35 | 0.26 | 325.71 | 0.69 | 0.44 |
| Hex | BD | 23 | 7B | 0 | 51 | 23 | 1A | 146 | 45 | 2C |
| Octal | 275 | 43 | 173 | 0 | 121 | 43 | 32 | 506 | 105 | 54 |
| Binary | 10111101 | 100011 | 1111011 | 0 | 1010001 | 100011 | 11010 | 101000110 | 1000101 | 101100 |
Color Harmonies of #BD237B
Complementary color
Monochromatic Colors of #BD237B
Black with #BD237B
Text Example
Text Example
White with #BD237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD237B; }
p { color: rgb(189,35,123); }
H1.HeaderClassName
{
color: #BD237B;
}
.AnyTagClassName
{
color: #BD237B;
}
</style>
background-color css
<style>
a { background-color: #BD237B; }
a { background-color: rgb(189,35,123); }
div.DivClassName
{
background-color: #BD237B;
}
.BgClassName
{
background-color: #BD237B;
}
</style>
border-color css
<style>
span { border-color: #BD237B; }
span { border-color: rgb(189,35,123); }
td.TdClassName
{
border-color: #BD237B;
}
.TagClassName
{
border-color: #BD237B;
}
</style>