Shades of Medium Orchid #BD72D7
Tints of Medium Orchid #BD72D7
RGB
CMYK
RGB Variations
Color information
#BD72D7 (or 0xBD72D7) is known color: Medium Orchid. HEX triplet: BD, 72 and D7. RGB value is (189,114,215). Sum of RGB (Red+Green+Blue) = 189+114+215=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD72D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72D7 is #428D28. Grayscale: #939393. Windows color (decimal): -4361513 or 14119613. OLE color: 14119613.
HSL color Cylindrical-coordinate representation of color #BD72D7: hue angle of 284.55º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD72D7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 114 | 215 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.16 |
| HSL | 284.55º | 0.56% | 0.65% | - |
| HSV(B) | 284.55º | 0.47% | 0.84% | - |
| XYZ | 39.27 | 27.76 | 67.58 | - |
| YUV | 147.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 215 | 0.12 | 0.47 | 0 | 0.16 | 284.55 | 0.56 | 0.65 |
| Hex | BD | 72 | D7 | C | 2F | 0 | 10 | 11D | 38 | 41 |
| Octal | 275 | 162 | 327 | 14 | 57 | 0 | 20 | 435 | 70 | 101 |
| Binary | 10111101 | 1110010 | 11010111 | 1100 | 101111 | 0 | 10000 | 100011101 | 111000 | 1000001 |
Color Harmonies of #BD72D7
Complementary color
Monochromatic Colors of #BD72D7
Black with #BD72D7
Text Example
Text Example
White with #BD72D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD72D7; }
p { color: rgb(189,114,215); }
H1.HeaderClassName
{
color: #BD72D7;
}
.AnyTagClassName
{
color: #BD72D7;
}
</style>
background-color css
<style>
a { background-color: #BD72D7; }
a { background-color: rgb(189,114,215); }
div.DivClassName
{
background-color: #BD72D7;
}
.BgClassName
{
background-color: #BD72D7;
}
</style>
border-color css
<style>
span { border-color: #BD72D7; }
span { border-color: rgb(189,114,215); }
td.TdClassName
{
border-color: #BD72D7;
}
.TagClassName
{
border-color: #BD72D7;
}
</style>