Shades of Medium Red Violet #BD237F
Tints of Medium Red Violet #BD237F
RGB
CMYK
RGB Variations
Color information
#BD237F (or 0xBD237F) is known color: Medium Red Violet. HEX triplet: BD, 23 and 7F. RGB value is (189,35,127). Sum of RGB (Red+Green+Blue) = 189+35+127=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD237F is #42DC80. Grayscale: #5B5B5B. Windows color (decimal): -4381825 or 8332221. OLE color: 8332221.
HSL color Cylindrical-coordinate representation of color #BD237F: hue angle of 324.16º 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 #BD237F is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 127 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.26 |
| HSL | 324.16º | 0.69% | 0.44% | - |
| HSV(B) | 324.16º | 0.81% | 0.74% | - |
| XYZ | 25.42 | 13.55 | 21.36 | - |
| YUV | 91.53 | 148.02 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 127 | 0 | 0.81 | 0.33 | 0.26 | 324.16 | 0.69 | 0.44 |
| Hex | BD | 23 | 7F | 0 | 51 | 21 | 1A | 144 | 45 | 2C |
| Octal | 275 | 43 | 177 | 0 | 121 | 41 | 32 | 504 | 105 | 54 |
| Binary | 10111101 | 100011 | 1111111 | 0 | 1010001 | 100001 | 11010 | 101000100 | 1000101 | 101100 |
Color Harmonies of #BD237F
Complementary color
Monochromatic Colors of #BD237F
Black with #BD237F
Text Example
Text Example
White with #BD237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD237F; }
p { color: rgb(189,35,127); }
H1.HeaderClassName
{
color: #BD237F;
}
.AnyTagClassName
{
color: #BD237F;
}
</style>
background-color css
<style>
a { background-color: #BD237F; }
a { background-color: rgb(189,35,127); }
div.DivClassName
{
background-color: #BD237F;
}
.BgClassName
{
background-color: #BD237F;
}
</style>
border-color css
<style>
span { border-color: #BD237F; }
span { border-color: rgb(189,35,127); }
td.TdClassName
{
border-color: #BD237F;
}
.TagClassName
{
border-color: #BD237F;
}
</style>