Shades of Medium Red Violet #BD238F
Tints of Medium Red Violet #BD238F
RGB
CMYK
RGB Variations
Color information
#BD238F (or 0xBD238F) is known color: Medium Red Violet. HEX triplet: BD, 23 and 8F. RGB value is (189,35,143). Sum of RGB (Red+Green+Blue) = 189+35+143=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD238F is #42DC70. Grayscale: #5D5D5D. Windows color (decimal): -4381809 or 9380797. OLE color: 9380797.
HSL color Cylindrical-coordinate representation of color #BD238F: hue angle of 317.92º 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 #BD238F is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 143 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.26 |
| HSL | 317.92º | 0.69% | 0.44% | - |
| HSV(B) | 317.92º | 0.81% | 0.74% | - |
| XYZ | 26.55 | 14 | 27.29 | - |
| YUV | 93.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 143 | 0 | 0.81 | 0.24 | 0.26 | 317.92 | 0.69 | 0.44 |
| Hex | BD | 23 | 8F | 0 | 51 | 18 | 1A | 13E | 45 | 2C |
| Octal | 275 | 43 | 217 | 0 | 121 | 30 | 32 | 476 | 105 | 54 |
| Binary | 10111101 | 100011 | 10001111 | 0 | 1010001 | 11000 | 11010 | 100111110 | 1000101 | 101100 |
Color Harmonies of #BD238F
Complementary color
Monochromatic Colors of #BD238F
Black with #BD238F
Text Example
Text Example
White with #BD238F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD238F; }
p { color: rgb(189,35,143); }
H1.HeaderClassName
{
color: #BD238F;
}
.AnyTagClassName
{
color: #BD238F;
}
</style>
background-color css
<style>
a { background-color: #BD238F; }
a { background-color: rgb(189,35,143); }
div.DivClassName
{
background-color: #BD238F;
}
.BgClassName
{
background-color: #BD238F;
}
</style>
border-color css
<style>
span { border-color: #BD238F; }
span { border-color: rgb(189,35,143); }
td.TdClassName
{
border-color: #BD238F;
}
.TagClassName
{
border-color: #BD238F;
}
</style>