Shades of Medium Orchid #BD70D7
Tints of Medium Orchid #BD70D7
RGB
CMYK
RGB Variations
Color information
#BD70D7 (or 0xBD70D7) is known color: Medium Orchid. HEX triplet: BD, 70 and D7. RGB value is (189,112,215). Sum of RGB (Red+Green+Blue) = 189+112+215=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD70D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70D7 is #428F28. Grayscale: #929292. Windows color (decimal): -4362025 or 14119101. OLE color: 14119101.
HSL color Cylindrical-coordinate representation of color #BD70D7: hue angle of 284.85º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD70D7 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 112 | 215 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.16 |
| HSL | 284.85º | 0.56% | 0.64% | - |
| HSV(B) | 284.85º | 0.48% | 0.84% | - |
| XYZ | 39.05 | 27.31 | 67.5 | - |
| YUV | 146.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 215 | 0.12 | 0.48 | 0 | 0.16 | 284.85 | 0.56 | 0.64 |
| Hex | BD | 70 | D7 | C | 30 | 0 | 10 | 11D | 38 | 40 |
| Octal | 275 | 160 | 327 | 14 | 60 | 0 | 20 | 435 | 70 | 100 |
| Binary | 10111101 | 1110000 | 11010111 | 1100 | 110000 | 0 | 10000 | 100011101 | 111000 | 1000000 |
Color Harmonies of #BD70D7
Complementary color
Monochromatic Colors of #BD70D7
Black with #BD70D7
Text Example
Text Example
White with #BD70D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD70D7; }
p { color: rgb(189,112,215); }
H1.HeaderClassName
{
color: #BD70D7;
}
.AnyTagClassName
{
color: #BD70D7;
}
</style>
background-color css
<style>
a { background-color: #BD70D7; }
a { background-color: rgb(189,112,215); }
div.DivClassName
{
background-color: #BD70D7;
}
.BgClassName
{
background-color: #BD70D7;
}
</style>
border-color css
<style>
span { border-color: #BD70D7; }
span { border-color: rgb(189,112,215); }
td.TdClassName
{
border-color: #BD70D7;
}
.TagClassName
{
border-color: #BD70D7;
}
</style>