Shades of Medium Red Violet #BD257C
Tints of Medium Red Violet #BD257C
RGB
CMYK
RGB Variations
Color information
#BD257C (or 0xBD257C) is known color: Medium Red Violet. HEX triplet: BD, 25 and 7C. RGB value is (189,37,124). Sum of RGB (Red+Green+Blue) = 189+37+124=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD257C is #42DA83. Grayscale: #5C5C5C. Windows color (decimal): -4381316 or 8136125. OLE color: 8136125.
HSL color Cylindrical-coordinate representation of color #BD257C: hue angle of 325.66º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD257C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 124 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.26 |
| HSL | 325.66º | 0.67% | 0.44% | - |
| HSV(B) | 325.66º | 0.8% | 0.74% | - |
| XYZ | 25.29 | 13.6 | 20.36 | - |
| YUV | 92.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 124 | 0 | 0.80 | 0.34 | 0.26 | 325.66 | 0.67 | 0.44 |
| Hex | BD | 25 | 7C | 0 | 50 | 22 | 1A | 146 | 43 | 2C |
| Octal | 275 | 45 | 174 | 0 | 120 | 42 | 32 | 506 | 103 | 54 |
| Binary | 10111101 | 100101 | 1111100 | 0 | 1010000 | 100010 | 11010 | 101000110 | 1000011 | 101100 |
Color Harmonies of #BD257C
Complementary color
Monochromatic Colors of #BD257C
Black with #BD257C
Text Example
Text Example
White with #BD257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD257C; }
p { color: rgb(189,37,124); }
H1.HeaderClassName
{
color: #BD257C;
}
.AnyTagClassName
{
color: #BD257C;
}
</style>
background-color css
<style>
a { background-color: #BD257C; }
a { background-color: rgb(189,37,124); }
div.DivClassName
{
background-color: #BD257C;
}
.BgClassName
{
background-color: #BD257C;
}
</style>
border-color css
<style>
span { border-color: #BD257C; }
span { border-color: rgb(189,37,124); }
td.TdClassName
{
border-color: #BD257C;
}
.TagClassName
{
border-color: #BD257C;
}
</style>