Shades of Medium Orchid #BD31DF
Tints of Medium Orchid #BD31DF
RGB
CMYK
RGB Variations
Color information
#BD31DF (or 0xBD31DF) is known color: Medium Orchid. HEX triplet: BD, 31 and DF. RGB value is (189,49,223). Sum of RGB (Red+Green+Blue) = 189+49+223=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD31DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31DF is #42CE20. Grayscale: #6E6E6E. Windows color (decimal): -4378145 or 14627261. OLE color: 14627261.
HSL color Cylindrical-coordinate representation of color #BD31DF: hue angle of 288.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD31DF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 49 | 223 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.13 |
| HSL | 288.28º | 0.73% | 0.53% | - |
| HSV(B) | 288.28º | 0.78% | 0.87% | - |
| XYZ | 35.4 | 18.34 | 71.49 | - |
| YUV | 110.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 223 | 0.15 | 0.78 | 0 | 0.13 | 288.28 | 0.73 | 0.53 |
| Hex | BD | 31 | DF | F | 4E | 0 | D | 120 | 49 | 35 |
| Octal | 275 | 61 | 337 | 17 | 116 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111101 | 110001 | 11011111 | 1111 | 1001110 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BD31DF
Complementary color
Monochromatic Colors of #BD31DF
Black with #BD31DF
Text Example
Text Example
White with #BD31DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31DF; }
p { color: rgb(189,49,223); }
H1.HeaderClassName
{
color: #BD31DF;
}
.AnyTagClassName
{
color: #BD31DF;
}
</style>
background-color css
<style>
a { background-color: #BD31DF; }
a { background-color: rgb(189,49,223); }
div.DivClassName
{
background-color: #BD31DF;
}
.BgClassName
{
background-color: #BD31DF;
}
</style>
border-color css
<style>
span { border-color: #BD31DF; }
span { border-color: rgb(189,49,223); }
td.TdClassName
{
border-color: #BD31DF;
}
.TagClassName
{
border-color: #BD31DF;
}
</style>