Shades of Medium Orchid #BD31D7
Tints of Medium Orchid #BD31D7
RGB
CMYK
RGB Variations
Color information
#BD31D7 (or 0xBD31D7) is known color: Medium Orchid. HEX triplet: BD, 31 and D7. RGB value is (189,49,215). Sum of RGB (Red+Green+Blue) = 189+49+215=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD31D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31D7 is #42CE28. Grayscale: #6D6D6D. Windows color (decimal): -4378153 or 14102973. OLE color: 14102973.
HSL color Cylindrical-coordinate representation of color #BD31D7: hue angle of 290.6º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD31D7 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 49 | 215 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.16 |
| HSL | 290.6º | 0.67% | 0.52% | - |
| HSV(B) | 290.6º | 0.77% | 0.84% | - |
| XYZ | 34.35 | 17.92 | 65.94 | - |
| YUV | 109.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 215 | 0.12 | 0.77 | 0 | 0.16 | 290.6 | 0.67 | 0.52 |
| Hex | BD | 31 | D7 | C | 4D | 0 | 10 | 123 | 43 | 34 |
| Octal | 275 | 61 | 327 | 14 | 115 | 0 | 20 | 443 | 103 | 64 |
| Binary | 10111101 | 110001 | 11010111 | 1100 | 1001101 | 0 | 10000 | 100100011 | 1000011 | 110100 |
Color Harmonies of #BD31D7
Complementary color
Monochromatic Colors of #BD31D7
Black with #BD31D7
Text Example
Text Example
White with #BD31D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD31D7; }
p { color: rgb(189,49,215); }
H1.HeaderClassName
{
color: #BD31D7;
}
.AnyTagClassName
{
color: #BD31D7;
}
</style>
background-color css
<style>
a { background-color: #BD31D7; }
a { background-color: rgb(189,49,215); }
div.DivClassName
{
background-color: #BD31D7;
}
.BgClassName
{
background-color: #BD31D7;
}
</style>
border-color css
<style>
span { border-color: #BD31D7; }
span { border-color: rgb(189,49,215); }
td.TdClassName
{
border-color: #BD31D7;
}
.TagClassName
{
border-color: #BD31D7;
}
</style>