Shades of Medium Red Violet #BD317F
Tints of Medium Red Violet #BD317F
RGB
CMYK
RGB Variations
Color information
#BD317F (or 0xBD317F) is known color: Medium Red Violet. HEX triplet: BD, 31 and 7F. RGB value is (189,49,127). Sum of RGB (Red+Green+Blue) = 189+49+127=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD317F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD317F is #42CE80. Grayscale: #636363. Windows color (decimal): -4378241 or 8335805. OLE color: 8335805.
HSL color Cylindrical-coordinate representation of color #BD317F: hue angle of 326.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD317F is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 127 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.26 |
| HSL | 326.57º | 0.59% | 0.47% | - |
| HSV(B) | 326.57º | 0.74% | 0.74% | - |
| XYZ | 25.92 | 14.55 | 21.52 | - |
| YUV | 99.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 127 | 0 | 0.74 | 0.33 | 0.26 | 326.57 | 0.59 | 0.47 |
| Hex | BD | 31 | 7F | 0 | 4A | 21 | 1A | 147 | 3B | 2F |
| Octal | 275 | 61 | 177 | 0 | 112 | 41 | 32 | 507 | 73 | 57 |
| Binary | 10111101 | 110001 | 1111111 | 0 | 1001010 | 100001 | 11010 | 101000111 | 111011 | 101111 |
Color Harmonies of #BD317F
Complementary color
Monochromatic Colors of #BD317F
Black with #BD317F
Text Example
Text Example
White with #BD317F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD317F; }
p { color: rgb(189,49,127); }
H1.HeaderClassName
{
color: #BD317F;
}
.AnyTagClassName
{
color: #BD317F;
}
</style>
background-color css
<style>
a { background-color: #BD317F; }
a { background-color: rgb(189,49,127); }
div.DivClassName
{
background-color: #BD317F;
}
.BgClassName
{
background-color: #BD317F;
}
</style>
border-color css
<style>
span { border-color: #BD317F; }
span { border-color: rgb(189,49,127); }
td.TdClassName
{
border-color: #BD317F;
}
.TagClassName
{
border-color: #BD317F;
}
</style>