Shades of Medium Red Violet #BD238E
Tints of Medium Red Violet #BD238E
RGB
CMYK
RGB Variations
Color information
#BD238E (or 0xBD238E) is known color: Medium Red Violet. HEX triplet: BD, 23 and 8E. RGB value is (189,35,142). Sum of RGB (Red+Green+Blue) = 189+35+142=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD238E is #42DC71. Grayscale: #5C5C5C. Windows color (decimal): -4381810 or 9315261. OLE color: 9315261.
HSL color Cylindrical-coordinate representation of color #BD238E: hue angle of 318.31º 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 #BD238E is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 142 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.26 |
| HSL | 318.31º | 0.69% | 0.44% | - |
| HSV(B) | 318.31º | 0.81% | 0.74% | - |
| XYZ | 26.47 | 13.97 | 26.89 | - |
| YUV | 93.24 | 155.52 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 142 | 0 | 0.81 | 0.25 | 0.26 | 318.31 | 0.69 | 0.44 |
| Hex | BD | 23 | 8E | 0 | 51 | 19 | 1A | 13E | 45 | 2C |
| Octal | 275 | 43 | 216 | 0 | 121 | 31 | 32 | 476 | 105 | 54 |
| Binary | 10111101 | 100011 | 10001110 | 0 | 1010001 | 11001 | 11010 | 100111110 | 1000101 | 101100 |
Color Harmonies of #BD238E
Complementary color
Monochromatic Colors of #BD238E
Black with #BD238E
Text Example
Text Example
White with #BD238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD238E; }
p { color: rgb(189,35,142); }
H1.HeaderClassName
{
color: #BD238E;
}
.AnyTagClassName
{
color: #BD238E;
}
</style>
background-color css
<style>
a { background-color: #BD238E; }
a { background-color: rgb(189,35,142); }
div.DivClassName
{
background-color: #BD238E;
}
.BgClassName
{
background-color: #BD238E;
}
</style>
border-color css
<style>
span { border-color: #BD238E; }
span { border-color: rgb(189,35,142); }
td.TdClassName
{
border-color: #BD238E;
}
.TagClassName
{
border-color: #BD238E;
}
</style>